diff --git a/app/index.html b/app/index.html
index e179a28..ebe97ab 100644
--- a/app/index.html
+++ b/app/index.html
@@ -71,7 +71,7 @@
- 상태:
-
- 연결 안됨
+ 연결 안됨
diff --git a/app/index.js b/app/index.js
index 11fd98f..02a4366 100644
--- a/app/index.js
+++ b/app/index.js
@@ -110,6 +110,7 @@ $(document).ready(function() {
var isTokenExists = FILE.fileExists("token.txt");
if(isTokenExists) {
SSLoader.main();
+ $("#textbox_status").text("연결 중...");
} else {
console.info("로그인을 먼저 진행하여 주세요.");
}
diff --git a/config.json b/config.json
index 485d870..aefcd3e 100644
--- a/config.json
+++ b/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,