summaryrefslogtreecommitdiff
path: root/helper/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'helper/args.go')
-rw-r--r--helper/args.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/helper/args.go b/helper/args.go
index f6f4ced..7a67269 100644
--- a/helper/args.go
+++ b/helper/args.go
@@ -9,7 +9,9 @@ import (
)
const (
- nameserver = "10.42.0.1"
+ // TODO: this is the nameserver for tcp, but for udp is 10.42.0.1
+ // the nameserver pick up should be dependent on the proto being used
+ nameserver = "10.41.0.1"
)
var (