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, 4 insertions, 0 deletions
diff --git a/conf/config.go b/conf/config.go
index 1ce1988d..9eb6157e 100644
--- a/conf/config.go
+++ b/conf/config.go
@@ -49,6 +49,10 @@ type Interface struct {
MTU uint16
DNS []net.IP
DNSSearch []string
+ PreUp string
+ PostUp string
+ PreDown string
+ PostDown string
}
type Peer struct {