package indexView import "tunnel_pls/view/layout" templ Main(title, domain string) { @layout.Base(title) {

Secure Remote Access Made Simple

SSH Tunnel provides a secure way to access your local services remotely. Connect to your development environment from anywhere, safely.

Example Command

ssh {domain} -p 2200 -R 80:localhost:8000

Secure

End-to-end encryption ensures your data remains private and protected.

Easy to Use

Simple command-line interface for quick setup and connection.

Flexible

Connect to various local services and ports with ease.

} }