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
ZerXes
Tor
Commits
41bb7172
Commit
41bb7172
authored
Dec 13, 2003
by
Roger Dingledine
Browse files
reasonably permissive exit policy if you don't set one
svn:r901
parent
865173d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/config.c
View file @
41bb7172
...
...
@@ -252,7 +252,7 @@ void init_options(or_options_t *options) {
options
->
LogLevel
=
tor_strdup
(
"warn"
);
options
->
ExitNodes
=
tor_strdup
(
""
);
options
->
EntryNodes
=
tor_strdup
(
""
);
options
->
ExitPolicy
=
tor_strdup
(
"reject
127.0.0.1
:*"
);
options
->
ExitPolicy
=
tor_strdup
(
"reject
*:25,accept *
:*"
);
options
->
SocksBindAddress
=
tor_strdup
(
"127.0.0.1"
);
options
->
ORBindAddress
=
tor_strdup
(
"0.0.0.0"
);
options
->
DirBindAddress
=
tor_strdup
(
"0.0.0.0"
);
...
...
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