-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请大佬添加cloudflare.com dns 需求 #71
Comments
手撸出了一个, au.sh 你调一下就ok了 |
`<?php
########## 配合 cerbot 运行 ################### 第一个参数是 action,代表 (add/clean)第二个参数是 域名第三个参数是 主机名第四个参数是 TXT 记录值第五个参数是 cloudflare 账号邮箱第六个参数是 cloudflare API秘钥中的 Global API Keyecho "域名 API 调用开始\n"; print_r($argv); echo $argv[1]."-".$argv[2]."-".$argv[3]."-".$argv[4]."-".$argv[5]."-".$argv[6]."\n";
} echo "域名 API 调用结束\n"; class CloudFlareDns
}` |
`# coding:utf-8 import json class CloudflareDns:
if name == 'main':
|
请添加cloudflare.com dns 需求
域名都在CF哦
The text was updated successfully, but these errors were encountered: