mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-05 00:27:25 +00:00
again
This commit is contained in:
parent
6163be82c5
commit
0a5439f0bd
@ -44,9 +44,9 @@ install:
|
||||
|
||||
script:
|
||||
- sudo find / -name nsd.service
|
||||
- sudo sed -i 's|-d|-d -4 -a 127.0.0.1@5053 -p 5053 -V 999|' /etc/systemd/system/multi-user.target.wants/nsd.service
|
||||
- sudo sed -i 's|-d|-d -4 -a 127.0.0.1@5053 -p 5053 -V 999|' /lib/systemd/system/nsd.service
|
||||
- sudo sed -i 's/ip-address\(.\).*/ip-address\1 127.0.0.1@5053/' /etc/nsd/nsd.conf
|
||||
- sudo sed -i 's|-d|-d -4 -a 0.0.0.0@5053 -p 5053 -V 3|' /etc/systemd/system/multi-user.target.wants/nsd.service
|
||||
- sudo sed -i 's|-d|-d -4 -a 0.0.0.0@5053 -p 5053 -V 3|' /lib/systemd/system/nsd.service
|
||||
- sudo sed -i 's/ip-address\(.\).*/ip-address\1 0.0.0.0@5053\n port\1 5053\n do-ip4\1 yes\n do-ip6\1 no\n username\1 root\n verbosity\1 3\nremote-control\1\n control-enable\1 no/' /etc/nsd/nsd.conf
|
||||
- sudo systemctl daemon-reload
|
||||
- sudo systemctl restart nsd
|
||||
- sudo systemctl status -l nsd
|
||||
@ -59,4 +59,5 @@ script:
|
||||
- sudo ps -efww | grep nsd
|
||||
- sudo ss -lp "sport = 8952"
|
||||
- sudo ss -lp "sport = :domain"
|
||||
- sudo ss -lp "sport = 5053"
|
||||
- sudo ./tests/runner.sh -dumpoutput -no-smtp-remote
|
||||
|
Loading…
Reference in New Issue
Block a user