summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-09-12 08:41:57 +0200
committerRuben Pollan <meskio@sindominio.net>2018-09-12 08:41:57 +0200
commit7907fa0def72fe335d07da07470825dcddca61dd (patch)
tree3aaa828cdb9ea9677d2a7eea5da20a33141703f6
parent3b6dda6b08e1ee51767873910413e90b8a554a6e (diff)
[bug] use the tcp nameserver instead of the udp one
-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 (