Add profile support to BackTunnel with defaults, named remotes, and seamless integration across CLI, GUI, and documentation
This commit is contained in:
13
docs/profiles.ini.example
Normal file
13
docs/profiles.ini.example
Normal file
@@ -0,0 +1,13 @@
|
||||
[default]
|
||||
duration=2h
|
||||
tunnel_port=2222
|
||||
local_ssh_port=22
|
||||
invite_mount=~/remote-rssh
|
||||
invite=true
|
||||
qr=false
|
||||
|
||||
[myvps]
|
||||
user=me
|
||||
host=vps.example.com
|
||||
tunnel_port=4422
|
||||
invite_mount=~/remote-rssh
|
||||
Reference in New Issue
Block a user