diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-08-13 12:57:30 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-08-13 12:57:30 +0000 |
commit | 864b4a009d609841043402fa1572ab13cf59e5a1 (patch) | |
tree | 9cac84e457853e900e604b3d706010fd1d925682 /doc/spec | |
parent | adcea0f33257e1958e6caa2c42048b2caade3215 (diff) | |
download | tor-864b4a009d609841043402fa1572ab13cf59e5a1.tar tor-864b4a009d609841043402fa1572ab13cf59e5a1.tar.gz |
Mention exception for accept-all policies
svn:r16529
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/proposals/141-jit-sd-downloads.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/spec/proposals/141-jit-sd-downloads.txt b/doc/spec/proposals/141-jit-sd-downloads.txt index 42154f7fc..af78d9750 100644 --- a/doc/spec/proposals/141-jit-sd-downloads.txt +++ b/doc/spec/proposals/141-jit-sd-downloads.txt @@ -239,11 +239,12 @@ Status: Draft where portlist is a comma seperated list of single port numbers or portranges (e.g. "22,80-88,1024-6000,6667"). Whether the summary shows the list of accepted ports or the list of rejected ports depends - on which list is shorter (has a shorter string representation). In case of - ties we choose the list of accepted ports. Summary items are - compressed, that is instead of "80-88,89-100" there only is a single - item of "80-100", similarly instead of "20,21" a summary will say - "20-21". + on which list is shorter (has a shorter string representation). In + case of ties we choose the list of accepted ports. As an exception to + this rule an allow-all policy is represented as "accept 1-65535" + instead of "reject ". Summary items are compressed, that is instead + of "80-88,89-100" there only is a single item of "80-100", similarly + instead of "20,21" a summary will say "20-21". Similarly to IP address, ports, and timestamp a consensus should list the exit policy matching the descriptor digest referenced in the |