# Defaults for ppp initscript
# sourced by /etc/init.d/ppp
# installed at /etc/default/ppp by the maintainer scripts

#
# This is a POSIX shell fragment
#

# uncomment to enable userland PPP
# RUN="yes"

# you probably want to set this to -ddial <yourisp>
# see the manpage and FreeBSD handbook for more information
DAEMON_OPTS=""

# change this to another interface if you have multiple tunnel devices
# IFACE="tun0"
