Skip to content

Instantly share code, notes, and snippets.

0815.ru
0815.ru0clickemail.com
0815.ry
0815.su
0845.ru
0clickemail.com
0-mail.com
0wnd.net
0wnd.org
10mail.com
@Theolodewijk
Theolodewijk / temporary-email-address-domains
Created June 18, 2016 14:05 — forked from adamloving/temporary-email-address-domains
A list of domains for disposable and temporary email addresses. Useful for filtering your email list to increase open rates (sending email to these domains likely will not be opened).
0-mail.com
0815.ru
0clickemail.com
0wnd.net
0wnd.org
10minutemail.com
20minutemail.com
2prong.com
30minutemail.com
3d-painting.com
@Theolodewijk
Theolodewijk / ie67891011-css-hacks.txt
Created April 11, 2017 03:49 — forked from ricardozea/ie67891011-css-hacks.txt
IE CSS hacks - IE6, 7, 8, 9, 10, 11
IE6 Only
==================
_selector {...}
IE6 & IE7
==================
*html or { _property: }
IE7 Only
==================
@Theolodewijk
Theolodewijk / ssl.conf
Created May 29, 2018 23:46 — forked from VirtuBox/ssl.conf
Nginx SSL/TLS configuration with TLSv1.2 and TLSv1.3 - ECDHE and strong ciphers suite
##
# SSL Settings
##
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers 'TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-256-GCM-SHA384:TLS13-AES-128-GCM-SHA256:EECDH+CHACHA20:EECDH+AESGCM';
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:20m;
ssl_session_timeout 15m;
ssl_session_tickets off;
@Theolodewijk
Theolodewijk / sc.sh
Created April 15, 2019 16:04 — forked from t0mtaylor/sc.sh
#!/bin/bash
# StatusCake Auto IPs
# Author: @t0mtaylor, @HKirste
# Origin: https://github.com/hkirste/CloudFlare-auto-IPs
# Date: 25/10/2016
# Version 0.2
# wget -q https://gist.githubusercontent.com/t0mtaylor/d36d482be8284fb4cc4866eb05d53d97/raw/sc.sh -O sc.sh && chmod +x sc.sh && ./sc.sh
TYPE="allow"
CRON="/etc/cron.d/sc.cron"
LOCATION="/usr/local/sc"