[tor-commits] [torspec/master] Specify that hidden service descriptor address is ipv4

nickm at torproject.org nickm at torproject.org
Wed Feb 25 14:32:13 UTC 2015


commit e9e6450f1be3e5eaf2fbb61fa703a5a783e6a020
Author: Damian Johnson <atagar at torproject.org>
Date:   Tue Feb 24 08:28:24 2015 -0800

    Specify that hidden service descriptor address is ipv4
    
    Clarification for #15010. Using the type defined in the dir-spec...
    
      ip4 ::= an IPv4 address in dotted-quad format
---
 rend-spec.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rend-spec.txt b/rend-spec.txt
index 99a13d1..a203453 100644
--- a/rend-spec.txt
+++ b/rend-spec.txt
@@ -348,7 +348,7 @@
            The identifier of this introduction point: the base32 encoded
            hash of this introduction point's identity key.
 
-         "ip-address" SP ip-address NL
+         "ip-address" SP ip4 NL
 
            [Exactly once]
 





More information about the tor-commits mailing list