Commit 052a9dc0 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Remove all unused chutney templates and include files.

Out of the 68 files in the torrc_templates directory, only 32 are used
by Tor or Chutney for testing.  I'm removing the extraneous ones in
order to reduce our maintenance burden.

We can restore any of these that I was wrong about.
parent f9275053
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
${include:authority.tmpl}
V3BandwidthsFile /tmp/bwfile
+0 −2
Original line number Diff line number Diff line
${include:relay.tmpl}
${include:authority.i}
+0 −7
Original line number Diff line number Diff line
${include:authority-orport-v6.tmpl}

# An authority that's also an exit relay that can exit to IPv4 & IPv6 localhost
# (newer versions of tor need this to be explicitly configured)

${include:exit-v4.i}
${include:exit-v6.i}

torrc_templates/bridge-obfs2.tmpl

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
${include:bridge.tmpl}

ServerTransportPlugin obfs2 exec ${path:obfs4proxy}
ExtOrPort $extorport
ServerTransportListenAddr obfs2 ${ip}:${ptport}

torrc_templates/bridge-obfs4.tmpl

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
${include:bridge.tmpl}

ServerTransportPlugin obfs4 exec ${path:obfs4proxy}
ExtOrPort $extorport
ServerTransportListenAddr obfs4 ${ip}:${ptport}
Loading