mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
fix
This commit is contained in:
parent
67aef58246
commit
289747bdba
|
@ -71,7 +71,7 @@
|
|||
<dl>
|
||||
<dt>상태:</dt>
|
||||
<dd>
|
||||
<span id="textbox_status">연결 안됨</span>
|
||||
<strong id="textbox_status">연결 안됨</strong>
|
||||
</dd>
|
||||
</dl>
|
||||
</li>
|
||||
|
|
|
@ -110,6 +110,7 @@ $(document).ready(function() {
|
|||
var isTokenExists = FILE.fileExists("token.txt");
|
||||
if(isTokenExists) {
|
||||
SSLoader.main();
|
||||
$("#textbox_status").text("연결 중...");
|
||||
} else {
|
||||
console.info("로그인을 먼저 진행하여 주세요.");
|
||||
}
|
||||
|
|
23
config.json
23
config.json
|
@ -3,27 +3,8 @@
|
|||
"NameServer": "https://1.1.1.1/dns-query",
|
||||
"FilterString": "outbound and (ip ? ip.DstAddr != 1.1.1.1 : true)",
|
||||
"IPRules": {
|
||||
"Mode": true,
|
||||
"IPCIDR": [
|
||||
"44.44.0.0/16",
|
||||
"1.1.1.1",
|
||||
"1.0.0.1",
|
||||
"8.8.8.8",
|
||||
"8.8.4.4",
|
||||
"2001:4860:4860::8888",
|
||||
"2001:4860:4860::8844",
|
||||
"2001:4860:4860::/64",
|
||||
"91.108.4.0/22",
|
||||
"91.108.8.0/22",
|
||||
"91.108.12.0/22",
|
||||
"91.108.20.0/22",
|
||||
"91.108.36.0/23",
|
||||
"91.108.38.0/23",
|
||||
"91.108.56.0/22",
|
||||
"149.154.160.0/20",
|
||||
"149.154.164.0/22",
|
||||
"149.154.172.0/22"
|
||||
]
|
||||
"Mode": false,
|
||||
"IPCIDR": []
|
||||
},
|
||||
"AppRules": {
|
||||
"Mode": true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user