Skip to content

Commit e883a28

Browse files
committed
knot: avoid 0.0.0.0
See Homebrew/brew#20233
1 parent ed458c9 commit e883a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/k/knot.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def knot_conf
6969
<<~EOS
7070
server:
7171
rundir: "#{var}/knot"
72-
listen: [ "0.0.0.0@53", "::@53" ]
72+
listen: [ "127.0.0.1@53", "::@53" ]
7373
7474
log:
7575
- target: "stderr"

0 commit comments

Comments
 (0)