diff options
author | Roger Dingledine <arma@torproject.org> | 2010-09-29 01:10:20 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-09-29 03:00:06 -0400 |
commit | 0ed8d5a537d1092f510342d07bd7970185995ebf (patch) | |
tree | 1f960d3d1ad96d596019f779bd3019477fc3f262 /changes | |
parent | 50720a9a4f8ea4433f3696d42d2f640ad970b285 (diff) | |
download | tor-0ed8d5a537d1092f510342d07bd7970185995ebf.tar tor-0ed8d5a537d1092f510342d07bd7970185995ebf.tar.gz |
allow countries and IP addresses in EntryNodes
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1982 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug1982 b/changes/bug1982 new file mode 100644 index 000000000..30ce2df7c --- /dev/null +++ b/changes/bug1982 @@ -0,0 +1,5 @@ + o Major features: + - Allow EntryNodes to include country codes like {de} or IP addresses + or network masks. Previously we had disallowed these options + because we didn't have an efficient way to keep the list up to + date. Resolves bug 1982. |