summaryrefslogtreecommitdiffstats
path: root/share/examples/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-09-07 07:58:17 +0000
committerbrian <brian@FreeBSD.org>1999-09-07 07:58:17 +0000
commit2325c8f0cd1729626bf053cb03df56503d5ac806 (patch)
treeb81ba0afc4384d0510b247f5958d63b74c86fa2f /share/examples/ppp
parent1c37bb9884b9c54c080dee28c4912d49f331abc2 (diff)
downloadFreeBSD-src-2325c8f0cd1729626bf053cb03df56503d5ac806.zip
FreeBSD-src-2325c8f0cd1729626bf053cb03df56503d5ac806.tar.gz
Show how to prioritize UDP packets
Diffstat (limited to 'share/examples/ppp')
-rw-r--r--share/examples/ppp/ppp.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample
index eb5494b..d2f5077 100644
--- a/share/examples/ppp/ppp.conf.sample
+++ b/share/examples/ppp/ppp.conf.sample
@@ -180,6 +180,10 @@ examples:
#
set dns 10.0.0.1 10.0.0.2
#
+# Some people like to prioritize DNS packets:
+#
+ set urgent udp +53
+#
# If we're using the -nat switch, redirect ftp and http to an internal
# machine:
#
OpenPOWER on IntegriCloud