From e69f954cf405c095c600e4a7d05f325144382b29 Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Mon, 4 May 2015 14:18:04 +0500 Subject: [PATCH] fix #50 --- config/default.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.go b/config/default.go index 376b741c..f96ca566 100644 --- a/config/default.go +++ b/config/default.go @@ -60,7 +60,7 @@ func NewConfig() *Config { Nameservers: []string{"8.8.8.8", "8.8.4.4"}, }, Interfaces: map[string]InterfaceConfig{ - "eth0": { + "eth*": { DHCP: true, }, "lo": {