„nftables.conf“ ändern

This commit is contained in:
Julia Logan 2022-04-21 11:20:52 +00:00
parent 4e88d5190b
commit dabcdf7eba

View file

@ -4,7 +4,7 @@ table ip nat {
chain POSTROUTING {
type nat hook postrouting priority srcnat; policy accept;
# /!\ DO NOT CHANGE THIS LINE UNLESS YOU KNOW WHAT YOU ARE DOING /!\
# Only change this line if you change the container destination port,
# Only change this line if you change the container destination port (the port AFTER the :),
# else IP Addresses will be leaked!!!
tcp dport 25565 snat to 169.254.0.0/16
}