:see_no_evil:添加.conf文件禁止提交

This commit is contained in:
coward
2024-03-07 17:33:49 +08:00
parent 15cfa17a5e
commit 4597a1d442
4 changed files with 49 additions and 28 deletions

View File

@@ -1,18 +0,0 @@
[Interface]
Address = {{ .Server.Address }}
ListenPort = {{ .Server.ListenPort }}
PrivateKey = {{ .Server.PrivateKey }}
MTU = {{ .Server.MTU }}
PostUp = {{ .Server.PostUp }}
PreDown = {{ .Server.PreDown }}
PostDown = {{ .Server.PostDown }}
Table = {{ .Server.Table }}
{{ range .Clients }}
[Peer]
PublicKey = {{ .Client.PublicKey }}
PresharedKey = {{ .Client.PresharedKey }}
AllowedIPs = {{ .Client.AllowedIPs }}
PersistentKeepalive = {{ .Client.PersistentKeepalive }}
Endpoint = {{ .Client.Endpoint }}
{{ end }}