diff options
author | George Kadianakis <desnacked@riseup.net> | 2018-09-12 14:40:19 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2018-09-15 16:31:22 +0300 |
commit | 27d7491f5a761c58fc687f0b816b80ff9f7a1a1d (patch) | |
tree | 33fdb6c5bfc4e55f917c9cf298df545008827910 /changes | |
parent | be142194cd447a5e31836128c9166f8a592a1649 (diff) | |
download | tor-27d7491f5a761c58fc687f0b816b80ff9f7a1a1d.tar.gz tor-27d7491f5a761c58fc687f0b816b80ff9f7a1a1d.zip |
Introduce per-service HiddenServiceExportCircuitID torrc option.
Moves code to a function, better viewed with --color-moved.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4700 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug4700 b/changes/bug4700 new file mode 100644 index 0000000000..3c8d9b19b0 --- /dev/null +++ b/changes/bug4700 @@ -0,0 +1,5 @@ + o Minor features (onion services): + - Version 3 onion services can now use the per-service + HiddenServiceExportCircuitID option to differentiate client circuits by + using the HAProxy proxy protocol which assigns IP addresses to inbound client + circuits. Closes ticket 4700. Patch by Mahrud Sayrafi. |