summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/cjdns-hosts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/cjdns-hosts.sh')
-rw-r--r--nixos/modules/services/networking/cjdns-hosts.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/cjdns-hosts.sh b/nixos/modules/services/networking/cjdns-hosts.sh
new file mode 100644
index 000000000000..8a2b47e52143
--- /dev/null
+++ b/nixos/modules/services/networking/cjdns-hosts.sh
@@ -0,0 +1,11 @@
+pubs=($pubs)
+hosts=($hosts)
+
+lines="''\n"
+for ((i = 0; i < ${#pubs[*]}; i++)); do
+ addr=$($cjdns/bin/publictoip6 ${pubs[i]})
+ lines="${lines}$addr ${hosts[i]}\n"
+done
+lines="${lines}''"
+
+echo -ne $lines > $out