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