1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-08 00:57:05 +00:00
This commit is contained in:
downtownallday 2020-06-02 19:35:06 -04:00
parent 5c4d5fb505
commit 677fe42566
2 changed files with 4 additions and 1 deletions

View File

@ -41,7 +41,8 @@ install:
- sudo ./setup/start.sh -v
script:
- if [ -z "$(source setup/functions.sh; get_default_privateip 6)" ]; then sudo sed -i 's/ip-transparent/do-ip6/' /etc/nsd/nsd.conf; sudo sed -i 's/yes/no/g' /etc/nsd/nsd.conf; sudo systemctl restart nsd; fi
- sudo $SHELL -c 'cat ./tests/assets/nsd/nsd-extra.conf >> /etc/nsd/nsd.conf'
- sudo systemctl restart nsd
- sudo systemctl status -l nsd
- sudo cat /var/log/nsd.log
- sudo ss -lp "sport = 8952"

View File

@ -0,0 +1,2 @@
remote-control:
control-enable: no