mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-09 22:00:14 +01:00
add dns_cyberpanel custom api for acme ssl
This commit is contained in:
@@ -24,7 +24,7 @@ Author: Neil Pang <usman@cyberpersons.com>
|
||||
dns_cyberpanel_add() {
|
||||
fulldomain=$1
|
||||
txtvalue=$2
|
||||
_info "Using myapi"
|
||||
_info "Using CyberPanel ACME API"
|
||||
_debug fulldomain "$fulldomain"
|
||||
_debug txtvalue "$txtvalue"
|
||||
_info "cyberpanel createDNSRecord --domainName $fulldomain --name $fulldomain --recordType TXT --value $txtvalue --priority 0 --ttl 3600"
|
||||
|
||||
Reference in New Issue
Block a user