📝 update readme

This commit is contained in:
arnef
2021-06-17 08:21:48 +02:00
parent cb61a037fe
commit e61bb06629

View File

@@ -1,2 +1,12 @@
# SSH Proxy Tray
SSH Proxy Tray uses the host named `proxytray` from your locale `.ssh/config`
```
Host proxytray
HostName <ip,domain>
User <user>
Port <port>
IdentityFile <ssh_key>
LocalForward 3128 localhost:3128
```