more layout changes to test GitLab's Markdown formatter...
This commit is contained in:
@@ -50,13 +50,10 @@ The setup of this solution consists of the following steps:
|
|||||||
|
|
||||||
1. Ensure that the Perl modules CGI and Net::DNS are installed.
|
1. Ensure that the Perl modules CGI and Net::DNS are installed.
|
||||||
* on Debian/Ubuntu linux this can be done by:
|
* on Debian/Ubuntu linux this can be done by:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
sudo apt-get install libcgi-pm-perl libnet-dns-perl
|
sudo apt-get install libcgi-pm-perl libnet-dns-perl
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
* or directly from CPAN (assuming that is installed):
|
* or directly from CPAN (assuming that is installed):
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
cpan CGI Net::DNS
|
cpan CGI Net::DNS
|
||||||
~~~
|
~~~
|
||||||
@@ -175,7 +172,6 @@ The setup of this solution consists of the following steps:
|
|||||||
the bind `nsupdate` command instead. If that is inconvenient, the following
|
the bind `nsupdate` command instead. If that is inconvenient, the following
|
||||||
steps must be followed not to get our of sync with Bind's zone database
|
steps must be followed not to get our of sync with Bind's zone database
|
||||||
(please note that when you have views this works slightly differently):
|
(please note that when you have views this works slightly differently):
|
||||||
|
|
||||||
* execute the command `rndc freeze [zone]`
|
* execute the command `rndc freeze [zone]`
|
||||||
* edit the zone file for [zone]
|
* edit the zone file for [zone]
|
||||||
* execute the command `rndc unfreeze [zone]`
|
* execute the command `rndc unfreeze [zone]`
|
||||||
@@ -184,7 +180,6 @@ The setup of this solution consists of the following steps:
|
|||||||
and test the setup. please see [below how to invoke the script](#invoking).
|
and test the setup. please see [below how to invoke the script](#invoking).
|
||||||
|
|
||||||
URLs / checks to perform are:
|
URLs / checks to perform are:
|
||||||
|
|
||||||
* <http://myserver.mydomain.tld/dyndns/list?domain=dyndns.mydomain.tld>
|
* <http://myserver.mydomain.tld/dyndns/list?domain=dyndns.mydomain.tld>
|
||||||
to list the entries in the domain (requires zone transfer rights!)
|
to list the entries in the domain (requires zone transfer rights!)
|
||||||
* <http://myserver.mydomain.tld/dyndns/update?host=site.dyndns.mydomain.tld&user=siteuser&secret=......>
|
* <http://myserver.mydomain.tld/dyndns/update?host=site.dyndns.mydomain.tld&user=siteuser&secret=......>
|
||||||
|
|||||||
Reference in New Issue
Block a user