Skip to content

v5.1.0

Compare
Choose a tag to compare
@Enkidu-6 Enkidu-6 released this 14 Jan 20:44
· 54 commits to main since this release
6d0f9d3

There's a significant change in the rules for this version but you can still use update.sh to update.

  • Removed the hashlimit rules.
  • We now have a new ipset list of dual-or relays and we allow them two connections exclusively.
  • All other relays and clients will get one connection at a time. They're not banned which means if they close the first connection, they can open another.
  • The update.sh was rewritten to reflect the new rules.
  • update-authorities.sh was rewritten to update the dual-or relay list as well. The cron could be run once a day or every other day as those ip addresses don't change very often.
  • Changed the rules file created by update.sh to update-rules so it doesn't rewrite the rules file created by multi.sh
  • Other minor cleanups of the scripts.
  • Updated README.md to reflect the new changes