Skip to content

Settings

The Settings page is divided into three tabs: Basic, App, and About.

Basic Settings

Setting Description Default
Mixed Port HTTP/SOCKS proxy listening port 7890
Allow LAN Allow other devices on the LAN to use this proxy Off
Log Level Core log verbosity warn
IPv6 Enable IPv6 support Off
API Address sing-box management interface address http://127.0.0.1:9090
API Secret sing-box management interface secret Empty

What is the Mixed Port?

The mixed port supports both HTTP and SOCKS5 proxy protocols simultaneously. Browsers and other apps connect through this port via system proxy settings. If the port is in use, Rover will show an error.

App Settings

Setting Description Default
Subscription User-Agent Browser identifier used when downloading subscriptions Empty (uses default)
Auto-start Proxy on Launch Automatically start the core and system proxy when Rover opens On
Theme Light / Dark mode Follow system
Language Interface language Follow system

Advanced Settings

Setting Description
Override Rules When enabled, custom policy rules replace the subscription's built-in rules
Custom Proxy Groups Allow manual editing of proxy group structure on the Profiles page
Hosts Configuration Custom local domain resolution, same format as system hosts file
TUN Excluded Addresses Network segments to exclude from TUN mode, one per line

Hosts Configuration Format

127.0.0.1  example.local
::1        example.local
192.168.1.1 router.local
For details, see Hosts & TUN Exclusions.

Override Rules vs. Append Rules

  • Override enabled: Your custom policies completely replace the subscription's built-in rules
  • Override disabled: Your custom policies are appended after the subscription rules (subscription rules match first)

See Config Generation.

About

Feature Description
App Version Current Rover version number
Core Version sing-box version number
Build Time Installer build timestamp
View Current Config Preview the complete sing-box JSON configuration
System Service Install/uninstall RoverService (required for TUN mode)
Export Config Backup all data (profiles, rules, settings)
Import Config Restore all data from a backup

Exported Configs Contain Sensitive Data

Backup files contain subscription links and API secrets. Keep them safe and don't share them with others.