#
# dwun configuration file ( /etc/dwunrc )
#
# Note that these are not the default settings.
# 
# See man 5 dwunrc, ../html

# listen on these interfaces
bind 192.168.1.1 127.0.0.1

# How to connect.
commandon ifup ppp0

# How to disconnect. If this line is commented out, we will just kill
# commandon. We must have a commandoff line if commandon launches a daemon.
commandoff ifdown ppp0

# As lines containing 'pppd[' are added to /var/log/messages, they will be sent
# to CONNECTed users.
pre_commandon dwunlog 'pppd[' /var/log/messages &
post_commandon kill `cat /var/run/dwunlog.pid`

# Log extra information
#debug on
