proxy/config/network.nix
2026-04-04 22:19:24 +02:00

10 lines
110 B
Nix

{
tunnel = {
host = "127.0.0.1";
allowedPorts = [
10080
10443
18448
];
};
}