mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-27 13:11:50 +02:00
assign ip address also reported by telegraf
This commit is contained in:
parent
545ab6d3f1
commit
c7c25d5dbc
@ -33,7 +33,9 @@ in
|
|||||||
address = [
|
address = [
|
||||||
# configure addresses including subnet mask
|
# configure addresses including subnet mask
|
||||||
"65.21.240.250/32"
|
"65.21.240.250/32"
|
||||||
|
# TODO: drop this ip and only keep ::1
|
||||||
"2a01:4f9:c012:8178::/64"
|
"2a01:4f9:c012:8178::/64"
|
||||||
|
"2a01:4f9:c012:8178::1/64"
|
||||||
];
|
];
|
||||||
routes = [
|
routes = [
|
||||||
# create default routes for both IPv6 and IPv4
|
# create default routes for both IPv6 and IPv4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user