delta: switch over ip

This commit is contained in:
Casper V. Kristensen 2024-04-08 23:09:35 +02:00
parent b17ae114b1
commit f8b1cd1a2b
2 changed files with 8 additions and 8 deletions

View file

@ -5,8 +5,8 @@
networks."10-lan" = {
name = "enp1s0";
address = [
"116.203.20.97/32" # TODO
"2a01:4f8:c2c:6005::/64" # TODO
"159.69.4.2/32"
"2a01:4f8:1c0c:70d1::/64/64"
];
routes = [
{routeConfig = {Destination = "172.31.1.1";};}

View file

@ -22,12 +22,12 @@
# allows systemd-resolved to listen on localhost as on every other
# system. Default is to listen to DNS on localhost only.
interface = [
"116.203.20.97@53"
"116.203.20.97@443"
"116.203.20.97@853"
"2a01:4f8:c2c:6005::@53"
"2a01:4f8:c2c:6005::@443"
"2a01:4f8:c2c:6005::@853"
"159.69.4.2@53"
"159.69.4.2@443"
"159.69.4.2@853"
"2a01:4f8:1c0c:70d1::1@53"
"2a01:4f8:1c0c:70d1::1@443"
"2a01:4f8:1c0c:70d1::1@853"
];
# Allow access from all netblocks. Default is to allow localhost only.
access-control = [