-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
26 lines (21 loc) · 984 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Title: ddns-update
Description:
Script to provide dynamic DNS for a subdomain that you own, which uses
PowerDNS to run its nameserver.
Optional web interface included.
Author:
Mark K Cowan, mark@battlesnake.co.uk
Requires:
PowerDNS (with MySQL backend), MySQL, bash, optional:web server+PHP
Installation:
Create a database user for the script to use and grant the necessary
permissions (select/update/insert/delete) to the user, for the powerdns
database. The script should be run from the server which hosts the
PowerDNS MySQL database. If you wish to run it from elsewhere, modify
the script as needed.
The web interface is optional, and should be considered insecure and
a liability.
Look at the source for the update script and for the web interface in
order to understand how to interact with them. By default, the
subdomain names must contain ".d." in order for the dynamic DNS update
script to modify them (e.g. home.d.mydomain.in, rpi.d.mydomain.in).