Skip to content

Instantly share code, notes, and snippets.

chrome://settings/content/location
chrome://settings/content/notifications
chrome://settings/content
chrome://settings
vivaldi://settings/help
vivaldi://vivaldi-urls/
vivaldi://about
vivaldi://accessibility
@krabben77
krabben77 / ddns-api.php
Created February 10, 2021 19:21 — forked from fredsted/ddns-api.php
Virtualmin Dynamic DNS (DDNS) server
<?php
// This script receives DDNS updates via HTTP
// example: http://server/ddns-api.php?name=home = updates home.domain.com to IP of requester
define('DDNS_DATA_FILE', '/home/ddns/ddns.json');
define('DDNS_DOMAIN', 'example.com');
header("Content-type: text/plain");