轩辕镜像 官方专业版
轩辕镜像
专业版
轩辕镜像 官方专业版
轩辕镜像
专业版
首页个人中心搜索镜像
交易
充值流量¥7起我的订单
文档
工具
提交工单页面收录
dnshttp

bugfishtm/dnshttp

bugfishtm

***d9 Web Manager - Full-featured ***D9 web manager with master, slave, and hybrid DNS support.

下载次数: 0状态:社区镜像维护者:bugfishtm仓库类型:镜像最近更新:1 个月前
让 AI 帮你使用轩辕镜像? · 展开查看说明 · 点击收起说明

如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。

只需在 AI 对话中先发送下面这句话即可:

请先完整阅读并严格遵守以下文档中的全部规则与要求:

https://xuanyuan.cloud/agents.md

在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。

查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

镜像简介
下载命令
镜像标签列表与下载命令
轩辕镜像,不浪费每一次拉取。
点击查看

***d9 Web Manager [DNSHTTP]

[!TIP] No new features are currently planned for this project. However, users are welcome to create issues or feature requests, which will be reviewed and responded to within 1–3 weeks.

🚀 Introduction

***d9 Web Manager (DNSHTTP) is a web-based management interface for ***D9 DNS servers. It centralizes domain and record management, server replication, security controls, and operational insights into a single platform — making DNS administration more straightforward for both single-server setups and multi-server architectures.

DNSHTTP supports hybrid server configurations, where a single server acts as both a Master and a Slave simultaneously. This is useful for reducing infrastructure complexity while still maintaining proper replication across your DNS architecture.

To set up a hybrid environment, deploy the software on both servers. On the Master server, configure the Slave Server entry, and on the Slave server, configure the Master Server entry. Once both sides are configured, the servers can replicate with each other bidirectionally as needed.

DNSHTTP can operate as a dedicated DNS control panel alongside existing hosting panels such as Virtualmin, Plesk, ISPConfig, and others — managing your ***d9 DNS layer independently without interfering with your existing stack🔌. In Docker environments, only the standalone deployment is supported, which is also the case when installing via the setup script .


🐳 Docker

To deploy the Docker image bugfishtm/dnshttp:latest using a single command, you can use the following:

