From 60efd188f80918a7940d9aadcbdb7968d58e6b3a Mon Sep 17 00:00:00 2001
From: 0x4A6F <0x4A6F@users.noreply.github.com>
Date: Tue, 1 Dec 2015 14:42:55 +0000
Subject: [PATCH] Separate prefix with a hyphen or underscore

According to https://wiki.freifunk-stuttgart.net/technik:administration:knotenid it should start with 'ffs-'
Is this still a problem? https://github.com/freifunk-gluon/gluon/issues/507
---
 site.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site.conf b/site.conf
index 159355c..07e1cb6 100644
--- a/site.conf
+++ b/site.conf
@@ -1,5 +1,5 @@
 {
-        hostname_prefix = 'ffs',
+        hostname_prefix = 'ffs-',
         site_name = 'Freifunk Stuttgart',
         site_code = 'ffs',
 
-- 
GitLab