We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde19e7 commit bd80ecfCopy full SHA for bd80ecf
wireguard/profile.go
@@ -11,6 +11,7 @@ PrivateKey = {{ .PrivateKey }}
11
Address = {{ .Address1 }}/32
12
Address = {{ .Address2 }}/128
13
DNS = 1.1.1.1
14
+MTU = 1280
15
[Peer]
16
PublicKey = {{ .PublicKey }}
17
AllowedIPs = 0.0.0.0/0
wireguard/profile_test.go
@@ -8,6 +8,7 @@ PrivateKey = 1
8
Address = 2/32
9
Address = 3/128
10
PublicKey = 4
0 commit comments