mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
test/util: Add mini DNS server for testing purposes
This is a mini-DNS server for testing purposes. This can be used to set up hermetic tests in containers, and work around glibc's limitation of being unable to create per-process host aliases.
This commit is contained in:
@@ -107,6 +107,10 @@ function conngen() {
|
||||
go run ${UTILDIR}/conngen.go "$@"
|
||||
}
|
||||
|
||||
function minidns() {
|
||||
go run ${UTILDIR}/minidns.go "$@"
|
||||
}
|
||||
|
||||
function success() {
|
||||
echo success
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user