Skip to content

v0.3.0

Compare
Choose a tag to compare
@spencerwooo spencerwooo released this 29 Dec 08:50
· 40 commits to main since this release

What's new?

  • Support for mihomo meta kernel.
  • Remove remote_mmdb_url updates.
  • Update config defaults.

Migration to mihoro

  1. Uninstall clashrup: clashrup uninstall

  2. Remove deprecated clash files:

    rm -R ~/.local/bin/clash ~/.config/clash
  3. Migrate ~/.config/clashrup.toml to ~/.config/mihoro.toml

Default ~/.config/mihoro.toml:

remote_mihomo_binary_url = ""
remote_config_url = ""
mihomo_binary_path = "~/.local/bin/mihomo"
mihomo_config_root = "~/.config/mihomo"
user_systemd_root = "~/.config/systemd/user"

[mihomo_config]
port = 7890
socks_port = 7891
allow_lan = false
bind_address = "*"
mode = "rule"
log_level = "info"
ipv6 = true
external_controller = "0.0.0.0:9090"
external_ui = "ui"