update
This commit is contained in:
parent
1de9fe8a99
commit
c05bae722b
2 changed files with 18 additions and 0 deletions
11
user/socks-red.service
Normal file
11
user/socks-red.service
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=SOCKS Proxy (red.isnet.uk:1188)
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/ssh -N -D 1188 -o ServerAliveInterval=60 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes ray@red.isnet.uk
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue