upd config
This commit is contained in:
parent
214002c56e
commit
cbc94394bb
@ -6,6 +6,8 @@ require_ipv4 = true
|
|||||||
provider = "IPIFYSource"
|
provider = "IPIFYSource"
|
||||||
[sources.wtf]
|
[sources.wtf]
|
||||||
provider = "WTFIsMyIP"
|
provider = "WTFIsMyIP"
|
||||||
|
[sources.ipsb]
|
||||||
|
provider = "IPSB"
|
||||||
[sources.ifconfig]
|
[sources.ifconfig]
|
||||||
provider = "GenericHttpSource"
|
provider = "GenericHttpSource"
|
||||||
url_v4 = "https://ifconfig.me/ip"
|
url_v4 = "https://ifconfig.me/ip"
|
||||||
@ -16,10 +18,6 @@ require_ipv4 = true
|
|||||||
url_v6 = "https://ipconfig.io/json"
|
url_v6 = "https://ipconfig.io/json"
|
||||||
key_v4 = "ip"
|
key_v4 = "ip"
|
||||||
key_v6 = "ip"
|
key_v6 = "ip"
|
||||||
[sources.fake]
|
|
||||||
provider = "FakeSource"
|
|
||||||
delay = 10
|
|
||||||
ipv4 = "127.0.0.1"
|
|
||||||
|
|
||||||
[filters]
|
[filters]
|
||||||
[filters.state-file]
|
[filters.state-file]
|
||||||
|
Loading…
Reference in New Issue
Block a user