Update README.md
All checks were successful
Run Tests on Code / run-tests (push) Successful in 12s

This commit is contained in:
Neshura 2024-04-09 11:32:53 +00:00
parent 5fcdddde03
commit 7b3115f5cf

View file

@ -15,7 +15,7 @@ Redirects are configured in an array, below is an example config.
```toml ```toml
[[domain_configs]] [[domain_configs]]
domains = ["sub.domain.tld", "sub2.domain.tld"] 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. 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. Support for `/root/.config/domainlink/redirects` may come in the future.