mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 13:46:07 +08:00
DOCS: document redirect types (#3585)
This commit is contained in:
parent
8c69cee517
commit
1d148f430b
3 changed files with 22 additions and 3 deletions
|
|
@ -11,5 +11,11 @@ parameter_types:
|
|||
---
|
||||
|
||||
{% hint style="info" %}
|
||||
Documentation needed.
|
||||
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 "Masked", it creates a framed HTML page 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/).
|
||||
|
|
|
|||
|
|
@ -11,5 +11,11 @@ parameter_types:
|
|||
---
|
||||
|
||||
{% hint style="info" %}
|
||||
Documentation needed.
|
||||
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/)
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
name: URL301
|
||||
parameters:
|
||||
- name
|
||||
- target
|
||||
- modifiers...
|
||||
parameter_types:
|
||||
name: string
|
||||
|
|
@ -10,5 +11,11 @@ parameter_types:
|
|||
---
|
||||
|
||||
{% hint style="info" %}
|
||||
Documentation needed.
|
||||
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 "Permanent", it creates a 301 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/).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue