@
wander555 这试过了,输出就这些
```shell
tt@mosdns:~$ sudo systemctl status mosdns
● mosdns.service - A DNS forwarder
Loaded: loaded (/etc/systemd/system/mosdns.service; enabled; preset: enabled)
Active: active (running) since Thu 2025-03-06 13:38:18 CST; 29s ago
Main PID: 2911 (mosdns)
Tasks: 8 (limit: 1134)
Memory: 23.7M
CPU: 77ms
CGroup: /system.slice/mosdns.service
└─2911 /usr/bin/mosdns start --as-service -d /etc/mosdns -c /etc/mosdns/config.yaml
Mar 06 13:38:18 singbox systemd[1]: Started mosdns.service - A DNS forwarder.
Mar 06 13:38:18 singbox mosdns[2911]: 2025-03-06T13:38:18.741+0800 INFO starting service {"platform": "linux-systemd"}
Mar 06 13:38:18 singbox mosdns[2911]: 2025-03-06T13:38:18.741+0800 INFO working directory changed {"path": "/etc/mosdns"}
Mar 06 13:38:18 singbox mosdns[2911]: 2025-03-06T13:38:18.741+0800 INFO main config loaded {"file": "/etc/mosdns/config.yaml"}
tt@mosdns:~$ cat /etc/mosdns/moslog.log
2025-03-06T13:38:18.741+0800 INFO loading plugin {"tag": "cache", "type": "cache"}
2025-03-06T13:38:18.742+0800 INFO loading plugin {"tag": "forward_local", "type": "forward"}
2025-03-06T13:38:18.742+0800 INFO loading plugin {"tag": "forward_remote", "type": "forward"}
2025-03-06T13:38:18.742+0800 INFO loading plugin {"tag": "cn_ip", "type": "ip_set"}
2025-03-06T13:38:18.743+0800 INFO loading plugin {"tag": "lan_ip", "type": "ip_set"}
2025-03-06T13:38:18.743+0800 INFO loading plugin {"tag": "direct_list", "type": "domain_set"}
2025-03-06T13:38:18.781+0800 INFO loading plugin {"tag": "proxy_list", "type": "domain_set"}
2025-03-06T13:38:18.796+0800 INFO loading plugin {"tag": "local_sequence", "type": "sequence"}
2025-03-06T13:38:18.796+0800 INFO loading plugin {"tag": "remote_sequence", "type": "sequence"}
2025-03-06T13:38:18.796+0800 INFO loading plugin {"tag": "fallback", "type": "fallback"}
2025-03-06T13:38:18.796+0800 INFO loading plugin {"tag": "main_sequence", "type": "sequence"}
2025-03-06T13:38:18.796+0800 INFO loading plugin {"tag": "udp_server", "type": "udp_server"}
2025-03-06T13:38:18.796+0800 INFO udp_server udp server started {"addr": "[::]:53"}
2025-03-06T13:38:18.796+0800 INFO loading plugin {"tag": "tcp_server", "type": "tcp_server"}
2025-03-06T13:38:18.796+0800 INFO tcp_server tcp server started {"addr": "[::]:53", "tls": false}
2025-03-06T13:38:18.796+0800 INFO all plugins are loaded
```