diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-21 21:48:16 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-21 21:48:16 +0000 |
commit | 04bec6757494a7ac3a798bde068abf151c8a8242 (patch) | |
tree | cf7decc1b32538de5585d53a618aaba34cc0b492 /src/or/or.h | |
parent | 083e9c2b59614bd5dae78d5db2473ddbca9cb8c4 (diff) | |
download | tor-04bec6757494a7ac3a798bde068abf151c8a8242.tar.gz tor-04bec6757494a7ac3a798bde068abf151c8a8242.zip |
r8874@Kushana: nickm | 2006-09-21 15:22:27 -0400
Rename and document SearchDomains and ResolvConf options; warn if ServerDNSResolvConfFile is given but eventdns isnt enabled.
svn:r8439
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/or/or.h b/src/or/or.h index a24e8762f2..e1c63253e7 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1571,12 +1571,12 @@ typedef struct { char *VirtualAddrNetwork; /**< Address and mask to hand out for virtual * MAPADDRESS requests. */ - int SearchDomains; /**< Boolean: If set, we don't force exit addresses to - * be FQDNs, but rather search for them in the local - * domains. */ - char *ResolvConf; /**< If provided, we configure our internal resolver from - * the file here rather than from /etc/resolv.conf (unix) - * or the registry (windows) */ + int ServerDNSSearchDomains; /**< Boolean: If set, we don't force exit + * addresses to be FQDNs, but rather search for them in + * the local domains. */ + char *ServerDNSResolvConfFile; /**< If provided, we configure our internal + * resolver from the file here rather than from + * /etc/resolv.conf (unix) or the registry (windows) */ } or_options_t; /** Persistent state for an onion router, as saved to disk. */ |