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
The Tor Project
Anti-censorship
BridgeDB
Commits
46354201
Commit
46354201
authored
Jan 06, 2008
by
Roger Dingledine
Browse files
bind the email listener to localhost only.
svn:r13044
parent
26ea8c9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
bridgedb.conf
View file @
46354201
...
...
@@ -82,7 +82,7 @@ EMAIL_DOMAIN_RULES = { 'gmail.com' : ["ignore_dots"],
# those IPs.
EMAIL_RESTRICT_IPS
=[]
# IP and port to listen on for email connections. Debugging only.
EMAIL_BIND_IP
=
None
EMAIL_BIND_IP
=
"127.0.0.1"
EMAIL_PORT
=
6725
# How many bridges do we give back in an answer?
EMAIL_N_BRIDGES_PER_ANSWER
=
3
...
...
lib/bridgedb/Main.py
View file @
46354201
...
...
@@ -61,7 +61,7 @@ CONFIG = Conf(
EMAIL_DOMAIN_RULES
=
{
'gmail.com'
:
[
"ignore_dots"
],
'yahoo.com'
:
[]
},
EMAIL_RESTRICT_IPS
=
[],
EMAIL_BIND_IP
=
None
,
EMAIL_BIND_IP
=
127.0
.
0.1
,
EMAIL_PORT
=
6725
,
EMAIL_N_BRIDGES_PER_ANSWER
=
2
,
...
...
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