docker
services:
  dnshttp:
    image: bugfishtm/dnshttp:latest
    restart: always
    ports:
      - "80:80/tcp"
      - "443:443/tcp"
      - "53:53/tcp"
      - "53:53/udp"
      - "953:953/tcp"
      - "953:953/udp"
      - "853:853/tcp"
    volumes:
      - dnshttp-ssl:/opt/sf_ssl
      - dnshttp-certbot:/etc/letsencrypt
      - dnshttp-data:/var/www/html/_data
      - dnshttp-mysql:/var/lib/mysql
    environment:
      TZ:                                       "${sf_timezone}"     
      sf_ct_update_on_start:                    "${sf_ct_update_on_start}"  
      sf_timezone:                              "${sf_timezone}"
      sf_db_pass:                               "${sf_db_pass}"
      sf_url:                                   "${sf_url}"
      sf_secret:                                "${sf_secret}"    
      sf_letsencrypt_enable:                    "${sf_letsencrypt_enable}"
      sf_letsencrypt_domain:                    "${sf_letsencrypt_domain}"
      sf_letsencrypt_email:                     "${sf_letsencrypt_email}"
      sf_db_host:                               "${sf_db_host}"   
      sf_db_db:                                 "${sf_db_db}"   
      sf_db_user:                               "${sf_db_user}"   
      sf_db_port:                               "${sf_db_port}"   
      sf_db_prefix:                             "${sf_db_prefix}"   
      sf_cookie_prefix:                         "${sf_cookie_prefix}"   
      PHP_OPCACHE_ENABLE:                       "${APS_PHP_OPCACHE_ENABLE}"
      PHP_OPCACHE_MEMORY_CONSUMPTION:           "${APS_PHP_OPCACHE_MEMORY_CONSUMPTION}"
      PHP_OPCACHE_MAX_ACCELERATED_FILES:        "${APS_PHP_OPCACHE_MAX_ACCELERATED_FILES}"
      PHP_OPCACHE_VALIDATE_TIMESTAMPS:          "${APS_PHP_OPCACHE_VALIDATE_TIMESTAMPS}"
      PHP_OPCACHE_JIT:                          "${APS_PHP_OPCACHE_JIT}"
      PHP_OPCACHE_JIT_BUFFER_SIZE:              "${APS_PHP_OPCACHE_JIT_BUFFER_SIZE}"
      PHP_ZLIB_OUTPUT_COMPRESSION:              "${APS_PHP_ZLIB_OUTPUT_COMPRESSION}"
      PHP_OUTPUT_BUFFERING:                     "${APS_PHP_OUTPUT_BUFFERING}"
      PHP_FPM_PM:                               "${APS_PHP_FPM_PM}"
      PHP_FPM_PM_MAX_CHILDREN:                  "${APS_PHP_FPM_PM_MAX_CHILDREN}"
      PHP_FPM_PM_START_SERVERS:                 "${APS_PHP_FPM_PM_START_SERVERS}"
      PHP_FPM_PM_MIN_SPARE_SERVERS:             "${APS_PHP_FPM_PM_MIN_SPARE_SERVERS}"
      PHP_FPM_PM_MAX_SPARE_SERVERS:             "${APS_PHP_FPM_PM_MAX_SPARE_SERVERS}"
      PHP_FPM_PM_MAX_REQUESTS:                  "${APS_PHP_FPM_PM_MAX_REQUESTS}"    
      MYSQL_INNODB_BUFFER_POOL_SIZE:             "${APS_MYSQL_SETUP_BUFFER_POOL_SIZE}"
      APS_MYSQL_TABLE_OPEN_CACHE:                "${APS_MYSQL_TABLE_OPEN_CACHE}"
      APS_MYSQL_SETUP_BUFFER_POOL_INSTANCES:     "${APS_MYSQL_SETUP_BUFFER_POOL_INSTANCES}"
      APS_MYSQL_SETUP_LOG_SIZE:                  "${APS_MYSQL_SETUP_LOG_SIZE}"
      APS_MYSQL_MAX_CONN:                        "${APS_MYSQL_MAX_CONN}"
      APS_MYSQL_FLUSH_TRX_COMMIT:                "${APS_MYSQL_FLUSH_TRX_COMMIT}"
      APS_MYSQL_CAPACITY:                        "${APS_MYSQL_CAPACITY}"  
volumes:
  dnshttp-ssl:
  dnshttp-certbot:
  dnshttp-mysql:
  dnshttp-data:

🧩 Variables

env
##
## DNSHTTP Docker Env Variable File
##

##
## Time Zone Setup
## Set up Timezone like example: Europe/Berlin
## Use tz identifiers from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
##
sf_timezone="Europe/Berlin"

##
## Database Password for Root Account
## Do not only use following signs:
## A-Z a-z 0-1 ! = ?
##
sf_db_pass="secret_mysql_password"

##
## Secret Key Configuration
## This key is required to encrypt DNSHTTP data.  
## Changing the key while the instance is running will make existing  
## encrypted data inaccessible. Keep this key safe and never lose it!
## Do not use more than 32 Signs.
##  
sf_secret="generate_your_secret_key"

##
## Public URL where this website will be visible on.
## DNSHTTP may not depend on this setting and will use auto-fetched current site url.
## So get sure to set up your reverse proxy to get a valid connection.
## Can be HTTP/HTTPS URL, DNSHTTP should not be installed in a websites sub-folder.
##
sf_url="http://localhost"

##
## Let's Encrypt Settings
## Enable or disable automatic Let's Encrypt SSL certificate issuance.
## - sf_letsencrypt_enable: Set to 1 to enable, 0 to disable.
## - sf_letsencrypt_domain: The domain name to issue the certificate for.
## - sf_letsencrypt_email: Email address for Let's Encrypt registration and notifications.
##
sf_letsencrypt_enable=0
sf_letsencrypt_domain="localhost"
sf_letsencrypt_email="localhost@localhost"

##
## Database Details for Connection
## Leave as it is, do only change if you know what you are doing!
## Currently you cannot change the port, its always 3306
## Let me know on github when you need it changed, i will implement.
##
sf_db_host="127.0.0.1"
sf_db_db="dnshttp"
sf_db_user="root"
sf_db_prefix="sf_"
sf_db_port=3306

##
## DNSHTTP Cookie Prefix
## Do not change unless you know what you are doing.
##
sf_cookie_prefix="sf_"

##
## Container upgrade settings
## Controls whether the container should automatically update and upgrade packages each time it starts.
## 1 = enable automatic updates/upgrades on startup
## 0 = skip update/upgrade steps on startup for faster boot
##
sf_ct_update_on_start=0

##
## Settings for MySQL Environment
##
APS_MYSQL_SETUP_BUFFER_POOL_SIZE=2G
APS_MYSQL_SETUP_BUFFER_POOL_INSTANCES=8
APS_MYSQL_SETUP_LOG_SIZE=256M
APS_MYSQL_MAX_CONN=200    
APS_MYSQL_FLUSH_TRX_COMMIT=2    
APS_MYSQL_CAPACITY=2000    
APS_MYSQL_TABLE_OPEN_CACHE=4000   

##
## Settings for PHP Environment
##
APS_PHP_OUTPUT_BUFFERING=4096
APS_PHP_ZLIB_OUTPUT_COMPRESSION=1
APS_PHP_OPCACHE_ENABLE=1
APS_PHP_OPCACHE_MEMORY_CONSUMPTION=512
APS_PHP_OPCACHE_MAX_ACCELERATED_FILES=20000
APS_PHP_OPCACHE_VALIDATE_TIMESTAMPS=0
APS_PHP_OPCACHE_JIT=tracing
APS_PHP_OPCACHE_JIT_BUFFER_SIZE=100M
APS_PHP_FPM_PM=dynamic
APS_PHP_FPM_PM_MAX_CHILDREN=50      
APS_PHP_FPM_PM_START_SERVERS=10
APS_PHP_FPM_PM_MIN_SPARE_SERVERS=5
APS_PHP_FPM_PM_MAX_SPARE_SERVERS=20
APS_PHP_FPM_PM_MAX_REQUESTS=1000

📦 Volumes

VolumeDescriptionPath on Container
dnshttp-certbotStores persistent certbot data./etc/letsencrypt
dnshttp-sslStores persistent ssl data./opt/sf_ssl
dnshttp-mysqlStores persistent mysql database data./var/lib/mysql
dnshttp-dataStores persistent website data./var/www/html/_data

🔌 Ports

PortDescription
80Port for HTTP Connections to website.
443Port for HTTPS Connections to website.
53DNS Related.
853DNS Related.
953DNS Related.

🔥 Features

Delivers the essential tools to effectively manage your site’s content, structure, and user roles—streamlined for simplicity, without unnecessary complexity. For a broad overview of its capabilities, refer to the feature list below.

📋 Domain and Record Management

The core of DNSHTTP is its domain and DNS record management. You can add, edit, and remove domains along with all of their associated DNS records directly through the web interface, without manually editing zone files or reloading services by hand.

🛡️ Access Control

The software features a robust user and group management system, enabling administrators to efficiently create, organize, and manage both users and user groups. With flexible permission controls, administrators can assign specific access rights to groups and individual users, ensuring secure and streamlined management of user privileges across the platform.

🔄 Slave Server Replication

DNSHTTP gives you direct control over the replication process between your Master and Slave DNS servers, with real-time status updates so you can monitor the state of your replication at a glance.

  • The Domains Section displays both replicated slave domains and locally mastered domains side by side.
  • Conflicts occur when the same domain exists as both a master and a slave entry. These are automatically detected, clearly highlighted, and can be resolved through the dedicated Conflicts section.

🚫 IP Blacklisting

DNSHTTP includes built-in IP blacklisting to help protect your DNS infrastructure from suspicious or unauthorized activity. When a threat is identified, the offending IP can be banned directly through the interface. Bans can be lifted manually at any time, or you can set up the blacklist.php cronjob to automate blacklisting resets on a scheduled basis.

📊 Replication Insights

