Use correct IP prefix in example

This commit is contained in:
Stefan Bethke 2026-08-03 08:58:29 +02:00
commit 03ba0cf126

View file

@ -11,10 +11,12 @@ tbd. where to add your key
## Example Config ## Example Config
Replace `YOUR_IP_IN_DEC` with your IP in decimal, and `YOUR_IP_IN_HEX` with your IP in hexadecimal.
``` ```
[Interface] [Interface]
PrivateKey = YOUR_PRIVATE_KEY PrivateKey = YOUR_PRIVATE_KEY
Address = 172.31.202.YOUR_IP/32 Address = 10.89.214.YOUR_IP_IN_DEC/32, 2a07:c481:1:37::YOUR_IP_IN_HEX
[Peer] [Peer]
PublicKey = fmlxjh3iOfpgrHQQpK3dyOD0BvDppGCUkFuMSroqQR4= PublicKey = fmlxjh3iOfpgrHQQpK3dyOD0BvDppGCUkFuMSroqQR4=