From a0364291939c066692867db79eab8d8b88d734c2 Mon Sep 17 00:00:00 2001 From: MarkusPalm Date: Tue, 29 Oct 2024 13:46:57 +0100 Subject: [PATCH] updated README.md with FortiOS --- scripts/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index c9c7bdf..c1ed2f1 100755 --- a/scripts/README.md +++ b/scripts/README.md @@ -10,6 +10,7 @@ configuration which can be utilised with: * Dnsmasq/Pi-hole * Squid * Unbound +* FortiOS ## Usage @@ -37,7 +38,7 @@ The following example assumes a single shared Cacheserver IP: } ``` 3. Run generation script relative to your DNS implementation: `bash create-dnsmasq.sh`. -4. If `combined_output` is set to `true` this will result in a single output file: `lancache.conf` with all your enabled services (applies to Adguard Home, Dnsmasq or Unbound). +4. If `combined_output` is set to `true` this will result in a single output file: `lancache.conf` with all your enabled services (applies to Adguard Home, Dnsmasq, Unbound or FortiOS). 5. Copy files from `output/{adguardhome,dnsmasq,rpz,squid,unbound}/*` to the respective locations for Dnsmasq/Unbound. 6. Restart the appropriate service.