mirror of
https://codeberg.org/scip/udpxd.git
synced 2025-12-16 11:30:57 +01:00
added ipv6 test
This commit is contained in:
@@ -10,6 +10,8 @@ compiler:
|
|||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- sudo udpxd -l 127.0.0.1:53 -d 8.8.8.8:53 &
|
- sudo udpxd -l 127.0.0.1:53 -d 8.8.8.8:53
|
||||||
|
- sudo udpxd -l [::1]:53 -d [2001:4860:4860::8888]:53
|
||||||
- dig +nocmd +noall +answer google.de a @127.0.0.1
|
- dig +nocmd +noall +answer google.de a @127.0.0.1
|
||||||
- sudo killall udpxd
|
- dig +nocmd +noall +answer google.de a @:.1
|
||||||
|
- sudo killall udpxd
|
||||||
|
|||||||
Reference in New Issue
Block a user