snail007 / goproxy

🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
https://snail007.host900.com/goproxy/manual/zh/
GNU General Public License v3.0
15.87k stars 3.01k forks source link

How to stop the daemon/forever #546

Open ttodua opened 1 year ago

ttodua commented 1 year ago

I havent used issue template, because I just have question (couldnt find answer in English):

1) how to view the running proxy instance 2) how to stop the proxy if we run it with daemon or forever. because systemctl stop proxy does not stop it: Failed to stop proxy.service: Unit proxy.service not loaded.

snail007 commented 1 year ago

ps find pid and kill pid.

ttodua commented 1 year ago

yes, I have done that, but can you please add some built-in ways, so we could like: proxy --stop-all or proxy --stop-daemons or proxy --stop-forever so it could simplify the process? thanks

ttodua commented 11 months ago

@snail007 if you can add that above-mentioned feature? thanks