Running boringproxy in the background?

Hi everyone!
I saw this project from the list and it seems really promising. I’m just wondering what the best solution is to run boringproxy in the background? I want it to be automated when servers reboot, and so I can still use the server when the client is running.
I assume I can just create a bash script to do this and run the bashscript on startup with systemd but before I put in the effort I wanted to know if anyone else has creative solutions?

Hi @Happyhamburger. Your best option is probably going to be creating a systemd service. It’s a bit to learn if you’ve never done it before, but not too bad and very useful.

1 Like