mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
17 lines
281 B
JavaScript
17 lines
281 B
JavaScript
export const AUTOCERT_PROVIDERS = [
|
|
"local",
|
|
"cloudflare",
|
|
"clouddns",
|
|
"duckdns",
|
|
"ovh",
|
|
"porkbun",
|
|
];
|
|
export const OVH_ENDPOINTS = [
|
|
"ovh-eu",
|
|
"ovh-ca",
|
|
"ovh-us",
|
|
"kimsufi-eu",
|
|
"kimsufi-ca",
|
|
"soyoustart-eu",
|
|
"soyoustart-ca",
|
|
];
|