]> git.meshlink.io Git - meshlink/blob - doc/sample-config/tinc-down
Fix sample configuration to show keys in PEM format and correct tapdevice.
[meshlink] / doc / sample-config / tinc-down
1 #!/bin/sh
2 # This file closes down the tap device.
3 # Note that if you use the universal tun/tap driver, you don't
4 # need to do anything; once tinc quits the tap device is already
5 # removed by the kernel.
6
7 ifconfig tap1 down