fixed chroot param2

This commit is contained in:
git@daemon.de
2015-04-27 19:37:01 +02:00
parent ab10ffead8
commit 6fb53b924a

View File

@@ -10,8 +10,8 @@ compiler:
script:
- make
- sudo make install
- sudo udpxd -l 127.0.0.1:53 -t 8.8.8.8:53 -d -c /tmp
- sudo udpxd -l [::1]:53 -t [2001:4860:4860::8888]:53 -d -c /tmp
- sudo udpxd -l 127.0.0.1:53 -t 8.8.8.8:53 -d -c /
- sudo udpxd -l [::1]:53 -t [2001:4860:4860::8888]:53 -d -c /
- dig +nocmd +noall +answer google.de a @127.0.0.1
- dig +nocmd +noall +answer google.de a @::1
- sudo killall udpxd