Beyond basic replication controls, DNSHTTP provides detailed insights into the state of your replication and domain configuration. This gives you the visibility needed to make informed decisions, catch issues early, and proactively manage your DNS replication strategy across all connected servers.

🔌 External API

DNSHTTP exposes an API interface secured with tokens, allowing external systems and scripts to perform DNS operations programmatically. This makes it straightforward to integrate DNS management into your existing workflows, automation pipelines, or third-party tooling.

🖥️ Integrated Installer

The installation process is simplified through a clear and intuitive graphical user interface (GUI), making setup quick and accessible for users with minimal technical experience. Additionally, advanced users can choose from alternative installation methods such as Docker containers or automated scripts, providing flexible deployment options to suit different environments and preferences.


🗒️ Requirements

Below are the requirements for the webserver. Additional default installed linux and php modules are required as openssl and more, usually they are already installed by default and so not listed here.

RequirementMinimum ValueRecommended Value
Server Root AccessRequired-
Linux Package: ***d9Required-
Linux Package: cronRequired-
Linux Package: ***d9-utilsRequired-
Linux Package: dnsutilsRequired-
Linux Package: php8.2(+)Required-
Apache2 Module: headersRequired-
Apache2 Module: rewriteRequired-
PHP Memory Limit128M256M
PHP Max Post Size128M256M
PHP Max Execution Time180s600s
PHP Module: MySQLiEnabled-
PHP Module: JSONEnabled-
PHP Module: mbstringEnabled-
PHP Module: cURLEnabled-
PHP Module: intlEnabled-
PHP Module: sessionEnabled-

🛠️ Installation

You can see detailed information at the installation documentation page at: https://bugfishtm.github.io/***d9-Web-Manager/installation.html. Choose the method that best fits your hosting environment and needs.

The initial user account created for the website during installation serves as the primary administrator. This account has full access to configure and manage the system. It is important to secure this account by updating its credentials pro***ly after installation to protect the site from unauthorized access.

🧍 Initial username: admin 🔑 Initial password: changeme

*** setting up additional user accounts with appropriate roles and permissions to ensure proper administration and security management going forward.

✋ Manual

⚠️ It is highly recommended to change the admin password immediately after installation.

Installing the ***d9 Web Manager is straightforward. For detailed instructions on manual installation, please refer to the documentation located in the index.html file within the repository's docs folder, or visit https://bugfishtm.github.io/***d9-Web-Manager/installation_manual.html.

🐳 Docker

⚠️ It is highly recommended to change the admin password immediately after installation.

This method installs the standalone version of DNSHTTP. This ensures a secure and isolated installation suitable for most web use cases. For Docker installation, visit: https://hub.docker.com/r/bugfishtm/dnshttp.

📄 Script

⚠️ It is highly recommended to change the admin password immediately after installation.

This script is intended for use only on freshly installed servers. In the github repository's _scripts folder, you'll find an installation script designed to install the full version with all features on a dedicated server. Execute the following Commands and navigate through the installation shell process to install DNSHTTP.

bash
curl -o ./installer.sh https://raw.githubusercontent.com/bugfishtm/Bind9-Web-Manager/refs/heads/main/_scripts/installer.sh
chmod u+x ./installer.sh  
sh ./installer.sh install

This script is intended for users who wish to utilize standalone functionality on a fresh system.


📖 Documentation

The following documentation is intended for both end-users and developers.

DescriptionLinkScope
DNSHTTP Tutorial Videos[***]Developers/Users
DNSHTTP Tutorial Videos (Local)./_videosDevelopers
DNSHTTP Documentationhttps://bugfishtm.github.io/***d9-Web-Manager/Developers/Users
DNSHTTP Documentation (Local)./docs/index.htmlDevelopers/Users
Bugfish Framework Documentationhttps://bugfishtm.github.io/***d9-Web-Manager/extra-framework/Developers
Bugfish Framework Documentation (Local)./docs/extra-framework/index.htmlDevelopers

Relevant github repositories related to ***d9 Web Manager.

DescriptionLinkScope
***d9 Web Managerhttps://github.com/bugfishtm/***d9-Web-ManagerDevelopers
Bugfish Frameworkhttps://github.com/bugfishtm/bugfish-frameworkDevelopers

