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

Auto config on install #28

Open culmat opened 4 months ago

culmat commented 4 months ago

Currently proxy comes with a generic default conf. Allow installer to provide a custom shell / Powershell script to create a specific configuration. The script is downloaded from an URL and executed. Eventually set a default value based on DNS search suffix, COUNTRY environment variable etc, i.e. https://{DNS_SUFFIX}/rest/scriptrunner/latest/custom/proxyconf?country={COUNTRY}&user={USERNAME} &environment={ENVIRONMENT}