From 8c9909b701906f2e004711d0b3b764374c6c5189 Mon Sep 17 00:00:00 2001 From: Harsha Krishna <1305937+harsha5500@users.noreply.github.com> Date: Fri, 8 Mar 2024 10:29:45 +0100 Subject: [PATCH 1/3] adding more files to ignore list --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f0d76ca..c2f9f39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,10 @@ hugo/public hugo/resources hugo/.hugo_build.lock -hugo/archetypes \ No newline at end of file +hugo/archetypes + +#MacOS +.DS_Store + +#VSCode +*.code-workspace \ No newline at end of file From 644e089c64e288c7bbbd1f42aa4d504816921d2d Mon Sep 17 00:00:00 2001 From: Harsha Krishna <1305937+harsha5500@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:58:39 +0200 Subject: [PATCH 2/3] added a wiki link for install and configure of PwoerDNS --- hugo/content/administration/dnsEntry.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo/content/administration/dnsEntry.md b/hugo/content/administration/dnsEntry.md index 7edf43f..92cfe9e 100644 --- a/hugo/content/administration/dnsEntry.md +++ b/hugo/content/administration/dnsEntry.md @@ -35,3 +35,6 @@ set your DNS server to 130.237.83.246 temporarily. ### DNS Lookup To check if your DNS is working you could [https://dns.google](https://dns.google) to request the different DNS records. + +#### See also +-[PowerDNS](../maintenance/powerDNS "wikilink") \ No newline at end of file From e012eeaee5773e0954381323ed008b2451fdb953 Mon Sep 17 00:00:00 2001 From: Harsha Krishna <1305937+harsha5500@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:59:03 +0200 Subject: [PATCH 3/3] Adding a entry for installig and configuring PowerDNS --- hugo/content/maintenance/powerDNS.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 hugo/content/maintenance/powerDNS.md diff --git a/hugo/content/maintenance/powerDNS.md b/hugo/content/maintenance/powerDNS.md new file mode 100644 index 0000000..13ff9ca --- /dev/null +++ b/hugo/content/maintenance/powerDNS.md @@ -0,0 +1,16 @@ +--- +title: PowerDNS Installation and Configuration +--- + +[PowerDNS](https://www.powerdns.com/) is used to run a DNS server both in the Flemingsberg and Kista zones. The Flemingsberg DNS server is configured as a separate machine (as against a VM). Please refer to the administrator guide [dnsEntry](../administration/dnsEntry.md "wikilink") for information on adding, removing and modifying DNS entries using the GUI server provided by PowerDNS. + +This page outlines how to setup and configure PowerDNS for KTH Cloud. + +## Installation and Configuration + +_(under review)_ + +#### See also + +- The installation follows most of the steps described in [here](https://phoenixnap.com/kb/powerdns-ubuntu#ftoc-heading-6) +- [PowerDNS](https://www.powerdns.com/) \ No newline at end of file