8000 Security · jakejarvis/mastodon-utils Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Security

Jake Jarvis edited this page Dec 15, 2022 · 2 revisions

Catch-all nginx server

Blocks direct requests to IP address which causes noise in logs.

openssl req -x509 -newkey rsa:4096 -nodes -sha256 -keyout /etc/ssl/private/ssl-cert-snakeoil.key -out /etc/ssl/certs/ssl-cert-snakeoil.pem -days 3650 -subj "/CN=localhost"

see default.conf

Linode firewall

First line of defense (iptables are still lightly configured)

Clone this wiki locally
0