commit 894132c084a60e13afd910899ed20163af3ef6a6 Author: Nick Mathewson nickm@torproject.org Date: Wed Jun 24 10:26:36 2020 -0400
whoops: add missing template for bridge-obfs4. --- torrc_templates/bridge-obfs4.tmpl | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/torrc_templates/bridge-obfs4.tmpl b/torrc_templates/bridge-obfs4.tmpl new file mode 100644 index 0000000..e9b40bf --- /dev/null +++ b/torrc_templates/bridge-obfs4.tmpl @@ -0,0 +1,6 @@ +${include:bridge.tmpl} + +ServerTransportPlugin obfs4 exec ${path:obfs4proxy} +ExtOrPort $extorport +ServerTransportListenAddr obfs4 ${ip}:${ptport} +
tor-commits@lists.torproject.org