This commit is contained in:
parent
5fcdddde03
commit
7b3115f5cf
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Redirects are configured in an array, below is an example config.
|
|||
```toml
|
||||
[[domain_configs]]
|
||||
domains = ["sub.domain.tld", "sub2.domain.tld"]
|
||||
target = "sub.domain.tld/query"
|
||||
target = "https://sub.domain.tld/query"
|
||||
```
|
||||
By default, DomainLink does not create any redirect rules, you will have to create these yourself.
|
||||
Support for `/root/.config/domainlink/redirects` may come in the future.
|
Loading…
Reference in a new issue