aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/service.go
diff options
context:
space:
mode:
Diffstat (limited to 'tunnel/service.go')
-rw-r--r--tunnel/service.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tunnel/service.go b/tunnel/service.go
index 8a045aab..1978cae0 100644
--- a/tunnel/service.go
+++ b/tunnel/service.go
@@ -148,7 +148,7 @@ func (service *Service) Execute(args []string, r <-chan svc.ChangeRequest, chang
}
log.Println("Creating Wintun device")
- wintun, err := tun.CreateTUN(conf.Name)
+ wintun, err := tun.CreateTUNWithRequestedGUID(conf.Name, deterministicGUID(conf))
if err != nil {
serviceError = services.ErrorCreateWintun
return