wireguard-dashboard/template/wg.conf

10 lines
212 B
Plaintext
Raw Normal View History

2024-03-07 17:07:41 +08:00
[Interface]
Address = {{ .Address }}
ListenPort = {{ .ListenPort }}
PrivateKey = {{ .PrivateKey }}
MTU = {{ .MTU }}
PostUp = {{ .PostUp }}
PreDown = {{ .PreDown }}
PostDown = {{ .PostDown }}
Table = {{ .Table }}