Skip to content

Commit ff057fe

Browse files
patricksindelkamvdkleijn
authored andcommitted
Added PowerDNS
1 parent 3cac7fa commit ff057fe

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

PowerDNS/PowerDNS.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\PowerDNS;
4+
5+
class PowerDNS extends \App\SupportedApps
6+
{
7+
}

PowerDNS/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "0e8ccac75b4a352edd0a0c2913b8799f92188fb5",
3+
"name": "PowerDNS",
4+
"website": "https://www.powerdns.com/",
5+
"license": "GNU General Public License v2.0 only",
6+
"description": "PowerDNS is an open-source, high-performance DNS server suite offering authoritative, recursive, and load-balancing features. It's scalable, extensible, supports DNSSEC, and runs on Unix-like systems.",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "powerdns.png"
10+
}

PowerDNS/powerdns.png

3.49 KB
Loading

0 commit comments

Comments
 (0)