Relevant docker repositories related to ***d9 Web Manager.

DescriptionLinkScope
DNSHTTP Docker Imagehttps://hub.docker.com/r/bugfishtm/dnshttpUsers

📁 Repository Structure

This table provides an overview of key files and folders related to the repository. Click on the links to access each file for more detailed information. If certain folders are missing from the repository, they are irrelevant to this project.

Document TypeDescription
.git/Internal file, that can be ignored.
.github/Internal file, that can be ignored.
.github/CODE_OF_CONDUCT.mdcommunity guidelines for participation.
_archive/Folder for storing archived or deprecated files.
_changelogs/Folder containing changelogs for version tracking.
_configuration/Settings.php configuration examples for different environments.
_docker/Folder with Docker-related files for building images.
_images/Folder containing project images and graphics.
_licenses/Folder with third-party license information.
_releases/Folder containing release versions of the project.
_screenshots/Folder with screenshots of the project.
_scripts/Folder for additional scripts and utilities.
_source/Folder containing the main source code.
_videos/Folder with project-related videos.
docs/Folder for documentation and guides.
.gitattributesInternal file, that can be ignored.
.gitignoreInternal file, that can be ignored.
repository_reset.batInternal file, that can be ignored.
repository_update.batInternal file, that can be ignored.
CHANGELOG.mdInternal file, that can be ignored.
CONTRIBUTING.mdcontributors instruction file.
SECURITY.mdsecurity and warranty file.
LICENSE.mdlicense file.
README.mdreadme file.

💬 Support Channels

If you encounter any issues or have questions while using this software, feel free to contact us:

  • GitHub Issues is the main platform for reporting bugs, asking questions, or submitting feature requests: https://github.com/bugfishtm/***d9-Web-Manager/issues
  • ***** Community** is available for live discussions, support, and connecting with other users: Join us on ***
  • Email support is recommended only for urgent security-related issues: ***

📢 Spread the Word

Help us grow by sharing this project with others! You can:

  • Tweet about it – Share your thoughts on ***/X and link us!
  • Post on LinkedIn – Let your professional network know about this project on LinkedIn.
  • Share on Reddit – Talk about it in relevant subreddits like r/programming or r/opensource.
  • Tell Your Community – Spread the word in *** servers, Slack groups, and forums.

📑 Changelog Information

Refer to the _changelogs folder for detailed HTML changelogs tracking updates across versions. These changelogs are also included in GitHub Releases for easy access.


🌱 Contributing to the Project

Thank you for your interest in this project.

At this time, this repository is not open for external contributions.
Please do not submit pull requests or patches.

  • Pull requests from external contributors are not accepted.
  • Any unsolicited pull requests will be closed without review.
  • All code in this repository is maintained by the project owner.
  • By design, no third‑party code will be merged into this project via GitHub.

If you encounter a bug or have an enhancement suggestion, please check the "Issues" section of our GitHub repository or visit our official website for guidance before beginning any work on it.


🤝 Community Guidelines

We’re focused on developing innovative solutions and advancing technology. By being part of this, you contribute to our progress.

Positive guidelines include being kind, empathetic, and respectful in all interactions. It is important to engage thoughtfully and offer constructive, solution-oriented feedback. Fostering an environment of collaboration, support, and mutual respect is essential.

Unacceptable behaviors include harassment, hate speech, or offensive language. Personal ***s, discrimination, or any form of bullying are not tolerated. Sharing private or sensitive information without explicit consent is strictly prohibited.

Together, we can partner to achieve common goals by following guidelines designed to promote effective collaboration and positive teamwork.


🛡️ Security Policy

I take security seriously and appreciate responsible disclosure. If you discover a vulnerability, please follow these steps:

  • Do not report it via public GitHub issues or discussions. Instead, please contact the *** email address directly.
  • Provide as much detail as possible, including a description of the issue, steps to reproduce it, and its potential impact.

I aim to acknowledge reports within 2–4 weeks and will update you on our progress once the issue is verified and addressed.

