Skip to content

Instantly share code, notes, and snippets.

@WEBDIENSTE
WEBDIENSTE / UFW_ban_country.md
Created June 22, 2025 11:33 — forked from jasonruyle/UFW_ban_country.md
UFW to block countries
@WEBDIENSTE
WEBDIENSTE / technitium-sync.sh
Created July 8, 2024 20:44 — forked from besmirzanaj/technitium-sync.sh
synch two technitium servers
#!/bin/bash
# Author: Besmir Zanaj, 2024
# This is a very raw script to backup configs (no logs and no stats) from a technitium server
# to another
#
# first create two tokens: one on the source server and another one on the destination one
# fill out the vars below
# create a cronjob with this script on the destinaton host
# eg:
@WEBDIENSTE
WEBDIENSTE / hosts.csv
Created December 25, 2023 21:50 — forked from scrubmx/hosts.csv
Spam domain list
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
host
0-mail.com
001.igg.biz
027168.com
0815.ru
0815.ry
0815.su
0845.ru
0box.eu
0clickemail.com
@WEBDIENSTE
WEBDIENSTE / blacklist-mx.txt
Created December 25, 2023 21:31 — forked from citronkaste/blacklist-mx.txt
Disposable email providers - MX records | DISIFY.COM
080mail.com
0u.ro
0v.ro
0w.ro
1000mail.com
100m.hl.cninfo.net
109.62.115.106
10m.in
10mail.com
10minutemail.us
@WEBDIENSTE
WEBDIENSTE / cloudflare-mta-sts-worker.js
Last active September 27, 2022 18:13 — forked from Tugzrida/mta-sts.js
MTA-STS Cloudflare worker
// mta-sts.js This worker is designed to be able to neatly handle MTA-STS policies for multiple domains.
// Make a new worker with this script and add your domains to the stsPolicies dict like the example.
// Add a DNS AAAA record for mta-sts.yourdomain.com pointing to 100:: and set to proxied,
// then add a workers route for mta-sts.yourdomain.com/* pointing to this worker.
// You'll still need to manually add the appropriate _mta-sts.yourdomain.com TXT record to enable the policy,
// and the _smtp._tls.yourdomain.com TXT record for reporting.
const stsPolicies = {