Add. DNS_SERVERS option.
This commit is contained in:
parent
bafd56bb2f
commit
6d3a407622
@ -49,6 +49,9 @@ OPT_ENTRY( localport, LOCALPORT, LNG, 0 )
|
||||
OPT_ENTRY( localportrange, LOCALPORTRANGE, LNG, 0 )
|
||||
OPT_ENTRY( dns_cache_timeout, DNS_CACHE_TIMEOUT, LNG, 0 )
|
||||
OPT_ENTRY( dns_use_global_cache, DNS_USE_GLOBAL_CACHE, LNG, 0 )
|
||||
#if LCURL_CURL_VER_GE(7,25,0)
|
||||
OPT_ENTRY( dns_servers, DNS_SERVERS, STR, LCURL_STORE_STRING )
|
||||
#endif
|
||||
OPT_ENTRY( buffersize, BUFFERSIZE, LNG, 0 )
|
||||
OPT_ENTRY( port, PORT, LNG, 0 )
|
||||
OPT_ENTRY( tcp_nodelay, TCP_NODELAY, LNG, 0 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user