承接 mrsleeps/vexim-pdns 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mrsleeps/vexim-pdns

Composer 安装命令:

composer require mrsleeps/vexim-pdns

包简介

A Package that allows VExim Web UI to interact with a PowerDNS API

README 文档

README

VExim Web UI Logo

A VExim Web UI plugin that allows VExim Web UI to interact with a PowerDNS API

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-06-16