mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix ip
This commit is contained in:
parent
62d1158bc5
commit
30d9a698ce
2 changed files with 25 additions and 34 deletions
|
@ -1,21 +1,21 @@
|
||||||
config defaults 'defaults'
|
config defaults 'defaults'
|
||||||
option enabled '1'
|
option enabled '1'
|
||||||
list hosts '4.2.2.1'
|
|
||||||
list hosts '8.8.8.8'
|
|
||||||
list hosts '80.67.169.12'
|
|
||||||
list hosts '8.8.4.4'
|
|
||||||
list hosts '9.9.9.9'
|
|
||||||
list hosts '1.0.0.1'
|
|
||||||
list hosts '114.114.115.115'
|
list hosts '114.114.115.115'
|
||||||
list hosts '1.2.4.8'
|
list hosts '119.29.29.29'
|
||||||
list hosts '80.67.169.40'
|
list hosts '182.254.116.116'
|
||||||
|
list hosts '101.226.4.6'
|
||||||
|
list hosts '218.30.118.6'
|
||||||
|
list hosts '123.125.81.6'
|
||||||
|
list hosts '114.114.115.115'
|
||||||
|
list hosts '140.207.198.6'
|
||||||
|
list hosts '210.2.4.8'
|
||||||
list hosts '114.114.114.114'
|
list hosts '114.114.114.114'
|
||||||
list hosts '1.1.1.1'
|
list hosts '1.2.4.8'
|
||||||
list hosts '223.5.5.5'
|
list hosts '223.5.5.5'
|
||||||
list hosts '223.6.6.6'
|
list hosts '223.6.6.6'
|
||||||
list hosts6 '2606:4700:4700::1111'
|
list hosts6 '2606:4700:4700::1111'
|
||||||
list hosts6 '2606:4700:4700::1001'
|
list hosts6 '2606:4700:4700::1001'
|
||||||
list hosts6 '2620:fe::fe'
|
list hosts6 '2001:dc7:1000::1'
|
||||||
list hosts6 '2620:fe::9'
|
list hosts6 '2620:fe::9'
|
||||||
list hosts6 '2001:4860:4860::8888'
|
list hosts6 '2001:4860:4860::8888'
|
||||||
list hosts6 '2001:4860:4860::8844'
|
list hosts6 '2001:4860:4860::8844'
|
||||||
|
@ -31,28 +31,19 @@ config defaults 'defaults'
|
||||||
|
|
||||||
config proxy 'proxy'
|
config proxy 'proxy'
|
||||||
option enabled '1'
|
option enabled '1'
|
||||||
list hosts '1.0.0.1'
|
list hosts '114.114.115.115'
|
||||||
list hosts '123.58.180.8'
|
list hosts '119.29.29.29'
|
||||||
list hosts '123.58.180.7'
|
list hosts '182.254.116.116'
|
||||||
list hosts '220.181.72.180'
|
list hosts '101.226.4.6'
|
||||||
list hosts '14.18.240.29'
|
list hosts '218.30.118.6'
|
||||||
list hosts '61.139.244.3'
|
list hosts '123.125.81.6'
|
||||||
list hosts '212.27.48.10'
|
list hosts '114.114.115.115'
|
||||||
list hosts '106.11.253.86'
|
list hosts '140.207.198.6'
|
||||||
list hosts '140.205.60.46'
|
list hosts '210.2.4.8'
|
||||||
list hosts '106.11.172.9'
|
list hosts '114.114.114.114'
|
||||||
list hosts '106.11.253.83'
|
list hosts '1.2.4.8'
|
||||||
list hosts '106.11.249.99'
|
list hosts '223.5.5.5'
|
||||||
list hosts '106.11.248.146'
|
list hosts '223.6.6.6'
|
||||||
list hosts '140.205.135.3'
|
|
||||||
list hosts '113.105.165.19'
|
|
||||||
list hosts '14.215.167.223'
|
|
||||||
list hosts '198.27.92.1'
|
|
||||||
list hosts '151.101.129.164'
|
|
||||||
list hosts '77.88.55.77'
|
|
||||||
list hosts '1.1.1.1'
|
|
||||||
list hosts '74.82.42.42'
|
|
||||||
list hosts '176.103.130.130'
|
|
||||||
option timeout '10'
|
option timeout '10'
|
||||||
option tries '3'
|
option tries '3'
|
||||||
option wait_test '0'
|
option wait_test '0'
|
||||||
|
|
|
@ -13,8 +13,8 @@ if [ "$(uci -q get omr-tracker.omrvpn)" = "" ]; then
|
||||||
set omr-tracker.omrvpn.wait-test=0
|
set omr-tracker.omrvpn.wait-test=0
|
||||||
set omr-tracker.omrvpn.server_http_test=1
|
set omr-tracker.omrvpn.server_http_test=1
|
||||||
set omr-tracker.omrvpn.restart_down=0
|
set omr-tracker.omrvpn.restart_down=0
|
||||||
add_list omr-tracker.omrvpn.hosts='4.2.2.1'
|
add_list omr-tracker.omrvpn.hosts='114.114.114.114'
|
||||||
add_list omr-tracker.omrvpn.hosts='8.8.8.8'
|
add_list omr-tracker.omrvpn.hosts='1.2.4.8'
|
||||||
add_list omr-tracker.omrvpn.hosts='223.5.5.5'
|
add_list omr-tracker.omrvpn.hosts='223.5.5.5'
|
||||||
add_list omr-tracker.omrvpn.hosts='223.6.6.6'
|
add_list omr-tracker.omrvpn.hosts='223.6.6.6'
|
||||||
add_list omr-tracker.omrvpn.hosts='114.114.114.114'
|
add_list omr-tracker.omrvpn.hosts='114.114.114.114'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue