Skip to content

consistency to Linux distros' bridges setups

by merging this request we would be able to:

  • have a consistency on setting up a Bridge on BSD systems;
    • split CentOS/RHEL setup from OpenSUSE;
    • we basically try to use same words for all of the guides;
    • follow steps' titles from the Linux distros' setups;
  • offer a standard version of torrc, with small descriptions;
    • rename PickANickname to myNiceBridge, just like the other tutorials
    • make sure we use the right path for obfs4proxy for all distros
  • mention about "Automatic Software Updates" on all systems' pages;
  • add the "Final Notes" to the bottom of all guides;
  • shrink long texts on steps' titles, to avoid line-break;
  • remove long and detailed setup using semanage(SELinux);
    • rework it to be part of a standard text for all OS using systemd
  • fix the use of mktemp inside markdown formattings;
  • fix steps' counters.

this work is based on the great effort done by #23 (closed) (focusing on bridges setups only for this time). we also ensure to keep #156 (closed), #157 (closed) and #159 (closed) in harmony with what we propose here

https://github.com/torproject/community/pull/160

Merge request reports