Added sample configuration directory.
This commit is contained in:
parent
d646f4e094
commit
b195e8815f
9 changed files with 74 additions and 46 deletions
7
doc/sample-config/tinc-down
Normal file
7
doc/sample-config/tinc-down
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue