Commit 424148141c71d372dab6ef2c54aeee8296b4356f
1 parent
0bbad483
more layout changes to test GitLab's Markdown formatter...
Showing
1 changed file
with
0 additions
and
5 deletions
README.md
... | ... | @@ -50,13 +50,10 @@ The setup of this solution consists of the following steps: |
50 | 50 | |
51 | 51 | 1. Ensure that the Perl modules CGI and Net::DNS are installed. |
52 | 52 | * on Debian/Ubuntu linux this can be done by: |
53 | - | |
54 | 53 | ~~~ |
55 | 54 | sudo apt-get install libcgi-pm-perl libnet-dns-perl |
56 | 55 | ~~~ |
57 | - | |
58 | 56 | * or directly from CPAN (assuming that is installed): |
59 | - | |
60 | 57 | ~~~ |
61 | 58 | cpan CGI Net::DNS |
62 | 59 | ~~~ |
... | ... | @@ -175,7 +172,6 @@ The setup of this solution consists of the following steps: |
175 | 172 | the bind `nsupdate` command instead. If that is inconvenient, the following |
176 | 173 | steps must be followed not to get our of sync with Bind's zone database |
177 | 174 | (please note that when you have views this works slightly differently): |
178 | - | |
179 | 175 | * execute the command `rndc freeze [zone]` |
180 | 176 | * edit the zone file for [zone] |
181 | 177 | * execute the command `rndc unfreeze [zone]` |
... | ... | @@ -184,7 +180,6 @@ The setup of this solution consists of the following steps: |
184 | 180 | and test the setup. please see [below how to invoke the script](#invoking). |
185 | 181 | |
186 | 182 | URLs / checks to perform are: |
187 | - | |
188 | 183 | * <http://myserver.mydomain.tld/dyndns/list?domain=dyndns.mydomain.tld> |
189 | 184 | to list the entries in the domain (requires zone transfer rights!) |
190 | 185 | * <http://myserver.mydomain.tld/dyndns/update?host=site.dyndns.mydomain.tld&user=siteuser&secret=......> |
... | ... |