Skip to content

Commit

Permalink
fix sub
Browse files Browse the repository at this point in the history
  • Loading branch information
6Kmfi6HP committed Dec 11, 2024
1 parent f48ae95 commit b37dacc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1374,8 +1374,8 @@ function GenSub(userID_path, hostname, proxyIP) {
return allUrls;
});

// return btoa(result.join('\n'));
return result.join('\n');
return btoa(result.join('\n'));
// return result.join('\n');
}

/**
Expand Down

0 comments on commit b37dacc

Please sign in to comment.