Configuration
Configuration
Files and Directory Structure of Netify
Typical files and directories of a default Netify installation.
/
├── etc/
│ ├── netifyd.conf
│ └── netify.d/
│ ├── domains.d/
│ ├── 10.adult.conf
│ ├── 10.vpn.conf
│ └── 10.malware.conf
├── usr/
│ └── sbin/
│ └── netifyd
└── var/
└── run/
└── netifyd/
├── netifyd.pid
├── status.json
└── netifyd.sock
Take note of the main directory name change in /etc from netify.d to netifyd when migration from version 3 or 4 to 5.
In version 4, domain list mappings to categories was called domains.d.