We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76d454 commit 6ddb785Copy full SHA for 6ddb785
.github/actions/force-ipv4/force-ipv4.sh
@@ -48,7 +48,7 @@ configure_warp_doh_and_exclude_ipv6() {
48
echo 'Configuring WARP to operate in DNS-over-HTTPS mode (warp+doh)...'
49
warp-cli --accept-tos mode warp+doh
50
echo 'Excluding IPv6 traffic from WARP by configuring it as a split tunnel...'
51
- warp-cli --accept-tos add-excluded-route '::/0' # Exclude IPv6, forcing IPv4 resolution
+ warp-cli --accept-tos tunnel ip-range add '::/0' # Exclude IPv6, forcing IPv4 resolution
52
# `tunnel ip add` does not work with IP ranges, see https://community.cloudflare.com/t/cant-cidr-for-split-tunnling/630834
53
echo 'Establishing WARP connection...'
54
warp-cli --accept-tos connect
0 commit comments