diff --git a/internal/config/config.go b/internal/config/config.go index b5e7ba7..707248d 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -33,7 +33,7 @@ func defaultConfig() *Config { return &Config{ Web: WebConfig{ Port: 8080, - Sock: "/run/lmvpnweb.sock", + Sock: "web.sock", SockMode: "0666", SockDirMode: "0755", },