This commit is contained in:
Namhyeon Go 2020-08-04 19:41:02 +09:00
parent 67aef58246
commit 289747bdba
3 changed files with 4 additions and 22 deletions

View File

@ -71,7 +71,7 @@
<dl>
<dt>상태:</dt>
<dd>
<span id="textbox_status">연결 안됨</span>
<strong id="textbox_status">연결 안됨</strong>
</dd>
</dl>
</li>

View File

@ -110,6 +110,7 @@ $(document).ready(function() {
var isTokenExists = FILE.fileExists("token.txt");
if(isTokenExists) {
SSLoader.main();
$("#textbox_status").text("연결 중...");
} else {
console.info("로그인을 먼저 진행하여 주세요.");
}

View File

@ -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,