This software is provided as-is, without any guarantees of security, reliability, or fitness for any particular purpose. We do not take responsibility for any damage, data loss, security breaches, or other issues that may arise from using this software. By using this software, you agree that We are not liable for any direct, indirect, incidental, or consequential damages. Use it at your own risk.


📜 License Information

The license for this software can be found in the LICENSE.md file. Third-party licenses are located in the ./_licenses folder. The software may also include additional licensed software or libraries.

🐟 Bugfish

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

轩辕镜像加速拉取命令点我查看更多 dnshttp 镜像标签

docker pull docker.xuanyuan.run/bugfishtm/dnshttp:<标签>

使用方法:

  • 登录认证方式
  • 免认证方式

DockerHub 原生拉取命令

docker pull bugfishtm/dnshttp:<标签>

轩辕镜像配置手册

按平台快速找到配置文档

一键安装

一键安装 Docker

Linux Docker 一键安装

AI

用 AI 使用轩辕镜像

agents.md · AI 对话 · 提示词

Docker

登录仓库拉取

登录认证 · 私有仓库

专属域名拉取

免登录 · 高速拉取

Linux

Docker 镜像配置

Windows / Mac

Docker Desktop 配置

MacOS OrbStack

OrbStack 容器

Apple Container

macOS 原生容器

Docker Compose

Compose 项目配置

NAS

群晖

Synology 配置

飞牛

fnOS 镜像配置

绿联

绿联 NAS

威联通

QNAP 配置

极空间

极空间 NAS

Unraid

Unraid NAS

企业仓库

其他仓库

ghcr · Quay · nvcr

Harbor 镜像源

Proxy Repository 对接

Portainer 镜像源

Registries 配置

Nexus 镜像源

Docker Proxy 缓存

开发工具

Dev Containers

VS Code 开发容器

Podman

Podman 配置指南

Singularity / Apptainer

HPC 科学计算容器

Kubernetes

K8s Containerd

Kubernetes · Containerd

K3s

轻量级集群

面板 / 网络

爱快路由

爱快 4.0 · iKuai 镜像加速

宝塔面板

一键配置镜像源

需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

功能

版本功能对比

功能对比 · 版本选择

支持的镜像仓库

Docker Hub · GCR · GHCR

专属域名用法

专属域名 · 开启停用 · 多仓库

新手拉取配置

登录 · 专属域名 · 配置

docker search 限制

专属域名 · Hub 搜索

不支持 push

仅支持 pull · 不支持

拉取速度原因

带宽 · 缓存 · 冷热镜像

错误码

402 与流量用尽

402 · 流量包 · 充值

401 认证失败

401 · docker login

manifest unknown

标签错误 · 镜像不存在

410 Gone 排查

410 · Docker 升级

429 限流

免费版 · 专业版 · 企业版 · 请求频率

其他报错

DNS 超时

DNS 解析 · 网络超时

TLS 证书失败

no matching manifest(架构)

账号

失败是否计费

manifest · blob · 计费

申请开发票(企业 / 个人)

企业 · 个人 · 工单

修改登录密码

网站 · 仓库 · 重置

注销账户

工单 · 数据 · 注销

原理

mirrors 不生效

daemon.json · 重启

去掉域名前缀

docker tag · 重命名

指定架构拉取

ARM64 · AMD64 · 多架构

latest 与「最新」

digest · 版本号 · 标签

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
bugfishtm/dnshttp
定价查看流量套餐与价格
博客Docker 镜像公告与技术博客
专业版 · 高速稳定拉取镜像
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
50GB 仅 ¥7/年
专业版 · 高速稳定拉取镜像
50GB 仅 ¥7/年
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
用户协议·隐私政策·增值电信业务经营许可证:浙B2-20261007·©2024-2026 源码跳动©2024-2026 杭州源码跳动科技有限公司·商务合作:点击复制邮箱

更多 dnshttp 镜像推荐

bugfishtm/sf-base logo

bugfishtm/sf-base

bugfishtm
Internal base image for suitefish docker instances and deployments. Only for developers.
953 次下载
1 个月前更新
bugfishtm/obr logo

bugfishtm/obr

bugfishtm
Simple book rental software with user-friendly features and multi-language support.
536 次下载
2 个月前更新

查看更多 dnshttp 相关镜像