18 lines
402 B
Markdown
18 lines
402 B
Markdown
# README
|
|
|
|
## proxy@.service
|
|
|
|
systemctl --user start proxy@alice
|
|
systemctl --user start proxy@red
|
|
|
|
`~/.ssh/config` is where the proxy configs are stored.
|
|
|
|
`Conflicts=` is where to add new proxies to make them mutually exclusive.
|
|
|
|
## socks-red.service
|
|
|
|
systemctl --user daemon-reload
|
|
systemctl --user enable --now socks-red.service
|
|
|
|
This opens a SOCKS proxy on `127.0.0.1:1188` using `ray@red.isnet.uk`.
|