Skip to content

Commit 6ddb785

Browse files
committed
ci: try to fix ipv4 script
1 parent c76d454 commit 6ddb785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/force-ipv4/force-ipv4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ configure_warp_doh_and_exclude_ipv6() {
4848
echo 'Configuring WARP to operate in DNS-over-HTTPS mode (warp+doh)...'
4949
warp-cli --accept-tos mode warp+doh
5050
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
51+
warp-cli --accept-tos tunnel ip-range add '::/0' # Exclude IPv6, forcing IPv4 resolution
5252
# `tunnel ip add` does not work with IP ranges, see https://community.cloudflare.com/t/cant-cidr-for-split-tunnling/630834
5353
echo 'Establishing WARP connection...'
5454
warp-cli --accept-tos connect

0 commit comments

Comments
 (0)