ClawTunnel Termux CLI 0.5.5

Install deps:
  ./install-termux-deps.sh

Raw TCP/UDP access port: animefu.space:3680
Example SSH bind from Termux:
  pkg install -y openssh
  sshd
  export CLAWTUNNEL_TOKEN='your signup token'
  ./clawtunnel bind --mode tcp --name phone-ssh --server wss://claw.animefu.space --target 127.0.0.1:8022

Access from another client:
  ./clawtunnel access --server animefu.space:3680 --code ABC123 --listen 127.0.0.1:2222
