[tor-commits] [chutney/master] whoops: add missing template for bridge-obfs4.
nickm at torproject.org
nickm at torproject.org
Wed Jun 24 14:26:39 UTC 2020
commit 894132c084a60e13afd910899ed20163af3ef6a6
Author: Nick Mathewson <nickm at 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}
+
More information about the tor-commits
mailing list