mirror of
https://github.com/pirate/wireguard-docs.git
synced 2026-03-05 16:06:16 +00:00
Remove Endpoint from NAT peer examples
Co-authored-by: pirate <511499+pirate@users.noreply.github.com>
This commit is contained in:
@@ -94,7 +94,6 @@ AllowedIPs = 192.0.2.2/32
|
||||
|
||||
[Peer]
|
||||
# Name = home-server.example-vpn.dev
|
||||
Endpoint = home-server.example-vpn.dev:51820
|
||||
PublicKey = <public key for home-server.example-vpn.dev>
|
||||
AllowedIPs = 192.0.2.3/32
|
||||
|
||||
@@ -182,7 +181,6 @@ DNS = 1.1.1.1
|
||||
```ini
|
||||
[Peer]
|
||||
# Name = home-server.example-vpn.dev
|
||||
Endpoint = home-server.example-vpn.dev:51820
|
||||
PublicKey = <public key for home-server.example-vpn.dev>
|
||||
AllowedIPs = 192.0.2.3/32
|
||||
```
|
||||
|
||||
@@ -13,7 +13,6 @@ AllowedIPs = 10.0.44.2/32
|
||||
|
||||
[Peer]
|
||||
# Name = home-server.example-vpn.dev
|
||||
Endpoint = home-server.example-vpn.dev:51820
|
||||
PublicKey = 8bSk5fATxg9qdxbK20iTGdrQ7SWvxIBhxdMo+W54pEg=
|
||||
AllowedIPs = 10.0.44.3/32
|
||||
|
||||
|
||||
Reference in New Issue
Block a user