mrsleeps/vexim-pdns
Composer 安装命令:
composer require mrsleeps/vexim-pdns
包简介
A Package that allows VExim Web UI to interact with a PowerDNS API
README 文档
README
A VExim Web UI plugin that allows VExim Web UI to interact with a PowerDNS API
Adding this plugin to your VExim Web UI will allow you to automatically publish DNS records to your PowerDNS server. This is currently used for DKIM records.
Installation
You can install the package via composer:
composer require mrsleeps/vexim-pdns
This will also install the vexim-dns-core package which allows plugins to interact with the VExim Web UI.
You will need to run the migrations (adds a couple of tables) with:
php artisan migrate
Next you will need to add the following to your app/Providers/Filament/VeximPanelProvider.php file under the $plugins variable:
\VEximUI\DnsCore\DnsCorePlugin::make(),
\VEximUI\VEximPdns\VEximPdnsPlugin::make()
Once you have entered those. you will have a menu option available to System Admins called "DNS Management", here you can add your PowerDNS API information.
You will need to link your domains (you can pick and choose what domains will automatically update) by going to the Domains page and editing your chosen domain.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-16