Skip to content

Commit

Permalink
See ansoncloud8/am-cf-trojan@f535a9b from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
amclubs committed Aug 12, 2024
1 parent 903bcde commit ad0738d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let FileName = 'am-trojan';
let BotToken ='';
let ChatID ='';
let proxyhosts = [];//本地代理域名池
let proxyhostsURL = 'https://github.com/ansoncloud8/am-cf-trojan/blob/main/proxyhosts.txt';//在线代理域名池URL
let proxyhostsURL = 'https://raw.githubusercontent.com/ansoncloud8/am-cf-auto-trojan/main/proxyhosts.txt';//在线代理域名池URL

let fakeUserID ;
let fakeHostName ;
Expand Down Expand Up @@ -1760,4 +1760,4 @@ function socks5AddressParser(address) {
function isValidIPv4(address) {
const ipv4Regex = /^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/;
return ipv4Regex.test(address);
}
}
Binary file modified _worker.js.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion output_temp/.build_date.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Mon Aug 12 07:44:09 UTC 2024
Mon Aug 12 08:56:01 UTC 2024
2 changes: 1 addition & 1 deletion variables.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
generated_at: Mon Aug 12 07:44:09 UTC 2024
generated_at: Mon Aug 12 08:56:01 UTC 2024

0 comments on commit ad0738d

Please sign in to comment.