From 7b3115f5cff5bb80ae21e45fc8f2748c23231fa1 Mon Sep 17 00:00:00 2001 From: Neshura Date: Tue, 9 Apr 2024 11:32:53 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8417635..adb25cd 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file