From 3b036f478184c62e6571e23050af7e1db397c26c Mon Sep 17 00:00:00 2001 From: garywill Date: Sun, 17 Aug 2025 11:07:21 +0800 Subject: [PATCH] readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b2135b..7e1d8c8 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,9 @@ Basic features: - Create AP on the same interface you are getting Internet (usually require same channel) - Transparent proxy (redsocks) - Transparent DNS proxy (hijack port 53 packets) -- Detect NetworkManager and make sure it won't interfere (handle interface (un)managed status) -- Detect firewalld and make sure it won't interfere our (by using `trusted` zone) +- Detect and prevent interference from following Linux system daemons: + - NetworkManager (handle interface (un)managed status) + - firewalld (use temporary `trusted` zone) - You can run many instances, to create many different networks. Has instances managing feature. **For many other features, see below [CLI usage](#cli-usage-and-other-features)**