From 4e88d5190bf4c8328885db7a544025aa357791ed Mon Sep 17 00:00:00 2001 From: Julia Date: Thu, 21 Apr 2022 11:19:05 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Enftables.conf=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nftables.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nftables.conf b/nftables.conf index 6e245a2..6cb686f 100644 --- a/nftables.conf +++ b/nftables.conf @@ -3,7 +3,9 @@ table ip nat { chain POSTROUTING { type nat hook postrouting priority srcnat; policy accept; - # Change the port here if you wish + # /!\ DO NOT CHANGE THIS LINE UNLESS YOU KNOW WHAT YOU ARE DOING /!\ + # Only change this line if you change the container destination port, + # else IP Addresses will be leaked!!! tcp dport 25565 snat to 169.254.0.0/16 } } \ No newline at end of file