This commit is contained in:
Markus Schmidl 2022-07-09 23:19:27 +02:00
parent 9ce3a15fca
commit 87febd07ee
1 changed files with 4 additions and 4 deletions

View File

@ -262,25 +262,25 @@ in
}
# data-hoarder
{
destination = servHost.data-hoarder;
destination = servHosts.data-hoarder;
proto = "udp";
reflect = true;
sourcePort = 51820;
}
{
destination = servHost.data-hoarder;
destination = servHosts.data-hoarder;
proto = "tcp";
reflect = true;
sourcePort = 51820;
}
{
destination = "${servHost.data-hoarder}:22";
destination = "${servHosts.data-hoarder}:22";
proto = "udp";
reflect = false;
sourcePort = 2269;
}
{
destination = "${servHost.data-hoarder}:22";
destination = "${servHosts.data-hoarder}:22";
proto = "tcp";
reflect = false;
sourcePort = 2269;