[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 }}