baloise / proxy

An minimal authenticating HTTP(S) forward proxy based on https://github.com/adamfisk/LittleProxy. You can easily add sniffing / rewriting if needed. In short: Fiddler in Java
Eclipse Public License 2.0
4 stars 3 forks source link

Headless mode #5

Closed culmat closed 2 months ago

culmat commented 5 years ago

implement headless mode for running proxy on servers

culmat commented 3 months ago

Make sure it can run without UI, in particular we need a way to set the password via CLI

Acceptance criteria

Can run as a windows service under a user that is not logged on to the machine. ( use https://nssm.cc/ for testing? )