TEst
This commit is contained in:
parent
2d7af67bc8
commit
d289aa5b8d
1 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue