mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 21:51:04 +00:00
fix
This commit is contained in:
parent
67aef58246
commit
289747bdba
|
@ -71,7 +71,7 @@
|
||||||
<dl>
|
<dl>
|
||||||
<dt>상태:</dt>
|
<dt>상태:</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<span id="textbox_status">연결 안됨</span>
|
<strong id="textbox_status">연결 안됨</strong>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -110,6 +110,7 @@ $(document).ready(function() {
|
||||||
var isTokenExists = FILE.fileExists("token.txt");
|
var isTokenExists = FILE.fileExists("token.txt");
|
||||||
if(isTokenExists) {
|
if(isTokenExists) {
|
||||||
SSLoader.main();
|
SSLoader.main();
|
||||||
|
$("#textbox_status").text("연결 중...");
|
||||||
} else {
|
} else {
|
||||||
console.info("로그인을 먼저 진행하여 주세요.");
|
console.info("로그인을 먼저 진행하여 주세요.");
|
||||||
}
|
}
|
||||||
|
|
23
config.json
23
config.json
|
@ -3,27 +3,8 @@
|
||||||
"NameServer": "https://1.1.1.1/dns-query",
|
"NameServer": "https://1.1.1.1/dns-query",
|
||||||
"FilterString": "outbound and (ip ? ip.DstAddr != 1.1.1.1 : true)",
|
"FilterString": "outbound and (ip ? ip.DstAddr != 1.1.1.1 : true)",
|
||||||
"IPRules": {
|
"IPRules": {
|
||||||
"Mode": true,
|
"Mode": false,
|
||||||
"IPCIDR": [
|
"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"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"AppRules": {
|
"AppRules": {
|
||||||
"Mode": true,
|
"Mode": true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user