diff options
author | makefu <github@syntax-fehler.de> | 2014-02-21 13:23:05 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-02-21 13:23:05 +0100 |
commit | 1046da40ddc283cdec9d3156ecd6a37117c083cf (patch) | |
tree | d666d71bbc1dd5344539ce707355164238dfe03f /ship/src/find-supers-tinc | |
parent | 3843ad66568d099e2b0bb2f7158753066b69c965 (diff) |
add //ship/src/refresh-supers
this script updates the currently configured supernodes in
/etc/tinc/retiolum/tinc.conf with 5 random working supernodes in the retiolum
darknet.
The tinc.conf file can be given via environment.
the hosts should be up-to-date in order to find all available supernodes.
Diffstat (limited to 'ship/src/find-supers-tinc')
-rw-r--r-- | ship/src/find-supers-tinc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ship/src/find-supers-tinc b/ship/src/find-supers-tinc index edbb5a7b..3ea53d35 100644 --- a/ship/src/find-supers-tinc +++ b/ship/src/find-supers-tinc @@ -1,6 +1,6 @@ #!/bin/sh +#@info #@include core #@include retiolum -find_supernodes | cut -d\ -f 1 | shuf | head -n 5 \ - | xargs -n1 printf "ConnectTo=%s\n" +find_supernodes |