Skip to content

Commit 02e275a

Browse files
author
amclubs
committed
优化订阅器
1 parent 767d2a3 commit 02e275a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

_worker.src.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let download = Math.floor(Math.random() * 1099511627776);
4444
let upload = download;
4545
let expire = Math.floor(timestamp / 1000);
4646

47-
let nat64 = true;
47+
let nat64 = false;
4848
let nat64Prefix;
4949
let nat64Prefixs = [
5050
'2602:fc59:b0:64::'

_worker.src.js.zip

3 Bytes
Binary file not shown.

core/handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let download = Math.floor(Math.random() * 1099511627776);
4444
let upload = download;
4545
let expire = Math.floor(timestamp / 1000);
4646

47-
let nat64 = true;
47+
let nat64 = false;
4848
let nat64Prefix;
4949
let nat64Prefixs = [
5050
'2602:fc59:b0:64::'

0 commit comments

Comments
 (0)