- Setup Claude Code using
Native Install - Configure environment variables to make
claudebinary available from the terminal - Locate
claudebinary (e.g.C:\Users\<user>\.local\binor/Users/<user>/.local/bin) - Create
claude-proxiedscript using a snippet below suitable for your OS - Place it into the same directory near the
claudeexecutable file - Use
claude-proxiedin the terminal instead ofclaude
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "+auto switch": { | |
| "profileType": "SwitchProfile", | |
| "rules": [ | |
| { | |
| "condition": { | |
| "conditionType": "HostWildcardCondition", | |
| "pattern": "*.vk.ru" | |
| }, | |
| "profileName": "direct" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [cloakAndroid]: https://github.com/cbeuw/Cloak-android/releases/download/v2.12.0-1/ck-client-2.12.0-signed.apk | |
| [cloakLinux]: https://github.com/cbeuw/Cloak/releases/download/v2.12.0/ck-client-linux-amd64-v2.12.0 | |
| [cloakMacosIntel]: https://github.com/cbeuw/Cloak/releases/download/v2.12.0/ck-client-darwin-amd64-v2.12.0 | |
| [cloakMacosAS]: https://github.com/cbeuw/Cloak/releases/download/v2.12.0/ck-client-darwin-arm64-v2.12.0 | |
| [cloakWindows]: https://github.com/cbeuw/Cloak/releases/download/v2.12.0/ck-client-windows-amd64-v2.12.0.exe | |
| [ssAndroid]: https://github.com/shadowsocks/shadowsocks-android/releases/download/v5.3.4/shadowsocks--universal-5.3.4.apk | |
| [ssLinux]: https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.24.0/shadowsocks-v1.24.0.x86_64-unknown-linux-gnu.tar.xz | |
| [ssMacos]: https://github.com/shadowsocks/ShadowsocksX-NG/releases/download/v1.10.3/ShadowsocksX-NG.dmg | |
| [ssWindows]: https://github.com/shadowsocks/shadowsocks-windows/releases/download/4.4.1.0/Shadowsocks-4.4.1.0.zip |