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。

Home Page:https://snail007.host900.com/goproxy/manual/zh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to stop the daemon/forever

ttodua opened this issue · comments

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.

ps find pid and kill pid.

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

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