iptables -t nat -A PREROUTING -p udp --dport 6055 -j DNAT --to-destination 10.240.69.1
iptables -t nat -A POSTROUTING -p udp --sport 6055 -s 10.240.69.1 -j SNAT --to ?????
iptables -t nat -I POSTROUTING -o wg0 -j MASQUERADE
Így? Csak nem tudom, hogy a ??? helyére mit írjak. A wg0 interface címét?