All Projects → likexian → dnspod-api-php-web

likexian / dnspod-api-php-web

Licence: Apache-2.0 License
DNSPod API PHP Web Example

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to dnspod-api-php-web

dnspod-go
dnspod api
Stars: ✭ 12 (-86.36%)
Mutual labels:  dnspod, dnspod-api
Ddns
🚩 自动更新域名解析到本机IP(支持dnspod,阿里DNS,CloudFlare,华为云,DNSCOM...)
Stars: ✭ 2,582 (+2834.09%)
Mutual labels:  dns, dnspod
flareon
🦊A cloudflare DNS over HTTPs resolver client library.
Stars: ✭ 14 (-84.09%)
Mutual labels:  dns
ddns
a multiple providers ddns script without dependencies
Stars: ✭ 47 (-46.59%)
Mutual labels:  dnspod
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 154 (+75%)
Mutual labels:  dns
ebook
Third edition of the Computer Networking: Principles, Protocols and Practice ebook
Stars: ✭ 64 (-27.27%)
Mutual labels:  dns
ansible-dnsmasq
Ansible role to set up Dnsmasq in Debian-like systems
Stars: ✭ 18 (-79.55%)
Mutual labels:  dns
dfex
DNS File EXfiltration
Stars: ✭ 46 (-47.73%)
Mutual labels:  dns
domfind
A Python DNS crawler to find identical domain names under different TLDs.
Stars: ✭ 22 (-75%)
Mutual labels:  dns
zonemanager
Central DNS/DHCP database with replication to Amazon Route53, BIND, MikroTik routers and other services.
Stars: ✭ 29 (-67.05%)
Mutual labels:  dns
DNS
Swift implementation of DNS Records / RR
Stars: ✭ 51 (-42.05%)
Mutual labels:  dns
dug
A global DNS propagation checker that gives pretty output. Written in dotnet core
Stars: ✭ 208 (+136.36%)
Mutual labels:  dns
noddos
Noddos client
Stars: ✭ 78 (-11.36%)
Mutual labels:  dns
rsdns
rackspace DNS tools
Stars: ✭ 55 (-37.5%)
Mutual labels:  dns
AdGuard-WireGuard-Unbound-Cloudflare
The Ultimate Network Security Guide 🔒 Protection | 🔎 Privacy | 🚀 Performance on home network 24/7 🕛 Accessible anywhere 🌏
Stars: ✭ 160 (+81.82%)
Mutual labels:  dns
DNS-Sinkhole-Lists-A2
A DNS Sinkhole List for testing purposes. (not for use in production systems) - UUID: 0f90ca2c-4b0a-4fbe-b659-449ab30c4284
Stars: ✭ 19 (-78.41%)
Mutual labels:  dns
checkdmarc
A parser for SPF and DMARC DNS records
Stars: ✭ 124 (+40.91%)
Mutual labels:  dns
go-multiaddr-dns
Go library and CLI tool for /dns4, /dns6, /dnsaddr multiaddr resolution
Stars: ✭ 24 (-72.73%)
Mutual labels:  dns
aiodns
A All-In-One DNS Solution written in Go
Stars: ✭ 23 (-73.86%)
Mutual labels:  dns
groot
Static verification tool for DNS zone files
Stars: ✭ 60 (-31.82%)
Mutual labels:  dns

DNSPod API PHP Web 示例

License Packagist

功能说明

用 PHP 实现了一个 DNSPod API 的 Web 示例,已完成对域名和记录的基本操作,可直接使用。

已调整为只支持通过 Token 登录,请到 DNSPod 用户中心创建 API Token 获取 Token ID 及 Token Key。

功能包括:

  • 用户登录
  • 域名列表
  • 域名暂停/启用
  • 域名添加
  • 域名删除
  • 记录列表
  • 记录暂停/启用
  • 记录添加
  • 记录修改
  • 记录删除

环境要求

  • PHP5.x/7.x
  • SESSION
  • CURL

安装说明

直接下载放到网站的任何目录,然后在浏览器打开即可查看示例。

您还可以通过 composer 来安装它:

$ composer create-project likexian/dnspod-web

DEMO

请打开 demo 目录查看相关截图。

LICENSE

Copyright 2011-2021 Li Kexian

Licensed under the Apache License 2.0

About

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].