]> git.meshlink.io Git - meshlink/blob - doc/sample-config/tinc-down
127499197ef70cf2401e6ea65ee81ad84700e7f3
[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