Skip to content

Instantly share code, notes, and snippets.

View tonykwon's full-sized avatar
💭
😃

Tony Kwon tonykwon

💭
😃
View GitHub Profile
@tonykwon
tonykwon / pf.conf
Created July 7, 2017 16:48
OpenBSD PF Queue Example
# based on https://www.openbsd.org/faq/pf/example1.html
#
int_if="{ msk0 }"
ext_if="{ axe0 }"
table <martians> { 0.0.0.0/8 127.0.0.0/8 169.254.0.0/16 \
172.16.0.0/12 192.0.0.0/24 192.0.2.0/24 224.0.0.0/3 \
192.168.0.0/16 198.18.0.0/15 198.51.100.0/24 \
203.0.113.0/24 }
set block-policy drop
@tonykwon
tonykwon / .babelrc
Last active July 16, 2017 21:11
Current workflow
{
"presets": [ "es2015" ]
}