在Android的命令行中,有dnsmasq命令。但是所有配置文件(dnsmasq.conf、dnsmasq.pid...)在哪里?
就我而言,我尝试创建自己的配置文件并使用以下命令:
dnsmasq --conf-file=the/location/of/my/file
它说:
dnsmasq: 无法打开 pidfile /var/run/dnsmasq.pid: 没有这样的文件或目录
当我创建 pid 文件时,它说:
dnsmasq: 无法打开 pidfile dnsmasq.pid: 只读文件系统
关于如何控制我的 dnsmasq(DHCP、DNS 服务器)的任何建议?