Skip to content

Commit

Permalink
FIX test for ipv6-console
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirkanesi committed Sep 10, 2024
1 parent 135a5c4 commit 0796456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dnsdist.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
setLocal('0.0.0.0:5553')

controlSocket('0.0.0.0:5199')
controlSocket('[::]:5199')
setConsoleACL('0.0.0.0/0')
addConsoleACL('::/0')

setKey('GQpEpQoIuzA6kzgwDokX9JcXPXFvO1Emg1wAXToJ0ag=')

Expand All @@ -11,4 +11,4 @@ newServer({address='1.1.1.1:53', pool='apoolwithoutspaces', name='name with spac
newServer({address='9.9.9.9:53', pool='shortpool', name='namewithoutspaces'})
newServer({address='8.8.4.4:53', pool='a long long long long pool', name='and a long long long long name'})

addAction(AllRule(),PoolAction("apoolwithoutspaces"))
addAction(AllRule(),PoolAction("apoolwithoutspaces"))

0 comments on commit 0796456

Please sign in to comment.