Skip to content

Commit 0510868

Browse files
authored
Merge pull request #1243 from ageru/patch-1
Update client.md, correct IPv6 range discrepancy with server.md
2 parents 808ccc1 + 6347451 commit 0510868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/vpn/wireguard/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ After a restart, the server file should look like:
117117

118118
```plain
119119
[Interface]
120-
Address = 10.100.0.1/24, fd08:4711::1/128
120+
Address = 10.100.0.1/24, fd08:4711::1/64
121121
ListenPort = 47111
122122
PrivateKey = XYZ123456ABC= # PrivateKey will be different
123123

0 commit comments

Comments
 (0)