Update dnsf_install.sh

This commit is contained in:
2025-11-23 14:28:20 -07:00
parent d162c55b64
commit c3e396471d

View File

@@ -8,6 +8,7 @@ apt install -y python3-bpfcc python3-pip bpfcc-tools ipset
pip install --break-system-packages dnslib psutil pip install --break-system-packages dnslib psutil
mkdir -p /etc/dnsf/ mkdir -p /etc/dnsf/
cp dnsf.service /etc/systemd/system cp dnsf.service /etc/systemd/system
cp dnsf.py /etc/dnsf/
cp host_whitelist.conf /etc/dnsf/ cp host_whitelist.conf /etc/dnsf/
cp dns_whitelist.conf /etc/dnsf/ cp dns_whitelist.conf /etc/dnsf/
systemctl enable dnsf.service systemctl enable dnsf.service