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

Multiple profiles (+1 running in parallel) #15

Open whvneo opened 2 years ago

whvneo commented 2 years ago

Sometimes it is necessary to use McAffee instead of ZScaler or for Germany a different one.

To have all variations in one config file it would be nice to organize these settings in profiles. +1 would be to run all profiles in parallel on different ports. The credentials should be shared for all profiles.

Having this setup you can deliver a default settings file with most common profiles (ZScaler, McAffee, Germany) and run one per default (ZScaler).

Currently we have to comment/uncomment the settings to activate a different proxy.