You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is necessary to add support for the PID file so that it can be used in Preup PostDown wg-quick scripts
for example, in the same shadowsocks there is a flag -f that writes the PID to this file and which can be used when turning off the VPN by executing the command
PostDown=kill -9 $(cat /tmp/shadowsocks.pid)
The text was updated successfully, but these errors were encountered:
It is necessary to add support for the PID file so that it can be used in Preup PostDown wg-quick scripts
for example, in the same shadowsocks there is a flag -f that writes the PID to this file and which can be used when turning off the VPN by executing the command
PostDown=kill -9 $(cat /tmp/shadowsocks.pid)
The text was updated successfully, but these errors were encountered: