This commit is contained in:
soraefir
2026-05-01 22:01:54 +02:00
parent edc764461c
commit d4e599bd9b
4 changed files with 24 additions and 20 deletions

View File

@@ -26,10 +26,10 @@
enable = true;
peers = ["avalon" "asgard" "iriy" "valinor" ];
forward = [
[ "ens3" "10.10.1.2" 22 2222 ] # SSH
[ "ens3" "10.10.1.2" 80 80 ] # HTTP
[ "ens3" "10.10.1.2" 443 443 ] # HTTPS
[ "ens3" "10.10.1.2" 3979 3979 ] # OTTD
[ "ens3" "10.10.1.2" "fd10:10:10::2" 22 2222 ] # SSH
[ "ens3" "10.10.1.2" "fd10:10:10::2" 80 80 ] # HTTP
[ "ens3" "10.10.1.2" "fd10:10:10::2" 443 443 ] # HTTPS
[ "ens3" "10.10.1.2" "fd10:10:10::2" 3979 3979 ] # OTTD
];
};
};