Windows 11のコマンドプロンプトを使い、Cloudflare WARPでスプリットトンネル(特定サイトを除外)する方法を解説します。
ドメインで指定
- 除外を指定:
warp-cli tunnel host add example.com - 除外を解除:
warp-cli tunnel host remove example.com - 除外リストを確認:
warp-cli tunnel host list
IPアドレスで指定
- 除外を指定:
warp-cli tunnel ip add 0.0.0.0 - 除外を解除:
warp-cli tunnel ip remove 0.0.0.0 - 除外リストを確認:
warp-cli tunnel ip list
ドメインやIPを適宜置き換えて利用してください。ちなみにワイルドカードも使えます。
関連記事