libs/defaults: quad9 is apparently half-broken, just use cloudflare instead
This commit is contained in:
parent
dda3c4162c
commit
a926825b4b
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ influxdb_org = 'encrypt$gAAAAABgg9hyjz4XtvG8NBw9uYxiumS3v7YKIrtc9tTTABg1f9R22gzn
|
|||
influxdb_token = 'encrypt$gAAAAABgg9Ag632Xyuc6SWXaR1uH2tLOChmVKAoBIikhjntSSD2qJFL_eouVQGXCLH2HEuSbSdEXcTPn2qmhOiA9jmFdoDSbVbQUsp0EID1wLsWYG_Um2KOxZSF-tn9eDZlgShQYySjzO3nQRmdlJpVLUnGHsiwv_sHD2FstXGpfzTPZq5_egUqEc0K2X-aN2J6BTYc2fZAN'
|
||||
influxdb_url = 'https://influxdb.kunsmann.eu/'
|
||||
|
||||
nameservers_ipv4 = ['9.9.9.10']
|
||||
nameservers_ipv6 = ['2620:fe::10']
|
||||
nameservers_ipv4 = ['1.1.1.1', '1.0.0.1']
|
||||
nameservers_ipv6 = ['2606:4700::1111', '2606:4700:4700::1001']
|
||||
nameservers = [*nameservers_ipv4, *nameservers_ipv6]
|
||||
|
||||
# FIXME database conflicts
|
||||
|
|
Loading…
Reference in a new issue