All checks were successful
Docker Build and Push / build-and-push (push) Successful in 6m24s
36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
# Tunnel Please
|
|
|
|
A lightweight SSH-based tunnel server written in Go that enables secure TCP and HTTP forwarding with an interactive terminal interface for managing connections and custom subdomains.
|
|
|
|
## Features
|
|
|
|
- SSH interactive session with real-time command handling
|
|
- Custom subdomain management for HTTP tunnels
|
|
- Active connection control with drop functionality
|
|
- Dual protocol support: HTTP and TCP tunnels
|
|
- Real-time connection monitoring
|
|
## Requirements
|
|
|
|
- Go 1.18 or higher
|
|
- Valid domain name for subdomain routing
|
|
|
|
## Contributing
|
|
Contributions are welcome!
|
|
|
|
If you'd like to contribute to this project, please follow the workflow below:
|
|
|
|
1. **Fork** the repository
|
|
2. Create a new branch for your changes
|
|
3. Commit and push your updates
|
|
4. Open a **Pull Request** targeting the **`staging`** branch
|
|
5. Clearly describe your changes and the reasoning behind them
|
|
|
|
## License
|
|
This project is licensed under the [Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)](https://creativecommons.org/licenses/by-nc-nd/4.0/) license.
|
|
## Author
|
|
**Bagas (fossyy)**
|
|
|
|
- Website: [fossy.my.id](https://fossy.my.id)
|
|
- GitHub: [@fossyy](https://github.com/fossyy)
|
|
|