+ dnsfilter: AG-4274 Update ip addresses

Squashed commit of the following:

commit b63952a7fbd9d33a953ebbfa97a70826a92d4120
Merge: b69646ac 8c411c46
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Mon Sep 28 10:59:48 2020 +0300

    Merge branch 'master' into feature/update_ip

commit b69646ac2647bc7930dba1d77130b9d4f11750ba
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Wed Sep 23 18:54:54 2020 +0300

    + dnsfilter: AG-4274 Update ip
This commit is contained in:
Artem Baskal 2020-09-28 11:39:41 +03:00
parent 8c411c4630
commit 2f6f65a81f
1 changed files with 4 additions and 4 deletions

View File

@ -35,10 +35,10 @@ func (d *Dnsfilter) initSecurityServices() error {
opts := upstream.Options{ opts := upstream.Options{
Timeout: dnsTimeout, Timeout: dnsTimeout,
ServerIPAddrs: []net.IP{ ServerIPAddrs: []net.IP{
net.ParseIP("176.103.130.132"), net.ParseIP("94.140.14.15"),
net.ParseIP("176.103.130.134"), net.ParseIP("94.140.15.16"),
net.ParseIP("2a00:5a60::bad1:ff"), net.ParseIP("2a10:50c0::bad1:ff"),
net.ParseIP("2a00:5a60::bad2:ff"), net.ParseIP("2a10:50c0::bad2:ff"),
}, },
} }