mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
whine at you if you're a server and you don't set your contactinfo
svn:r4178
This commit is contained in:
parent
68ba303323
commit
1f263bf6f5
@ -1282,6 +1282,9 @@ options_validate(or_options_t *options)
|
||||
}
|
||||
}
|
||||
|
||||
if (server_mode(options) && !options->ContactInfo)
|
||||
log_fn(LOG_NOTICE,"Your ContactInfo config option is not set. Please consider setting it, so we can contact you if your server is misconfigured or something else goes wrong.");
|
||||
|
||||
if (normalize_log_options(options))
|
||||
return -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user