mirror of
https://github.com/RoganDawes/P4wnP1_aloa.git
synced 2025-03-17 13:21:50 +01:00
6 lines
128 B
Go
6 lines
128 B
Go
package common_web
|
|
|
|
func NameLeaseFileDHCPSrv(nameIface string) (lf string) {
|
|
return "/tmp/dnsmasq_" + nameIface + ".leases"
|
|
}
|