From 89c6ea13b6dd722cfcb5856475c223241a54f1d1 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Tue, 2 Jun 2020 18:37:47 -0400 Subject: [PATCH] again --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f81f24c8..ad093077 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,8 +43,10 @@ install: script: - ip add - sudo cat /var/log/nsd.log - - sudo sed -i 's/ip-transparent. yes/do-ip6: no/' /etc/nsd/nsd.conf + - sudo sed -i 's/ip-transparent. yes/do-ip6\: no/' /etc/nsd/nsd.conf - sudo systemctl restart nsd - - sudo systemctl status nsd + - sudo systemctl status -l nsd - sudo cat /var/log/nsd.log + - sudo ss -lp "sport = 8952" + - sudo ss -lp "sport = :domain" - sudo ./tests/runner.sh -dumpoutput -no-smtp-remote