mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-10 07:05:31 +08:00
21 lines
596 B
Markdown
21 lines
596 B
Markdown
---
|
|
name: URL
|
|
parameters:
|
|
- name
|
|
- target
|
|
- modifiers...
|
|
parameter_types:
|
|
name: string
|
|
target: string
|
|
"modifiers...": RecordModifier[]
|
|
---
|
|
|
|
{% hint style="info" %}
|
|
This is provider specific type of record and not a DNS standard. It may behave differently for each provider that handles it.
|
|
{% endhint %}
|
|
|
|
### Namecheap
|
|
|
|
This is a URL Redirect record with a type of "Unmasked", it creates a 302 redirect to the target.
|
|
|
|
You can read more at the [Namecheap documentation](https://www.namecheap.com/support/knowledgebase/article.aspx/385/2237/how-to-set-up-a-url-redirect-for-a-domain/)
|