mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Add EntryGuardPathUseBias to state file keyword list.
This commit is contained in:
parent
b3e57b760e
commit
fed7f01377
@ -52,6 +52,7 @@ static config_var_t state_vars_[] = {
|
|||||||
VAR("EntryGuardUnlistedSince", LINELIST_S, EntryGuards, NULL),
|
VAR("EntryGuardUnlistedSince", LINELIST_S, EntryGuards, NULL),
|
||||||
VAR("EntryGuardAddedBy", LINELIST_S, EntryGuards, NULL),
|
VAR("EntryGuardAddedBy", LINELIST_S, EntryGuards, NULL),
|
||||||
VAR("EntryGuardPathBias", LINELIST_S, EntryGuards, NULL),
|
VAR("EntryGuardPathBias", LINELIST_S, EntryGuards, NULL),
|
||||||
|
VAR("EntryGuardPathUseBias", LINELIST_S, EntryGuards, NULL),
|
||||||
V(EntryGuards, LINELIST_V, NULL),
|
V(EntryGuards, LINELIST_V, NULL),
|
||||||
|
|
||||||
VAR("TransportProxy", LINELIST_S, TransportProxies, NULL),
|
VAR("TransportProxy", LINELIST_S, TransportProxies, NULL),
|
||||||
|
Loading…
Reference in New Issue
Block a user