Skip to content
Snippets Groups Projects
800-iptables-mesh-vpn-clamp-mss-to-pmtu 224 B
Newer Older
#!/usr/bin/lua

local uci = require('simple-uci').cursor()
uci:section('firewall', 'include', 'vpn_clamp_mss', {
	family = 'ipv6',
	type = 'restore',
	path = '/lib/gluon/mesh-vpn/iptables-mss.rules'
})

uci:save('firewall')