Added first blog post, activated taxonomies

Signed-off-by: Ettore <noettore@gmail.com>
This commit is contained in:
2019-05-24 23:14:20 +02:00
parent 8048fe6de8
commit 37fb2ce4c6
3851 changed files with 17781 additions and 12 deletions

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Recipe on Ettore Dreucci</title>
<link>https://ettore.dreucci.it/categories/recipe/</link>
<description>Recent content in Recipe on Ettore Dreucci</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-US</language>
<lastBuildDate>Wed, 22 May 2019 18:54:00 +0200</lastBuildDate>
<atom:link href="https://ettore.dreucci.it/categories/recipe/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>ISPConfig Dynamic DNS</title>
<link>https://ettore.dreucci.it/blog/ispconfig-ddns/</link>
<pubDate>Wed, 22 May 2019 18:54:00 +0200</pubDate>
<guid>https://ettore.dreucci.it/blog/ispconfig-ddns/</guid>
<description>If you manage your DNS server(s) with ISPConfig you may want a dynamic entry that gets updated automatically every time the target host changes its IP address.
Doing so in ISPConfig is quite straight forward: we can use the ISPConfig SOAP API to update an existing record with a PHP script to be run frequently by the target host.
In this recipe I will consider updating an A record.
First we need to create a remote user on the ISPConfig master server to authenticate, and grant it remote access and some functions:</description>
</item>
</channel>
</rss>