Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Place1 committed Jan 27, 2020
1 parent 83d0b94 commit 3e1ccf8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ wireguard:
externalAddress: ""
// The WireGuard ListenPort
port: 51820
// The DNS servers that VPN clients will be directed to use
dns:
- "1.1.1.1"
- "8.8.8.8"
} `yaml:"wireguard"`
vpn:
// CIDR configures a network address space
Expand All @@ -135,6 +131,13 @@ vpn:
// If not configured then the server will select the default
// network interface e.g. eth0
gatewayInterface: ""
dns:
// The upstream DNS servers that VPN clients will use
// VPN Clients will connect to a DNS proxy running on the
// wireguard server, which will send DNS requests to this
// upstream server.
upstream:
- "1.1.1.1"
auth:
// The below are all optional.
// Different authentication backends can be configured.
Expand Down

0 comments on commit 3e1ccf8

Please sign in to comment.