From add30dcfddac7b12c5b8c13553dd8ed237a5221f Mon Sep 17 00:00:00 2001 From: Neshura Date: Wed, 10 Apr 2024 23:28:23 +0200 Subject: [PATCH] Updated Readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adb25cd..3b4bfef 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,11 @@ Any changes there will persist updates and supersede the default config. The Sys #### User Configuration -DomainLink currently expects redirect files to be placed in any home directory, specifically `/home/{user}/.config/domainlink/config.toml`. +DomainLink currently expects redirect files to be placed in any home directory, specifically `/home/{user}/.config/domainlink/domains.toml` or `/root/.config/domainlink/domains.toml`. Redirects are configured in an array, below is an example config. ```toml [[domain_configs]] domains = ["sub.domain.tld", "sub2.domain.tld"] 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. \ No newline at end of file +By default, DomainLink does not create any redirect rules, you will have to create these yourself. \ No newline at end of file