Skip to content

Commit

Permalink
+ dnsfilter: AG-4274 Update ip addresses
Browse files Browse the repository at this point in the history
Squashed commit of the following:

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

    Merge branch 'master' into feature/update_ip

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

    + dnsfilter: AG-4274 Update ip
  • Loading branch information
ArtemBaskal committed Sep 28, 2020
1 parent 8c411c4 commit 2f6f65a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dnsfilter/sb_pc.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ func (d *Dnsfilter) initSecurityServices() error {
opts := upstream.Options{
Timeout: dnsTimeout,
ServerIPAddrs: []net.IP{
net.ParseIP("176.103.130.132"),
net.ParseIP("176.103.130.134"),
net.ParseIP("2a00:5a60::bad1:ff"),
net.ParseIP("2a00:5a60::bad2:ff"),
net.ParseIP("94.140.14.15"),
net.ParseIP("94.140.15.16"),
net.ParseIP("2a10:50c0::bad1:ff"),
net.ParseIP("2a10:50c0::bad2:ff"),
},
}

Expand Down

0 comments on commit 2f6f65a

Please sign in to comment.