Developer: EHSANKiNG
Version: 0.0.1
RBT is a research-driven, engineering-focused server-to-server tunneling platform built around rstun. It provides a professional CLI-first orchestration layer for lawful infrastructure connectivity, controlled experimentation, and technical evaluation.
- This project is intended for lawful research, authorized infrastructure administration, and controlled testing.
- Must only be used on systems/networks you own or are authorized to manage.
- Must not be used to conceal malicious activity, evade monitoring, or bypass access controls.
- All traffic policy experiments must be transparent and non-deceptive.
- The author explicitly rejects misuse for covert operations.
RBT abstracts the complexity of transport layer mapping. It manages rstun subprocesses, handles ACME TLS lifecycles, and provides a deterministic TOML-based configuration engine supervised by a robust Tokio-based runtime.
- CLI-First: Elegant, scriptable terminal UX.
- Protocol Support: TCP and UDP over QUIC.
- Zero-Touch TLS: Automated ACME certificate issuance and renewal.
- Resilience: Multi-Path QUIC support, bounded exponential backoff, and DNS re-resolution.
- Observability: Structured JSON logging, metrics hooks, and automated transparency auditing.
- Research Mode: Traffic Classification Research (TCR) and transparent routing simulation.
- Discovery: Decentralized Peer Discovery (DPD) for authorized infrastructure.
curl -fsSL https://raw.githubusercontent.com/EHSANKiNG/RBT/main/install.sh | bash# Initialize config
rbt init
# Add a TCP tunnel
rbt link-add --name web-tunnel --listen 127.0.0.1:8080 --target backend.internal:80 --proto tcp
# Apply and start service
rbt apply
rbt service enable
rbt status
# Research & Audit
rbt research analyze
rbt discovery
rbt auditConfiguration is stored in /etc/rbt/config.toml. See docs for advanced TCP/UDP and TLS setups.
If you find this project useful and would like to support its development, you can donate via:
- Tether (USDT-TRC20):
TKPswLQqd2e73UTGJ5prxVXBVo7MTsWedU
Apache-2.0