internal/router: add Synology client info file

This commit is contained in:
Cuong Manh Le
2023-05-24 23:15:03 +07:00
committed by Cuong Manh Le
parent 20eae82f11
commit fc502b920b

View File

@@ -21,6 +21,7 @@ var clientInfoFiles = []string{
"/var/lib/misc/dnsmasq.leases", // merlin
"/mnt/data/udapi-config/dnsmasq.lease", // UDM Pro
"/data/udapi-config/dnsmasq.lease", // UDR
"/etc/dhcpd/dhcpd-leases.log", // Synology
}
func (r *router) watchClientInfoTable() {