-
key dyndns.example.com. {
algorithm HMAC-MD5;
- secret "bvZfFHkl16wNGL/LuEUAqvlBeue9lw7C8GkHnQucN6jpKDMjOu29zFR6LlO5YlpN
-zYquDBmDSPVddX9SuFIK5A==";
+ secret "bvZfFHkl16wNGL/LuEUAqvlBeue9lw7C8GkHnQucN6jpKDMjOu29zFR6LlO5YlpNzYquDBmDSPVddX9SuFIK5A==";
};
zone "dyndns.org" {
allow-update {
key dyndns.example.com.;
};
-};
\ No newline at end of file
+};
error_reporting(E_ALL);
-require_once __DIR__ . '/Dyndns/Helper.php';
-require_once __DIR__ . '/Dyndns/Hosts.php';
-require_once __DIR__ . '/Dyndns/Users.php';
-require_once __DIR__ . '/Dyndns/Server.php';
+require_once __DIR__ . '/lib/Dyndns/Helper.php';
+require_once __DIR__ . '/lib/Dyndns/Hosts.php';
+require_once __DIR__ . '/lib/Dyndns/Users.php';
+require_once __DIR__ . '/lib/Dyndns/Server.php';
$GLOBALS['dyndns'] = new Dyndns\Server();
$dyndns = $GLOBALS['dyndns'];