Tor & I2P

socks.cat runs on the clearnet and as hidden services. The gateway auto-routes .onion and .i2p destinations through local Tor/I2P SOCKS hops when configured.

Gateway (SOCKS5)

Use socks5h:// (remote DNS) so the router sees the real hostname:

# Reach a v3 onion service through your collar + pawprint
curl --proxy socks5h://COLLAR:PAWPRINT@socks.cat:1337 http://example.onion/

# Reach an I2P site
curl --proxy socks5h://COLLAR:PAWPRINT@socks.cat:1337 http://forum.i2p/

When [router].tor / [router].i2p are enabled, the gateway prepends the local Tor or I2P hop automatically for hidden-network hostnames — no extra routing tag needed.

Optional chains (clearnet via Tor/I2P)

Route normal clearnet exits through Tor or I2P with a chain- tag:

# Clearnet exit via Tor
curl -x socks5h://COLLAR-chain-tor:PAWPRINT@socks.cat:1337 https://api.ipify.org

# Clearnet exit via I2P outproxy
curl -x socks5h://COLLAR-chain-i2p:PAWPRINT@socks.cat:1337 https://api.ipify.org

Reach socks.cat over Tor / I2P

socks.cat is published at one vanity address per network, and each one serves both the web dashboard and the SOCKS gateway on the same address — the router detects what you send (a browser request vs. a SOCKS handshake) and routes accordingly. No separate per-service addresses.

NetworkAddress
Torsockscatvbwpgjzmcggvpskrw5oquwd744tonvoy2vq33wnillnrcdad.onion
I2Psockscatwf7ruzuem4cjyltcgsmpz4wmw2hnaufemeh6unksheqq.b32.i2p

Open the dashboard — just visit the address in Tor Browser / an I2P-enabled browser:

http://sockscatvbwpgjzmcggvpskrw5oquwd744tonvoy2vq33wnillnrcdad.onion/
http://sockscatwf7ruzuem4cjyltcgsmpz4wmw2hnaufemeh6unksheqq.b32.i2p/

Use it as your proxy gateway — point a SOCKS5 client at the same address (via your local Tor/I2P proxy), with your collar + pawprint:

# Through Tor (curl over your local Tor SOCKS at 127.0.0.1:9050)
curl --proxy socks5h://127.0.0.1:9050 \
     --proxy-user COLLAR:PAWPRINT \
     -x socks5h://sockscatvbwpgjzmcggvpskrw5oquwd744tonvoy2vq33wnillnrcdad.onion:80 \
     https://api.ipify.org

No TLS is used over the hidden networks — Tor and I2P encrypt the transport themselves, so there are no certificate warnings.

Operator-published addresses also live in /.well-known/onion and /.well-known/i2p.