summaryrefslogtreecommitdiffstats
path: root/ship/src/find-supers-tinc
diff options
context:
space:
mode:
Diffstat (limited to 'ship/src/find-supers-tinc')
-rw-r--r--ship/src/find-supers-tinc6
1 files changed, 6 insertions, 0 deletions
diff --git a/ship/src/find-supers-tinc b/ship/src/find-supers-tinc
new file mode 100644
index 00000000..edbb5a7b
--- /dev/null
+++ b/ship/src/find-supers-tinc
@@ -0,0 +1,6 @@
+#!/bin/sh
+#@include core
+#@include retiolum
+
+find_supernodes | cut -d\ -f 1 | shuf | head -n 5 \
+ | xargs -n1 printf "ConnectTo=%s\n"