Dialer Factory
DialerFactoryConfig
All outbounds are created by this factory.
Schema definition: protos/proto/vx/dialerfactory/dialerfactory.proto.
Used in ServerConfig.dialerFactory.
DialerFactoryConfig
dialTimeoutuint32
Connection timeout (seconds)
shouldBindDevicebool
Bind the socket to the default physical network NIC
resolveDomainbool
Use the internal DNS resolver internalResolver when resolving domains during dialing
Example
{
"dialerFactory": {
"dialTimeout": 10,
"shouldBindDevice": false,
"resolveDomain": true
}
}