Proxy Configuration
Use a custom proxy on your network requests within Javinizer
NOTE: This is an experimental feature. Though it has been added, it has largely been untested with various proxy configurations. If you find that it is not working, please create a new issue or message me on the Javinizer discord.
If you want to use a proxy with Javinizer, a few configurations are provided.
Open your settings file
Javinizer -OpenSettings
or via the JSON editor on the web gui.Set proxy configurations
proxy.enabled
- true or falseproxy.host
- the hostname / IP of your proxyproxy.username
- the username for your proxy (if required)proxy.password
- the password for your proxy (if required)
Last updated