(no title)
Gave4655 | 3 months ago
iptables -t mangle -A PREROUTING -i "$INTERFACE" -j TTL --ttl-inc 1
iptables -t mangle -I POSTROUTING -o "$INTERFACE" -j TTL --ttl-inc 1Gave4655 | 3 months ago
iptables -t mangle -A PREROUTING -i "$INTERFACE" -j TTL --ttl-inc 1
iptables -t mangle -I POSTROUTING -o "$INTERFACE" -j TTL --ttl-inc 1
No comments yet.