Support direct socks proxy without ssh
This commit is contained in:
18
nnssA@.service
Normal file
18
nnssA@.service
Normal file
@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=Create network namespace and tun device to %I
|
||||
After=nnss-ssh@%i.service
|
||||
Requires=nnss-ssh@%i.service
|
||||
StopWhenUnneeded=yes
|
||||
|
||||
[Service]
|
||||
|
||||
Type=notify
|
||||
NotifyAccess=all
|
||||
|
||||
RuntimeDirectory=nnssA%i
|
||||
|
||||
ExecStart=/usr/lib/nnss/tunsocks.sh "%i" setup
|
||||
ExecStop=/usr/lib/nnss/tunsocks.sh "%i" cleanup
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user