#!/bin/sh
# This script is run after the connection is closed. It will remove DNS 
# settings made by /etc/ppp/ip-up
# $1 interface name
#
# Robin Stridh <robin.stridh@acte.se>

sed -i "/$1/d" /etc/resolv.conf
