diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-17 22:58:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-17 22:58:14 +0000 |
commit | 2ad36f68c8e5bbbc0f284c04f266f80866d2aef9 (patch) | |
tree | 8468c4b90118a244057daa207acaffae5f5ed77c /src/or/or.h | |
parent | 03f413f5c7220be2d3313489a836fb92b67a6b1c (diff) | |
download | tor-2ad36f68c8e5bbbc0f284c04f266f80866d2aef9.tar.gz tor-2ad36f68c8e5bbbc0f284c04f266f80866d2aef9.zip |
Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig.
(Many users have no idea what a resolv.conf is, and shouldn't be forced to learn. The old option will keep working for now.)
Also, document it.
svn:r17661
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index cea0cf15c9..999e8ddbab 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2462,7 +2462,7 @@ typedef struct { will know this without any specialized knowledge. */ /** Boolean: if set, we start even if our resolv.conf file is missing * or broken. */ - int ServerDNSAllowBrokenResolvConf; + int ServerDNSAllowBrokenConfig; smartlist_t *ServerDNSTestAddresses; /**< A list of addresses that definitely * should be resolveable. Used for |