Skip to content

Instantly share code, notes, and snippets.

View SoKnight's full-sized avatar
Kotlin or Java?

Konstantin SoKnight

Kotlin or Java?
View GitHub Profile
@SoKnight
SoKnight / 00-readme.md
Last active February 19, 2026 15:05
Script for Claude Code binary to run it under configured proxy

Installation steps

  1. Setup Claude Code using Native Install
  2. Configure environment variables to make claude binary available from the terminal
  3. Locate claude binary (e.g. C:\Users\<user>\.local\bin or /Users/<user>/.local/bin)
  4. Create claude-proxied script using a snippet below suitable for your OS
  5. Place it into the same directory near the claude executable file
  6. Use claude-proxied in the terminal instead of claude

JetBrains IDE setup

@SoKnight
SoKnight / proxy-switchyomega3-settings.json
Last active January 25, 2026 18:36
Settings for Proxy SwitchyOmega3 browser extension
{
"+auto switch": {
"profileType": "SwitchProfile",
"rules": [
{
"condition": {
"conditionType": "HostWildcardCondition",
"pattern": "*.vk.ru"
},
"profileName": "direct"
@SoKnight
SoKnight / ss-under-cloak.md
Last active February 10, 2026 10:08
Установка клиента Shadowsocks + Cloak
[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