Enable the SPTPS protocol by default.

This commit is contained in:
Guus Sliepen 2013-05-10 21:11:45 +02:00
parent ee34ac3d61
commit c83c2d080f
4 changed files with 7 additions and 9 deletions

View file

@ -30,7 +30,7 @@
bool tunnelserver = false;
bool strictsubnets = false;
bool experimental = false;
bool experimental = true;
/* Jumptable for the request handlers */