Browse Source

wg-easy.service: add missing WG_DEFAULT_ADDRESS_RANGE

pull/888/head
Philip H 1 year ago
committed by GitHub
parent
commit
2f9364aa31
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      wg-easy.service

3
wg-easy.service

@ -5,7 +5,8 @@ After=network-online.target nss-lookup.target
[Service] [Service]
Environment="WG_HOST=raspberrypi.local" # Change this to your host's public address or static public ip. Environment="WG_HOST=raspberrypi.local" # Change this to your host's public address or static public ip.
Environment="PASSWORD=REPLACEME" # When set, requires a password when logging in to the Web UI, to disable add a hashtag Environment="PASSWORD=REPLACEME" # When set, requires a password when logging in to the Web UI, to disable add a hashtag
#Environment="WG_DEFAULT_ADDRESS=10.0.8.0/24" # Clients IP address range. #Environment="WG_DEFAULT_ADDRESS=10.0.8.0" # Clients IP addresses.
#Environment="WG_DEFAULT_ADDRESS_RANGE=32" # Client CIDR Range (if not set fallback to 24)
#Environment="WG_DEFAULT_DNS=10.0.8.1, 1.1.1.1" #DNS server clients will use. If set to blank value, clients will not use any DNS. #Environment="WG_DEFAULT_DNS=10.0.8.1, 1.1.1.1" #DNS server clients will use. If set to blank value, clients will not use any DNS.
#Environment="WG_ALLOWED_IPS=0.0.0.0/0,::/0" #Allowed IPs clients will use. #Environment="WG_ALLOWED_IPS=0.0.0.0/0,::/0" #Allowed IPs clients will use.
#Environment="WG_DEVICE=ens1" #Ethernet device the wireguard traffic should be forwarded through. #Environment="WG_DEVICE=ens1" #Ethernet device the wireguard traffic should be forwarded through.

Loading…
Cancel
Save