Fix formatting
parent
dd7acc41f0
commit
4d356a9fe6
|
@ -114,29 +114,26 @@ in
|
|||
reflect = true;
|
||||
sourcePort = 64699;
|
||||
}
|
||||
{ #ssh
|
||||
{ #ssh
|
||||
destination = "${leon}:22";
|
||||
proto = "tcp";
|
||||
reflect = true;
|
||||
sourcePort = 2223;
|
||||
}
|
||||
{ #Website
|
||||
{ #Website
|
||||
destination = "${leon}:5000";
|
||||
proto = "tcp";
|
||||
reflect = true;
|
||||
sourcePort = 5001;
|
||||
}
|
||||
}
|
||||
{ #VPN_Wireguard VPN1-interface
|
||||
destination = "${leon}:18900";
|
||||
proto = "udp";
|
||||
reflect = true;
|
||||
sourcePort = 18800;
|
||||
}
|
||||
{ #VPN_Wireguard VPN2-interface
|
||||
{ #VPN_Wireguard VPN2-interface
|
||||
destination = "${leon}:19900";
|
||||
proto = "udp";
|
||||
reflect = true;
|
||||
sourcePort = 19800;
|
||||
}
|
||||
{
|
||||
destination = servHosts.minetest;
|
||||
|
|
Loading…
Reference in New Issue