Configuration - adericbourg/DLProxy GitHub Wiki

DLProxy can be ran out of the box. No particular configuration is needed.

Proxy

Proxy configuration can be global or protocol-specific.

If a protocol-specific configuration exists, it will be used in priority. Else, global configuration will. If no proxy configuration is defined, DLProxy will use a direct connection.

Global proxy configuration

Set the following parameters in application's configuration file:

  • network.proxy.address
  • network.proxy.port

Eg.:

network.proxy.address=192.168.1.42
network.proxy.port=3128

Protocol-specific configuration

Set the following parameters in application's configuration file:

  • network.proxy.<protocol>.address
  • network.proxy.<protocol>.port

Eg. for HTTPS and FTP protocols only:

network.proxy.https.address=192.168.1.42
network.proxy.https.port=3128
network.proxy.ftp.address=192.168.1.42
network.proxy.ftp.port=3129
⚠️ **GitHub.com Fallback** ⚠️