all posts
21 December 2019

Self hosted Rutracker proxy using nginx

server { listen 1.2.3.4:443 ssl; server_name your-domain.tld; ssl_certificate /etc/ssl/your-domain-tld.crt; ssl_certificate_key /etc/ssl/private/your-domain-tld.key; # optionally: protect it with Basic auth auth_basic "Restricted"; auth_basic_user_file /etc/nginx/rutracker-proxy.htpasswd; locatio...

#451 #russia
Read more →
28 June 2019

Configuring mail server on OpenBSD 6.5

This guide is mostly notes for myself rather than something readable, but it may be useful anyway. It contains an example of working configuration for OpenSMTPD, SpamPD, SpamAssassin, DKIM Proxy and Dovecot with Sieve support on OpenBSD....

#openbsd
Read more →