mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Make omr-tracebox and omr-test-speed compatible with WAN IPv6
This commit is contained in:
parent
0be1a3b119
commit
b25b156436
2 changed files with 27 additions and 5 deletions
|
@ -2,9 +2,12 @@
|
|||
INTERFACE="$1"
|
||||
multipathip=$(dig +short A multipath-tcp.org | tr -d "\n")
|
||||
ipset add ss_rules_dst_bypass_all $multipathip > /dev/null 2>&1
|
||||
multipathip6=$(dig +short AAAA multipath-tcp.org | tr -d "\n")
|
||||
ipset add ss_rules6_dst_bypass_all $multipathip6 > /dev/null 2>&1
|
||||
if [ -z "$INTERFACE" ]; then
|
||||
tracebox -v -n -p IP/TCP/MSS/MPCAPABLE/WSCALE multipath-tcp.org
|
||||
else
|
||||
tracebox -v -i $INTERFACE -n -p IP/TCP/MSS/MPCAPABLE/WSCALE multipath-tcp.org
|
||||
fi
|
||||
ipset del ss_rules_dst_bypass_all $multipathip > /dev/null 2>&1
|
||||
ipset del ss_rules6_dst_bypass_all $multipathip6 > /dev/null 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue