luci-app-vssr: fix blacklist
This commit is contained in:
parent
7dcb01fb09
commit
97aebc5583
@ -1,3 +1,4 @@
|
|||||||
|
1dot1dot1dot1.cloudflare-dns.com
|
||||||
91smartyun.pt
|
91smartyun.pt
|
||||||
adobe.com
|
adobe.com
|
||||||
amazonaws.com
|
amazonaws.com
|
||||||
@ -9,10 +10,14 @@ backpackers.com.tw
|
|||||||
bitfinex.com
|
bitfinex.com
|
||||||
buzzfeed.com
|
buzzfeed.com
|
||||||
clockwise.ee
|
clockwise.ee
|
||||||
|
cloudflare-dns.com
|
||||||
cloudfront.net
|
cloudfront.net
|
||||||
coindesk.com
|
coindesk.com
|
||||||
coinsquare.io
|
coinsquare.io
|
||||||
cryptocompare.com
|
cryptocompare.com
|
||||||
|
dns.google
|
||||||
|
dns9.quad9.net
|
||||||
|
doh.opendns.com
|
||||||
dropboxstatic.com
|
dropboxstatic.com
|
||||||
eurecom.fr
|
eurecom.fr
|
||||||
gdax.com
|
gdax.com
|
||||||
|
|||||||
@ -1,7 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
config global
|
config global
|
||||||
option tunnel_forward '8.8.4.4:53'
|
option tunnel_forward '8.8.4.4:53'
|
||||||
option tunnel_address '0.0.0.0'
|
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.4.0/22'
|
||||||
list wan_fw_ips '91.108.56.0/22'
|
list wan_fw_ips '91.108.56.0/22'
|
||||||
list wan_fw_ips '109.239.140.0/24'
|
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
|
config server_global
|
||||||
option enable_server '0'
|
option enable_server '0'
|
||||||
@ -71,7 +74,3 @@ config udpspeeder
|
|||||||
option timeout '8'
|
option timeout '8'
|
||||||
option udpspeeder_enable '0'
|
option udpspeeder_enable '0'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user