notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: net/wireguard-go/files/patch-bb42ec7d185ab5f5cd3867ac1258edff86b7f307

Number of commits found: 1

Tuesday, 23 Apr 2019
12:33 decke search for other commits by this committer
net/wireguard:
work around numerous kernel panics on shutdown in tun(4)

There are numerous race conditions. But even this will crash it:

while true; do ifconfig tun0 create; ifconfig tun0 destroy; done

It seems like LLv6 is related, which we're not using anyway, so
explicitly disable it on the interface.

PR:     	233955
Original commitRevision:499754 

Number of commits found: 1