bastion network: make open port udp
Eelco Dolstra committed
Apr 26, 2019 at 04:31 UTC
44783ffad113d6a882fb4c4107cd588c9c6bb1d9
1 file changed
+1
bastion/network.nix
+1
@@ -39,6 +39,7 @@ in
39
fromPort = 51820;
40
toPort = 51820;
41
sourceIp = "0.0.0.0/0";
42
+ protocol = "udp";
43
}
44
] ++
45
(with import ../ip-addresses.nix;