Zone name as placeholder in domain template
See original GitHub issueHow can we use the zone name as a placeholder in domain template records in PowerDNS-Admin?
Previously this was possible by using @
as contents in PowerDNS-Admin domain template records, but this now results in PowerDNS resolving records to a literal \@.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:12 (2 by maintainers)
Top Results From Across the Web
Zone name as placeholder in domain template · Issue #670
How can we use the zone name as a placeholder in domain template records in PowerDNS-Admin? Previously this was possible by using @...
Read more >Format placeholders | Google developer documentation style ...
In general, a placeholder has a descriptive name as a default value. ... ZONE : a Google Cloud zone that's close to your...
Read more >server_dns: DNS Zone Template | Plesk Onyx documentation
Specifies a canonical name or a placeholder for creating a CNAME type DNS record in the Plesk server's domain DNS zone template. -ptr,...
Read more >Oracle WebLogic Server 12c: Creating and Using a Domain ...
Purpose. This tutorial shows how to create and configure a domain template for Oracle WebLogic Server 12c. Time to Complete. Approximately 1 hour....
Read more >Prefered Placeholder Email Address Domain Name - Treehouse
Good thing is that example.com is bought for the reason that it can be used freely for example purposes, so that makes it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
on file powerdns-admin/powerdnsadmin/models/record.py line 178 add on new blank line and record[“record_data”] = record[‘record_data’].replace(‘[ZONE]’, domain_name)
#960 merged!