mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 13:41:05 +00:00
Update config.js
This commit is contained in:
parent
5e44bd11e7
commit
176938edc3
56
config.js
56
config.js
|
@ -9,61 +9,5 @@ exports.config = {
|
||||||
},
|
},
|
||||||
webapp: {
|
webapp: {
|
||||||
baseURL: "http://158.247.196.146/"
|
baseURL: "http://158.247.196.146/"
|
||||||
},
|
|
||||||
shadow: {
|
|
||||||
"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"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"AppRules": {
|
|
||||||
"Mode": true,
|
|
||||||
"Programs":[
|
|
||||||
"git.exe",
|
|
||||||
"chrome.exe",
|
|
||||||
"msedge.exe",
|
|
||||||
"iexplore.exe",
|
|
||||||
"firefox.exe",
|
|
||||||
"opera.exe"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"DomainRules": {
|
|
||||||
"Proxy": [
|
|
||||||
"**.google.com",
|
|
||||||
"**.google.*",
|
|
||||||
"**.google.*.*",
|
|
||||||
"**.youtube.com",
|
|
||||||
"*.twitter.com",
|
|
||||||
"www.facebook.com",
|
|
||||||
"bing.com",
|
|
||||||
"**.amazon.*"
|
|
||||||
],
|
|
||||||
"Direct": [
|
|
||||||
"**.baidu.*",
|
|
||||||
"**.youku.*",
|
|
||||||
"**.*"
|
|
||||||
],
|
|
||||||
"Blocked": [
|
|
||||||
"ad.blocked.com"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user