How nfqws2 operating modes work
masterThe NFQWS_EXTRA_ARGS parameter determines how nfqws2 selects domains for processing. Strategies are applied to domains in user.list and auto.list, excluding those in exclude.list.
- Mode
list: Only domains explicitly listed in/opt/etc/nfqws2/lists/user.listare processed. - Mode
auto: Processes domains inuser.listAND automatically detects unreachable domains. A domain is added to the processing list if it is determined to be unreachable 3 times within 60 seconds. Automatically added domains are logged to/opt/var/log/nfqws2.logand stored in/opt/etc/nfqws2/lists/auto.list. - Mode
all: Processes all traffic except for domains listed in/opt/etc/nfqws2/lists/exclude.list.
IP Lists: ipset.list and ipset_exclude.list are applied regardless of the operating mode.