:see_no_evil:添加.conf文件禁止提交
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user