mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
16 lines
241 B
YAML
16 lines
241 B
YAML
---
|
|
urlfwd:
|
|
ttl: 300
|
|
type: URLFWD
|
|
values:
|
|
- code: 302
|
|
masking: 2
|
|
path: '/'
|
|
query: 0
|
|
target: 'http://www.unit.tests'
|
|
- code: 301
|
|
masking: 2
|
|
path: '/target'
|
|
query: 0
|
|
target: 'http://target.unit.tests'
|