Commit 424148141c71d372dab6ef2c54aeee8296b4356f

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