upstream4: change port forwarding from 777/udp to 8800/udp

This commit is contained in:
Astro 2022-08-25 21:38:30 +02:00
parent cf014d1aac
commit 582f13c303
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ in
destination = "${servHosts.leon}:8800";
proto = "udp";
reflect = true;
sourcePort = 777;
sourcePort = 8800;
}
{
destination = servHosts.minetest;