This commit is contained in:
iFargle 2023-10-08 16:58:57 +09:00
parent 2d7af67bc8
commit d289aa5b8d

View file

@ -22,6 +22,7 @@
22
80
443
2282
];
networking.firewall.allowedUDPPorts = [ 51820 ];
@ -81,6 +82,12 @@
server = "/usr/bin/env"; # Placeholder.
extraConfig = "redirect = 10.100.0.2 443";
}
{
name = "ssh";
port = 2282;
server = "/usr/bin/env"; # Placeholder.
extraConfig = "redirect = 10.100.0.2 443";
}
];
};