From eb5d79f81ee6e506d115fc46f157fb32b4f5f0e1 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 9 Jul 2026 12:36:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4socket?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", },