mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
45 lines
1.1 KiB
TOML
45 lines
1.1 KiB
TOML
net_type="TCP"
|
|
cipher="AES_128_GCM"
|
|
password="12345678"
|
|
server_port="5533"
|
|
# server_addr="remote-server:5533" # replce it to remote server
|
|
http_proxy=":8080" # eg: 192.168.0.2:8080
|
|
dns_server="" # Keep empty for dynamic setting from net env
|
|
client_ip="127.0.0.1" # listen the IP, dns target is the IP
|
|
# clear_dns_cache="killall -HUP mDNSResponder"
|
|
blocklist=[
|
|
"**.google.com", # google
|
|
"**.goo.gl",
|
|
"**.googleusercontent.com",
|
|
"**.googleapis.com",
|
|
"*.googlesource.com",
|
|
"**.youtube.com", # youtube
|
|
"**.ytimg.com",
|
|
"**.ggpht.com",
|
|
"**.googlevideo.com",
|
|
"**.facebook.com", # facebook
|
|
"**.fbcdn.net",
|
|
"**.twitter.com", # twitter
|
|
"**.twimg.com",
|
|
"**.blogspot.com", # blogspot
|
|
"**.appspot.com",
|
|
"**.wikipedia.org", # wikipeida
|
|
"*.cloudfront.net",
|
|
"**.amazon.com",
|
|
"**.amazonaws.com",
|
|
"*.githubusercontent.com",
|
|
"*.github.com",
|
|
"*.github.io",
|
|
"**.mozilla.com",
|
|
"**.mozilla.net",
|
|
"**.akadns.net",
|
|
]
|
|
whitelist=[
|
|
"iamp.*.*.*",
|
|
"iamp.*.*",
|
|
"imap-mail.outlook.com",
|
|
"**.qq.com",
|
|
"**.baidu.com",
|
|
]
|
|
verbose=0
|