I wonder if Nginx would just load random into memory and crash if you did this.
Comment on AI companies are violating a basic social contract of the web and and ignoring robots.txt
4am@lemm.ee 1 year agoserver {
name herebedragons.example.com; root /dev/random;
}
aniki@lemm.ee 1 year ago
PlexSheep@feddit.de 1 year ago
Nice idea! Better use
/dev/urandom
through, as that is non blocking. See here.aniki@lemm.ee 1 year ago
That was really interesting. I always used urandom by practice and wondered what the difference was.