You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# /usr/bin/mosdns -dir /etc/mosdns/ -c ./config.yaml -quiet
flag provided but not defined: -quiet
Usage of /usr/bin/mosdns:
-bench-domain-list string
[path] benchmark domain search using this file
-bench-ip-list string
[path] benchmark ip search using this file
-c string
[path] load config from file (default "config.yaml")
-cpu int
the maximum number of CPUs that can be executing simultaneously (default 4)
-dir string
[path] change working directory to here
-dir2exe
change working directory to the executable that started the current process
-gen string
[path] generate a config template here
-pprof string
[ip:port] DEBUG ONLY, hook http/pprof at this address
-probe-dot-timeout string
[ip:port] probe dot server's idle timeout
-probe-tcp-timeout string
[ip:port] probe tcp server's idle timeout
-v show version info
The text was updated successfully, but these errors were encountered:
出现了什么问题
mosdns-init-openwrt#L15 中多加了 -quiet 参数导致程序没能启动。
The text was updated successfully, but these errors were encountered: