aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'conf/config.go')
-rw-r--r--conf/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/config.go b/conf/config.go
index 80c5a7e3..b26dd09d 100644
--- a/conf/config.go
+++ b/conf/config.go
@@ -44,8 +44,8 @@ type Interface struct {
PrivateKey Key
Addresses []IPCidr
ListenPort uint16
- Mtu uint16
- Dns []net.IP
+ MTU uint16
+ DNS []net.IP
}
type Peer struct {