twitchax / rusty_socks

A super basic SOCKS5 proxy.
MIT License
4 stars 1 forks source link

Stop Command #3

Closed SametKUM closed 3 years ago

SametKUM commented 3 years ago

Hello, which command I can use for stop rusty_socks? I want to turn it on and off whenever I want, but I don't want to use kill PID.

twitchax commented 3 years ago

It should stop on a SIGINT or SIGTERM. Is that OK?