#!/bin/sh
#
rm /etc/ppp/resolv.conf
rm /etc/ppp/connection.info
/usr/sbin/dnsmasq
exit 0
