Create task task-057

This commit is contained in:
Jeff Emmett 2025-12-18 20:10:40 -05:00
parent 295fb2d3b4
commit 5f8fa3d23a
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
---
id: task-057
title: Set up Cloudflare WARP split tunnels for Claude Code
status: Done
assignee: []
created_date: '2025-12-19 01:10'
labels: []
dependencies: []
priority: medium
---
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
Configured Cloudflare Zero Trust split tunnel excludes to allow Claude Code to work in WSL2 with WARP enabled on Windows.
Completed:
- Created Zero Trust API token with device config permissions
- Added localhost (127.0.0.0/8) to excludes
- Added Anthropic domains (api.anthropic.com, claude.ai, anthropic.com)
- Private networks already excluded (172.16.0.0/12, 192.168.0.0/16, 10.0.0.0/8)
- Created ~/bin/warp-split-tunnel CLI tool for future management
- Saved token to Netcup ~/.cloudflare-credentials.env
<!-- SECTION:DESCRIPTION:END -->