mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Mark DirPortFrontPage as a FILENAME rather than a STRING. Right now this has no effect.
svn:r17520
This commit is contained in:
+1
-1
@@ -184,7 +184,7 @@ static config_var_t _option_vars[] = {
|
||||
OBSOLETE("DirFetchPeriod"),
|
||||
V(DirPolicy, LINELIST, NULL),
|
||||
V(DirPort, UINT, "0"),
|
||||
V(DirPortFrontPage, STRING, NULL),
|
||||
V(DirPortFrontPage, FILENAME, NULL),
|
||||
OBSOLETE("DirPostPeriod"),
|
||||
#ifdef ENABLE_GEOIP_STATS
|
||||
V(DirRecordUsageByCountry, BOOL, "0"),
|
||||
|
||||
Reference in New Issue
Block a user