diff options
author | Neel Chauhan <neel@neelc.org> | 2020-01-13 14:55:16 -0800 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2020-01-13 14:55:16 -0800 |
commit | 8d288eb3a7738e50a371db63d83ea37f4cfb67fb (patch) | |
tree | b075ab42e3719c7dd3cd47cc80b0981a60965d12 /src/app/config/config.c | |
parent | 8b46372f264450cb2a8876254c2ba4d0a64eb6dc (diff) | |
download | tor-8d288eb3a7738e50a371db63d83ea37f4cfb67fb.tar.gz tor-8d288eb3a7738e50a371db63d83ea37f4cfb67fb.zip |
Deprecate the ClientAutoIPv6ORPort option
Diffstat (limited to 'src/app/config/config.c')
-rw-r--r-- | src/app/config/config.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c index d197e2b0cc..7d5470d5e6 100644 --- a/src/app/config/config.c +++ b/src/app/config/config.c @@ -831,6 +831,11 @@ static const config_deprecation_t option_deprecation_notes_[] = { "effect on clients since 0.2.8." }, /* End of options deprecated since 0.3.2.2-alpha. */ + /* Options deprecated since 0.4.3.1-alpha. */ + { "ClientAutoIPv6ORPort", "This option is unreliable if a connection isn't " + "reliably dual-stack."}, + /* End of options deprecated since 0.4.3.1-alpha. */ + { NULL, NULL } }; |