hans icon indicating copy to clipboard operation
hans copied to clipboard

Add IPv6 support

Open friedrich opened this issue 11 years ago • 2 comments

friedrich avatar Feb 08 '14 06:02 friedrich

Implemented in #16

Masaq- avatar Mar 15 '17 03:03 Masaq-

For documentation, how to drop duplicate ICMPv6 echo reply:

ip6tables -A OUTPUT -p ipv6-icmp -m icmp6 --icmpv6-type 129 -m string --string "hanc" --algo bm --from 48 --to 52 -j DROP

Masaq- avatar Mar 18 '17 06:03 Masaq-