Compare commits

..

No commits in common. "9de52f1c4f230e524a7224164d1428d94c4db411" and "c45a087dfd192a8da324390409b8ef2556849d17" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View File

@ -74,7 +74,6 @@
"::1/128"
"172.20.72.0/21"
"10.0.0.0/24"
"10.200.0.0/15"
"172.22.99.0/24"
"127.0.0.0/8"
];

View File

@ -51,15 +51,6 @@ in {
\! --source 10.200.0.0/15 -o ${meshInterface} -j SNAT --to 10.200.${ddmeshAddrPart}
set -e
'';
forwardPorts = [ {
destination = "172.20.73.8";
proto = "udp";
sourcePort = 53;
} {
destination = "172.20.73.8";
proto = "tcp";
sourcePort = 53;
} ];
};
# Configure rt_table name
networking.iproute2 = {