tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

example_extrainfo.template (4001B)


      1 :::comment=this file is to be used with the makedescs.py utility
      2 :::name=minimal
      3 :::type=ei
      4 extra-info HomersRelay {d.RSA_FINGERPRINT_NOSPACE}
      5 identity-ed25519
      6 {d.ED_CERT}
      7 published 2020-10-14 20:58:04
      8 router-sig-ed25519 {d.ED_SIGNATURE}
      9 router-signature
     10 {d.RSA_SIGNATURE}
     11 
     12 
     13 :::name=maximal
     14 :::type=ei
     15 extra-info HomersRelay {d.RSA_FINGERPRINT_NOSPACE}
     16 identity-ed25519
     17 {d.ED_CERT}
     18 published 2020-10-14 20:58:04
     19 opt foobarbaz
     20 read-history 900 1,2,3
     21 write-history 900 1,2,3
     22 dirreq-v2-ips 1
     23 dirreq-v3-ips 100
     24 dirreq-v3-reqs blahblah
     25 dirreq-v2-share blahblah
     26 dirreq-v3-share blahblah
     27 dirreq-v2-resp djfkdj
     28 dirreq-v3-resp djfkdj
     29 dirreq-v2-direct-dl djfkdj
     30 dirreq-v3-direct-dl djfkdj
     31 dirreq-v2-tunneled-dl djfkdj
     32 dirreq-v3-tunneled-dl djfkdj
     33 dirreq-stats-end foobar
     34 entry-ips jfsdfds
     35 entry-stats-end ksdflkjfdkf
     36 cell-stats-end FOO
     37 cell-processed-cells FOO
     38 cell-queued-cells FOO
     39 cell-time-in-queue FOO
     40 cell-circuits-per-decile FOO
     41 exit-stats-end FOO
     42 exit-kibibytes-written FOO
     43 exit-kibibytes-read FOO
     44 exit-streams-opened FOO
     45 router-sig-ed25519 {d.ED_SIGNATURE}
     46 router-signature
     47 {d.RSA_SIGNATURE}
     48 
     49 
     50 :::name=bad_sig1
     51 :::type=ei
     52 extra-info HomersRelay {d.RSA_FINGERPRINT_NOSPACE}
     53 identity-ed25519
     54 {d.ED_CERT}
     55 published 2020-10-14 20:58:04
     56 router-sig-ed25519 {d.ED_SIGNATURE}
     57 router-signature
     58 -----BEGIN SIGNATURE-----
     59 V3l9u1uUdGiUPOl8j+hXXw4z/ODeCj/24r2+L32MTjyfUhK49Ld2IlK9iZKlgKYi
     60 zyoatxdAjU8Xc5WPX692HO4/R9CGLsUfYcEEFU2R3EA=
     61 -----END SIGNATURE-----
     62 
     63 :::name=bad_sig2
     64 :::type=ei
     65 extra-info HomersRelay {d.RSA_FINGERPRINT_NOSPACE}
     66 identity-ed25519
     67 {d.ED_CERT}
     68 published 2020-10-14 20:58:04
     69 router-sig-ed25519 X{d.ED_SIGNATURE}
     70 router-signature
     71 {d.RSA_SIGNATURE}
     72 
     73 
     74 :::name=bad_nickname
     75 :::type=ei
     76 extra-info bobhasaverylongnameandidontthinkweshouldlethim {d.RSA_FINGERPRINT_NOSPACE}
     77 identity-ed25519
     78 {d.ED_CERT}
     79 published 2020-10-14 20:58:04
     80 router-sig-ed25519 {d.ED_SIGNATURE}
     81 router-signature
     82 {d.RSA_SIGNATURE}
     83 
     84 
     85 :::name=bad_tokens
     86 :::type=ei
     87 extra-info HomersRelay {d.RSA_FINGERPRINT_NOSPACE}
     88 identity-ed25519
     89 {d.ED_CERT}
     90 published 2020-10-14 20:58:04
     91 published 2020-10-14 20:58:04
     92 router-sig-ed25519 {d.ED_SIGNATURE}
     93 router-signature
     94 {d.RSA_SIGNATURE}
     95 
     96 
     97 :::name=bad_start
     98 :::type=ei
     99 identity-ed25519
    100 {d.ED_CERT}
    101 published 2020-10-14 20:58:04
    102 router-sig-ed25519 {d.ED_SIGNATURE}
    103 router-signature
    104 {d.RSA_SIGNATURE}
    105 
    106 :::name=bad_published
    107 :::type=ei
    108 extra-info HomersRelay {d.RSA_FINGERPRINT_NOSPACE}
    109 identity-ed25519
    110 {d.ED_CERT}
    111 published 2020-99-14 20:58:04
    112 router-sig-ed25519 {d.ED_SIGNATURE}
    113 router-signature
    114 {d.RSA_SIGNATURE}
    115 
    116 :::name=ed_missing_sig
    117 :::type=ei
    118 extra-info HomersRelay {d.RSA_FINGERPRINT_NOSPACE}
    119 identity-ed25519
    120 {d.ED_CERT}
    121 published 2020-10-14 20:58:04
    122 router-signature
    123 {d.RSA_SIGNATURE}
    124 
    125 
    126 :::name=ed_missing_cert
    127 :::type=ei
    128 extra-info HomersRelay {d.RSA_FINGERPRINT_NOSPACE}
    129 published 2020-10-14 20:58:04
    130 router-sig-ed25519 {d.ED_SIGNATURE}
    131 router-signature
    132 {d.RSA_SIGNATURE}
    133 
    134 
    135 
    136 :::name=ed_bad_cert1
    137 :::type=ei
    138 extra-info HomersRelay {d.RSA_FINGERPRINT_NOSPACE}
    139 identity-ed25519
    140 -----BEGIN PLAGICAL SPELL-----
    141 aaaa
    142 -----END PLAGICAL SPELL-----
    143 published 2020-10-14 20:58:04
    144 router-sig-ed25519 {d.ED_SIGNATURE}
    145 router-signature
    146 {d.RSA_SIGNATURE}
    147 
    148 :::name=ed_bad_cert2
    149 :::type=ei
    150 extra-info HomersRelay {d.RSA_FINGERPRINT_NOSPACE}
    151 identity-ed25519
    152 -----BEGIN ED25519 CERT-----
    153 AQoABf55Acpw27GZBdwGCgawCj2F/DPadt8F/9DnEWywEew1Yi3qAOtLpCB8KXL7
    154 4w5deFW2RBg8qTondNSUvAmwYLbLjNXMmgA3+nkoJOP3fcmQMHz1jm5xzgs2lCVP
    155 t5txApaBIA4=
    156 -----END ED25519 CERT-----
    157 published 2020-10-14 20:58:04
    158 router-sig-ed25519 {d.ED_SIGNATURE}
    159 router-signature
    160 {d.RSA_SIGNATURE}
    161 
    162 
    163 :::name=ed_misplaced_cert
    164 :::type=ei
    165 extra-info HomersRelay {d.RSA_FINGERPRINT_NOSPACE}
    166 published 2020-10-14 20:58:04
    167 identity-ed25519
    168 {d.ED_CERT}
    169 router-sig-ed25519 {d.ED_SIGNATURE}
    170 router-signature
    171 {d.RSA_SIGNATURE}
    172 
    173 
    174 :::name=ed_misplaced_sig
    175 :::type=ei
    176 extra-info HomersRelay {d.RSA_FINGERPRINT_NOSPACE}
    177 identity-ed25519
    178 {d.ED_CERT}
    179 router-sig-ed25519 {d.ED_SIGNATURE}
    180 published 2020-10-14 20:58:04
    181 router-signature
    182 {d.RSA_SIGNATURE}