plesk/net_dns2
Composer 安装命令:
composer require plesk/net_dns2
包简介
Native PHP DNS Resolver and Updater Library
README 文档
README
The main features for this package include:
- Increased performance; most requests are 2-10x faster than Net_DNS
- Near drop-in replacement for Net_DNS
- Uses modern PHP classes and exceptions
- Support for IPv4 and IPv6, TCP and UDP sockets.
- Includes a separate, more intuitive "Updater" class for handling dynamic update
- Support zone signing using TSIG and SIG(0) for updates and zone transfers
- Includes a local cache using shared memory or flat file to improve performance
- includes many more RR's, including DNSSEC RR's.
Installing Net_DNS2
You can require it directly via Composer: https://packagist.org/packages/plesk/net_dns2
composer require plesk/net_dns2
Or download the source above.
Requirements
- PHP 5.4+
- The PHP INI setting
mbstring.func_overloadequals 0, 1, 4, or 5.
Using Net_DNS2
See the Net_DNS2 Website for more details - https://netdns2.com/
统计信息
- 总下载量: 1.04k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2025-02-24