Execute hosts/name-up when a node becomes reachable, and hosts/name-down
[tinc] / doc / sample-config / tinc-down
1 #!/bin/sh
2 # This file closes down the tap device.
3
4 ifconfig $INTERFACE down