Skip to content

Commit

Permalink
Fix peer spec.endpoint field
Browse files Browse the repository at this point in the history
  • Loading branch information
munnerz committed Mar 19, 2019
1 parent 8bf954a commit b32d1c2
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 @@ -128,7 +128,7 @@ spec:
# peers.
# This is typically done when the peer sits behind a NAT firewall, e.g.
# laptops and phones that may be portable.
address: :12345
endpoint: :12345
# Enter the public key of the 'laptop' wireguard peer here.
# This public key is generated in the 2nd step of the guide.
# You should be able to find this file at /etc/wireguard/publickey.
Expand All @@ -144,7 +144,7 @@ kind: Peer
metadata:
name: server
spec:
address: wg.example.com:12345
endpoint: wg.example.com:12345
# Enter the public key of the 'server' wireguard peer here.
# This public key is generated in the 2nd step of the guide.
# You should be able to find this file at /etc/wireguard/publickey.
Expand Down

0 comments on commit b32d1c2

Please sign in to comment.