Commit fe6a2ec75fb546ef78180d7d7c93fd185056af05
1 parent
42414814
more Markdown testing
Showing
1 changed file
with
8 additions
and
5 deletions
README.md
@@ -49,14 +49,17 @@ consider using the Apache mod_perl module for highly a volatile domain. | @@ -49,14 +49,17 @@ consider using the Apache mod_perl module for highly a volatile domain. | ||
49 | The setup of this solution consists of the following steps: | 49 | 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: | ||
53 | - ~~~ | 52 | + * on Debian/Ubuntu linux this can be done with: |
53 | + | ||
54 | +~~~ | ||
54 | sudo apt-get install libcgi-pm-perl libnet-dns-perl | 55 | sudo apt-get install libcgi-pm-perl libnet-dns-perl |
55 | - ~~~ | 56 | +~~~ |
57 | + | ||
56 | * or directly from CPAN (assuming that is installed): | 58 | * or directly from CPAN (assuming that is installed): |
57 | - ~~~ | 59 | + |
60 | +~~~ | ||
58 | cpan CGI Net::DNS | 61 | cpan CGI Net::DNS |
59 | - ~~~ | 62 | +~~~ |
60 | 63 | ||
61 | 2. Install the file `dyndns.pl` either in your cgi-bin directory or in a | 64 | 2. Install the file `dyndns.pl` either in your cgi-bin directory or in a |
62 | separate folder | 65 | separate folder |