Added sample configuration directory.

This commit is contained in:
Guus Sliepen 2001-01-13 14:38:18 +00:00
parent d646f4e094
commit b195e8815f
9 changed files with 74 additions and 46 deletions

View file

@ -0,0 +1,7 @@
#!/bin/sh
# This file closes down the tap device.
# Note that if you use the universal tun/tap driver, you don't
# need to do anything; once tinc quits the tap device is already
# removed by the kernel.
ifconfig tap0 down