Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asstroneer committed Nov 5, 2023
1 parent e41c16c commit d683d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ For usage, you need prepare WireGuard client config file like file below:
```
[Interface]
PrivateKey = <my-private-key>
Address = 172.160.0.2/32
Address = 172.16.0.2/32
[Peer]
PublicKey = <server-public-key>
AllowedIPs = 172.160.0.0/12
AllowedIPs = 172.16.0.0/12
Endpoint = my-vpn.com:51820
PersistentKeepalive = 15
```
Expand Down

0 comments on commit d683d13

Please sign in to comment.