upstream4: add port forwarding for gnunet

This commit is contained in:
Astro 2022-07-06 21:06:34 +02:00
parent a36ac03dbc
commit 6b81111b6d
1 changed files with 6 additions and 0 deletions

View File

@ -254,6 +254,12 @@ in
reflect = false;
sourcePort = 3822;
}
{
destination = servHosts.gnunet;
proto = "tcp";
reflect = true;
sourcePort = 2086;
}
];
interfaces = {
core = {