fuuko/router: Add static record for switch
This commit is contained in:
parent
444aa962b5
commit
68cc1d32d4
|
@ -196,6 +196,12 @@ in
|
||||||
# SLAAC (for addresses) / DHCPv6 (for DNS)
|
# SLAAC (for addresses) / DHCPv6 (for DNS)
|
||||||
dhcp-range=fd00:80:1::,ra-stateless,ra-names
|
dhcp-range=fd00:80:1::,ra-stateless,ra-names
|
||||||
dhcp-option=option6:dns-server,fd00:80:1::1
|
dhcp-option=option6:dns-server,fd00:80:1::1
|
||||||
|
|
||||||
|
# Despite its name, the switch does not have a “smart” configuration,
|
||||||
|
# that would allow me to tell it not to get DHCP from wan,
|
||||||
|
# but from lan instead.
|
||||||
|
# So it has to use static configuration.
|
||||||
|
host-record=switchviech,switchviech.${domain},10.80.1.19
|
||||||
'';
|
'';
|
||||||
servers = [
|
servers = [
|
||||||
"10.64.0.1" # mullvad DNS, should be fastest overall
|
"10.64.0.1" # mullvad DNS, should be fastest overall
|
||||||
|
|
Loading…
Reference in a new issue