initial release

This commit is contained in:
2017-01-10 03:44:42 +01:00
commit 0198c2868f
6 changed files with 726 additions and 0 deletions

9
config.php.sample Normal file
View File

@@ -0,0 +1,9 @@
<?php
return (object) array(
'ip4domain' => 'ip4.nandus.net',
'ip6domain' => 'ip6.nandus.net',
'detailed_uri' => 'detailed',
);
?>