Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
6cf09a5d
Commit
6cf09a5d
authored
Aug 17, 2004
by
Roger Dingledine
Browse files
people with no torrc allow unverified middle/rendezvous nodes by default
svn:r2259
parent
92a44fdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/config.c
View file @
6cf09a5d
...
...
@@ -439,6 +439,10 @@ static int config_assign_defaults(or_options_t *options) {
/* set them up as a client only */
options
->
SocksPort
=
9050
;
options
->
AllowUnverifiedNodes
=
smartlist_create
();
smartlist_add
(
options
->
AllowUnverifiedNodes
,
"middle"
);
smartlist_add
(
options
->
AllowUnverifiedNodes
,
"rendezvous"
);
config_free_lines
(
options
->
ExitPolicy
);
options
->
ExitPolicy
=
config_line_prepend
(
NULL
,
"ExitPolicy"
,
"reject *:*"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment