Add IPv6 addresses
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
ipv4_gateway = "10.96.10.254"
|
||||
ipv4_subnet_mask = 24
|
||||
ipv6_gateway = null
|
||||
ipv6_gateway = "2600:4040:593d:8b10:6662:66ff:fe21:e9c4"
|
||||
ipv4_nameservers = [
|
||||
{address = "10.96.10.254"}
|
||||
]
|
||||
ipv6_nameservers = []
|
||||
ipv6_nameservers = [
|
||||
{address = "2600:4040:593d:8b10::53"}
|
||||
]
|
||||
local_domain = "balsillie.house"
|
||||
search_domains = [
|
||||
"balsillie.net",
|
||||
@@ -13,4 +15,6 @@ search_domains = [
|
||||
ipv4_ntp_servers = [
|
||||
"10.96.10.254"
|
||||
]
|
||||
ipv6_ntp_servers = []
|
||||
ipv6_ntp_servers = [
|
||||
"2600:4040:593d:8b10:6662:66ff:fe21:e9c4"
|
||||
]
|
||||
Reference in New Issue
Block a user