From 906c2d47b6c4c7e3fa3c6e53c63d602e70925d09 Mon Sep 17 00:00:00 2001 From: Hoang Nguyen Date: Sun, 11 May 2025 22:00:00 +0700 Subject: [PATCH] Disable dangerous function --- templates/wg.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/wg.conf b/templates/wg.conf index 81893a8..e478bb4 100644 --- a/templates/wg.conf +++ b/templates/wg.conf @@ -8,8 +8,6 @@ Address = {{$first :=true}}{{range .serverConfig.Interface.Addresses }}{{if $fir ListenPort = {{ .serverConfig.Interface.ListenPort }} PrivateKey = {{ .serverConfig.KeyPair.PrivateKey }} {{if .globalSettings.MTU}}MTU = {{ .globalSettings.MTU }}{{end}} -PostUp = {{ .serverConfig.Interface.PostUp }} -PostDown = {{ .serverConfig.Interface.PostDown }} Table = {{ .globalSettings.Table }} {{range .clientDataList}}{{if eq .Client.Enabled true}}