diff options
| author | ache <ache@ache.one> | 2026-03-04 16:00:45 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-03-04 16:00:45 +0100 |
| commit | 6264d9ebc1a0d4d16dd1f5609104c134a993ce68 (patch) | |
| tree | 93d535c1790a2b14aa624b3aa9bcad11ddd7bfb8 /functions/rv.fish | |
| parent | feat: Improve ugit (diff) | |
feat: New alias to create dynamic proxies
Diffstat (limited to 'functions/rv.fish')
| -rw-r--r-- | functions/rv.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functions/rv.fish b/functions/rv.fish index 019ab8d..a62214f 100644 --- a/functions/rv.fish +++ b/functions/rv.fish @@ -1 +1,3 @@ alias rv='ssh ache@mail.ache.one -p 22 -R 60065:localhost:22 -fN' +alias dproxy='ssh ache.one -p 22 -D 1511 -fN' +alias dproxy_mail='ssh mail.ache.one -p 22 -D 1512 -fN' |