Can u provide a simple verion that can be managed by systemd ? #170
yesiamchinese
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
See an example systemd service at https://github.com/enfein/mieru/blob/main/configs/examples/mieru.service The environment variable is explained at https://github.com/enfein/mieru/blob/main/docs/operation.md#environment-variables |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would you please release a simple mieru verion that can be managed by systemd easily ?
A simple verion only support a few simple command, such as :
mieru -c /etc/mieru/config.json # run and start with config file /etc/meru/config.json
mieru -t /etc/mieru/config.json # test if the config file is valide
mieru -v # show version
If so, we can setup more than one mieru socks service for mihomo:
mieru -c /etc/mieru/server1.json # provide service in socks 1080
mieru -c /etc/mieru/server2.json # provide service in socks 1081
......
Then, All mita server node can be easily managed by mihomo GUI such like METACUBE or yacd.
You can see naiveproxy, hysteria(2) etc is very simple.
Beta Was this translation helpful? Give feedback.
All reactions