- dotycat tunnel.is — Free Script This script is provided free of charge and may be used without a license or domain/IP registration. It is intended for testing purposes only. The author and distributor accept no responsibility for losses, damages, or legal issues arising from its use. Use at your own risk.
| Service | Transport | TLS | NTLS |
|---|---|---|---|
| VLESS | gRPC | 443 | - |
| VLESS | WebSocket | 443 | 80 |
| VMESS | gRPC | 443 | - |
| VMESS | WebSocket | 443 | 80 |
| Trojan | gRPC | 443 | - |
| Trojan | WebSocket | 443 | 80 |
| SOCKS | gRPC | 443 | - |
| SOCKS | WebSocket | 443 | 80 |
| SSH | WebSocket | 443 | 80 |
| SQUID | - | 3128, 8080 | - |
| OpenVPN | TCP/UDP | 1194 | 2200 |
| OHP | TCP | - | 8000 |
| ZIVPN | UDP | 5667 | 5667 |
| SLDNS | - | ALL PORT | ALL PORT |
- Allow configuration of custom paths or no path only for the following ports:
| Protocol | Type | Port | Custom Path | Multi-Path Support |
|---|---|---|---|---|
| VMESS | TLS | 2083 | / or /<anytext> |
✅ Yes /<any>/<any> |
| VMESS | NTLS | 2082 | / or /<anytext> |
✅ Yes /<any>/<any> |
| VLESS | TLS | 2087 | / or /<anytext> |
✅ Yes /<any>/<any> |
| VLESS | NTLS | 2086 | / or /<anytext> |
✅ Yes /<any>/<any> |
| Protocol | Example Path | Port TLS/NTLS | Multi-Path Support |
|---|---|---|---|
| VMess (WS) | /vmess |
443/80 | |
| VLESS (WS) | /vless |
443/80 | |
| Trojan (WS) | /trws |
443/80 | |
| Socks (WS) | /ssws |
443/80 | |
| SSH (WS) | /<anypath> |
443/80 | ✅ Yes |
- ✅ All working: The tunnel works fully without issues.
⚠️ Partial: Some features (e.g., SSH over WebSocket) may not work properly.
- 20 ✅ All working
- 22 ✅ All working
- 24
⚠️ Partial (⚠️ SSH not working)
- 10 ✅ All working
- 11 ✅ All working
- 12
⚠️ Partial (⚠️ SSH not working)
wget -O /root/doty.sh https://raw.githubusercontent.com/dotywrt/doty/main/doty.sh && chmod +x /root/doty.sh && /root/doty.sh
- Active user count for Xray (VLESS, VMess, Trojan, SOCKS) not displayed correctly
- Automatic deletion of expired accounts not working
- Initial script release
- Added support for custom multipath
- Fixed gRPC connection issues
- Updated Nginx configuration (single file)
- Fixed issue where user data could not be saved to JSON file
- Added automatic blocking of torrent sites (BitTorrent traffic, trackers, etc.)
- Added automatic blocking of adult (pornographic) sites
- Added ad-blocking functionality (ads, popups, tracking scripts)
- Add new ports for VMESS & VLESS.
- Support custom paths or no path for a specific port.
- Remove NetGuard, Use Default host blocker
- Remove Xray multi-path on ports 443 and 80
- Added OpenVPN support (TCP / UDP / SSL)
- Added Squid Proxy (3128 / 8080)
- Added OHP (Open HTTP Puncher) over TCP
- Added support for ZIVPN panel
- Added support for SlowDNS
- Fixed bug in SSH WebSocket
- Fixed bug in SlowDNS
- Added support for UDP Custom
- Added auto delete expiry account
- Updated from stunnel4 to stunnel5