outbound_proxy property

  1. @Array.multi<NativeType>([4])
Array<pj_str_t> outbound_proxy
getter/setter pair

Specify the URL of outbound proxies to visit for all outgoing requests. The outbound proxies will be used for all accounts, and it will be used to build the route set for outgoing requests. The final route set for outgoing requests will consists of the outbound proxies and the proxy configured in the account.

Implementation

@ffi.Array.multi([4])
external ffi.Array<pj_str_t> outbound_proxy;