Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions PowerDNS/PowerDNS.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\PowerDNS;

class PowerDNS extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions PowerDNS/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "0e8ccac75b4a352edd0a0c2913b8799f92188fb5",
"name": "PowerDNS",
"website": "https://www.powerdns.com/",
"license": "GNU General Public License v2.0 only",
"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.",
"enhanced": false,
"tile_background": "light",
"icon": "powerdns.png"
}
Binary file added PowerDNS/powerdns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.