Skip to content

Commit

Permalink
添加默认go2socks5白名单
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu committed Oct 21, 2024
1 parent b6752f2 commit 8a0c6b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// <!--GAMFC-->version base on commit 43fad05dcdae3b723c53c226f8181fc5bd47223e, time is 2023-06-22 15:20:05 UTC<!--GAMFC-END-->.
// <!--GAMFC-->version base on commit 43fad05dcdae3b723c53c226f8181fc5bd47223e, time is 2024-10-21 14:06:14 UTC<!--GAMFC-END-->.
// @ts-ignore
import { connect } from 'cloudflare:sockets';

Expand Down Expand Up @@ -33,6 +33,9 @@ let proxyIPs;
let socks5s;
let go2Socks5s = [
'*ttvnw.net',
'*tapecontent.net',
'*cloudatacdn.com',
'*.loadshare.org',
];
let addresses = [
//当sub为空时启用本地优选域名/优选IP,若不带端口号 TLS默认端口为443,#号后为备注别名
Expand Down

0 comments on commit 8a0c6b2

Please sign in to comment.