#!/bin/sh

[ "$INTERFACE" == "wan" -a "$ACTION" == "ifup" ] && {
	/etc/init.d/pgyvpn restart
}
