diff options
author | uvok cheetah | 2024-03-01 18:36:26 +0100 |
---|---|---|
committer | uvok cheetah | 2024-03-01 18:36:26 +0100 |
commit | bb17d97096e99f0f566a6054146b247eea2bf645 (patch) | |
tree | 4bd54738e210f550ca45c034dc57204a61f68217 /roles/tinc/files/tn_int/tinc-down | |
parent | 39d57540d76b39c82a9cfe47c8b72c30e64b0e0a (diff) |
Split router and tinc config
Diffstat (limited to 'roles/tinc/files/tn_int/tinc-down')
-rwxr-xr-x | roles/tinc/files/tn_int/tinc-down | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/tinc/files/tn_int/tinc-down b/roles/tinc/files/tn_int/tinc-down new file mode 100755 index 0000000..40a7610 --- /dev/null +++ b/roles/tinc/files/tn_int/tinc-down @@ -0,0 +1,3 @@ +#!/bin/sh +ip link set $INTERFACE down + |