#!/bin/sh
# This script is run after the connection is set up. It configures DNS
# $1 interface name
#
# Robin Stridh <robin.stridh@acte.se>

echo "nameserver $DNS1 # $1" >> /etc/resolv.conf
echo "nameserver $DNS2 # $1" >> /etc/resolv.conf
