Skip to content

Instantly share code, notes, and snippets.

@d1b
d1b / firewall
Last active March 15, 2017 14:10
iinet 6rd openwrt 15.05. config.
...
config zone
option name 'wan'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
option masq '1'
option mtu_fix '1'
option network 'wan wan6'