fix(dns): update Script Path input accessibility and placeholder for script provider
This commit is contained in:
@@ -217,10 +217,10 @@ export const defaultProviderSchemas: Record<DNSProviderType, Partial<DNSProvider
|
||||
fields: [
|
||||
{
|
||||
name: 'create_script',
|
||||
label: 'Create Record Script',
|
||||
label: 'Script Path',
|
||||
type: 'text',
|
||||
required: true,
|
||||
placeholder: '/path/to/create-dns.sh',
|
||||
placeholder: '/scripts/dns-challenge.sh',
|
||||
hint: 'Path to script that creates DNS TXT records. Receives DOMAIN, TOKEN, and FQDN as environment variables.',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user