diff --git a/luci-app-openmptcprouter/root/bin/omr-mptcp-intf b/luci-app-openmptcprouter/root/bin/omr-mptcp-intf index a384959ff..93e24221f 100755 --- a/luci-app-openmptcprouter/root/bin/omr-mptcp-intf +++ b/luci-app-openmptcprouter/root/bin/omr-mptcp-intf @@ -1,5 +1,5 @@ #!/bin/sh multipathip=$(dig +short A multipath-tcp.org | tr -d "\n") ipset add ss_rules_dst_bypass_all $multipathip > /dev/null 2>&1 -curl -s -4 -m 3 --interface $1 http://www.multipath-tcp.org +curl -s -4 -m 2 --interface $1 http://www.multipath-tcp.org ipset del ss_rules_dst_bypass_all $multipathip > /dev/null 2>&1