Added first blog post, activated taxonomies
Signed-off-by: Ettore <noettore@gmail.com>
This commit is contained in:
1154
public/categories/recipe/index.html
Normal file
1154
public/categories/recipe/index.html
Normal file
File diff suppressed because it is too large
Load Diff
27
public/categories/recipe/index.xml
Normal file
27
public/categories/recipe/index.xml
Normal 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>
|
Reference in New Issue
Block a user