luci-app-vssr: fix blacklist

This commit is contained in:
CN_SZTL 2020-02-24 14:58:38 +08:00
parent 7dcb01fb09
commit 97aebc5583
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,4 @@
1dot1dot1dot1.cloudflare-dns.com
91smartyun.pt
adobe.com
amazonaws.com
@ -9,10 +10,14 @@ backpackers.com.tw
bitfinex.com
buzzfeed.com
clockwise.ee
cloudflare-dns.com
cloudfront.net
coindesk.com
coinsquare.io
cryptocompare.com
dns.google
dns9.quad9.net
doh.opendns.com
dropboxstatic.com
eurecom.fr
gdax.com

View File

@ -1,7 +1,4 @@
config global
option tunnel_forward '8.8.4.4:53'
option tunnel_address '0.0.0.0'
@ -38,6 +35,12 @@ config access_control
list wan_fw_ips '91.108.4.0/22'
list wan_fw_ips '91.108.56.0/22'
list wan_fw_ips '109.239.140.0/24'
list wan_fw_ips '1.1.1.1/32'
list wan_fw_ips '1.0.0.1/32'
list wan_fw_ips '8.8.8.8/32'
list wan_fw_ips '8.8.4.4/32'
list wan_fw_ips '9.9.9.9/32'
list wan_fw_ips '146.112.41.2/32'
config server_global
option enable_server '0'
@ -71,7 +74,3 @@ config udpspeeder
option timeout '8'
option udpspeeder_enable '0'