mirror of
https://github.com/pirate/wireguard-docs.git
synced 2026-07-17 16:47:53 +00:00
Remove Endpoint from NAT peer examples
Co-authored-by: pirate <511499+pirate@users.noreply.github.com>
This commit is contained in:
parent
856660da28
commit
d44500c0a1
3 changed files with 0 additions and 4 deletions
|
|
@ -863,7 +863,6 @@ AllowedIPs = 192.0.2.2/32
|
|||
```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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue