Enable the SPTPS protocol by default.
[tinc] / src / protocol.c
index ad0fa8d..d166305 100644 (file)
@@ -30,7 +30,7 @@
 
 bool tunnelserver = false;
 bool strictsubnets = false;
-bool experimental = false;
+bool experimental = true;
 
 /* Jumptable for the request handlers */