Add next gen HS support to chutney
We need a networks file and a torrc template for hs-v3 in chutney.
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Author
Please see branch
bug22430
inhttps://github.com/asn-the-goblin-slayer/chutney.git
.(I made a chutney repo at: https://github.com/asn-the-goblin-slayer/chutney)
Trac:
Status: new to needs_review - Author
Trac:
Cc: N/A to teor The commit message has a typo (
s/temlate/template/
).Please don't copy and paste configs. Instead, re-use the config in hs.tmpl like this:
${include:hs.tmpl} HiddenServiceVersion 3
I think we will also want variants with:
- IPv4 and IPv6 and dual-stack (like hs-only-v6.tmpl and hs-use-v6.tmpl)
- Exits and no Exits in the network (like hs-min)
- Single Onion Services and 3-hop Onion Services (like single-onion*.tmpl)
We should do this as part of testing v3 hidden services.
We will also want to add an IPv4 and an IPv6 variant to make test-network-all in tor, see #22437 (moved).
Trac:
Status: needs_review to needs_revisionI don't have a chutney repository on tpo for now so here is the format-patch.
Trac:
Status: needs_revision to needs_reviewThese lines in torrc_templates/hs-v3.tmpl are redundant, because they are already in hs.tmpl:
${include:common.i} SocksPort 0 Address $ip
I think torrc_templates/single-onion-v3.tmpl can become:
${include:single-onion.tmpl} ${include:hs-v3.tmpl}
Nitpicks: networks/hs-v3 should have a newline at the end of the file
Trac:
Status: needs_review to needs_revision
Points: N/A to 1
Reviewer: N/A to teorFixup commits in
ticket22430_01
(yes I do have a chutney repository now!: https://git.torproject.org/user/dgoulet/chutney.gitTrac:
Status: needs_revision to needs_reviewLooks okay to me. Let's merge this if you like it, teor.
Trac:
Status: needs_review to merge_readyTrac:
Parent: N/A to #22437 (moved)- Trac closed
closed
- Trac changed time estimate to 8h
changed time estimate to 8h
- teor mentioned in issue #22437 (moved)
mentioned in issue #22437 (moved)
- Trac moved to tpo/core/chutney#22430 (closed)
moved to tpo/core/chutney#22430 (closed)
- Trac mentioned in issue tpo/core/tor#22437 (closed)
mentioned in issue tpo/core/tor#22437 (closed)