Skip to content

Commit

Permalink
Fix example config.yaml syntax errors in docs (Place1#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescarlos authored Mar 29, 2020
1 parent ef2639e commit 8f36a04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ wireguard:
# The WireGuard ListenPort
# Optional
port: 51820
} `yaml:"wireguard"`
vpn:
# CIDR configures a network address space
# that client (WireGuard peers) will be allocated
Expand All @@ -66,8 +65,8 @@ vpn:
# network interface e.g. eth0
# Optional
gatewayInterface: ""
// Rules allows you to configure what level
// of network isolation should be enfoced.
# Rules allows you to configure what level
# of network isolation should be enfoced.
rules:
# AllowVPNLAN enables routing between VPN clients
# i.e. allows the VPN to work like a LAN.
Expand Down

0 comments on commit 8f36a04

Please sign in to comment.