Skip to content

Commit ff03788

Browse files
authored
Merge pull request #65 from is-a-dev/dibster-edits
feat(docs): adding documentation on redirect_config
2 parents 8b8d68a + 4a33e18 commit ff03788

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/useful/domain-structure.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,14 @@ Enable Cloudflare proxy for your domain. Disabled by default. To enable it, add
214214
```json
215215
"proxied": true
216216
```
217+
218+
### redirect_config (*optional*)
219+
- Allows custom redirect endpoints for your domain. An example can be found [here](https://github.com/is-a-dev/register/blob/main/domains/william.json).
220+
```json
221+
"redirect_config": {
222+
"custom_paths": {
223+
"/github": "https://github.com/wdhdev"
224+
},
225+
"redirect_paths": true
226+
}
227+
```

0 commit comments

Comments
 (0)