mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
clarifying text (#138)
This commit is contained in:
parent
5b0d096970
commit
9093ddde27
@ -3,7 +3,11 @@
|
||||
## configuration variables:
|
||||
VLAN=5
|
||||
IPV4_IP="10.0.5.3"
|
||||
# This is the IP address of the container. You may want to set it to match
|
||||
# your own network structure such as 192.168.5.3 or similar.
|
||||
IPV4_GW="10.0.5.1/24"
|
||||
# As above, this should match the gateway of the VLAN for the container
|
||||
# network as above which is usually the .1/24 range of the IPV4_IP
|
||||
|
||||
# if you want IPv6 support, generate a ULA, select an IP for the dns server
|
||||
# and an appropriate gateway address on the same /64 network. Make sure that
|
||||
|
Loading…
Reference in New Issue
Block a user