XRAYUI Changelog
[0.61.0] - 2025-10-25
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED:
B4SNISupport. Introduce a new way of monitoring and inspecting SNI extraction. - FIXED:
Logrotateno longer spams errors insyslogwhen xray-core logs are disabled. - FIXED:
DNSMasq logs- IP-to-domain resolution now works correctly with custom dnsmasq log locations set viadnsmasq.conf.add - IMPROVED:
Scribeintegration check now happens earlier to avoid unnecessary warnings when disabled. - IMPROVED: When uninstalling, ask for removing the
/opt/etc/xrayui.conf - DOCS: Routing Rules Guide
- DOCS: Using v2dat to Inspect Geosite and GeoIP Databases
- DOCS: Using b4sni tool to Inspect SNI
[0.60.0] - 2025-09-08
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED: support for a new
url:prefix in custom geosite files, allowing users to specify URLs that will be fetched and included as domain lists during compilation. The backend parses and fetches these lists, integrating them into the outputext:xrayui:dat extension. For more details, see the documentation. - IMPROVED: Modified backend logic to recompile all geodata (including custom sources) after updates, ensuring new remote lists are processed.
- IMPROVED: Clarified in documentation that enabling auto-update will also recompile custom geodat files, ensuring remote sources are refreshed automatically.
[0.59.2] - 2025-09-07
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- IMPROVED: Remove
DIVERTrules from mangle table during cleanup. - FIXED: when XrayUI is running in
Redirectmode, any IP addresses defined in the routing rules are now also added into the system’s fast lookup list (ipset).
[0.59.0] - 2025-08-23
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED:
Reality TLS (REALITY) Scanner(RTLS) underOutbounds. Discovers usable REALITY endpoints by probing domains, IPs, and CIDRs. See the manual - IMPROVED: Backups list is now sorted by file modification time with the newest first.
- FIXED: Eliminated duplicate
IPv6rules inip6tablesfor the XRAYUI chain by validating existence before insert and hardening IPv4/IPv6 address handling to prevent cross-family leakage (e.g., 127.0.0.1 vs ::1). - FIXED: Hooks are correctly removed when the script fields are cleared. Empty or whitespace-only values (and the literal null) delete the corresponding hook files, and the UI no longer shows null after reload.
[0.58.4] - 2025-08-18
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: IPv6 TPROXY “mixed‑family” rule handling in firewall.sh — restored per‑family loopback translation (127.0.0.1↔::1) and proper v4/v6 skipping so IPv6 CIDRs aren’t sent to iptables (v4) and IPv4 tokens aren’t sent to ip6tables (v6). This eliminates invalid mask '64' / getaddrinfo errors and restores XRAY VPS connectivity on IPv6‑preferred networks again (with respect to the version
0.58.1). #226 - IMPROVED: Do not apply TUF/ROG styles on GNUTON firmwares.
[0.58.3] - 2025-08-17
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: DoH log entries were not correctly parsed in the access.log.
- FIXED: When subscription enabled it was not possible to preserve sockopt object settings after applying changes.
- IMPROVED: Display active/all rule and policy counters.
[0.58.1] - 2025-08-05
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED: A new option under
General Settings→LogsnamedIntegrate XRAYUI logs with Scribe. Enabling this option routes XRAYUI system log output to theScribemodule. A separate XRAYUI log section appears in the System Log menu whenScribe UIis enabled. This feature is only available thenScribeis deployed to your a router. - ADDED: A DNS leak protection toggle at
General Options→DNS→Prevent DNS leaks. This forces the router to send DNS only through Xray and disables alternate system resolvers. Note: this switch does not create the DNS inbound for you—configure a dedicated DNS inbound first. For setup steps, see this guide. - IMPROVED: Device Policies routing should now covers all edge cases.
- IMPROVED: XRAY Config is now saved to your PC instead of copied to the clipboard, making it easier to share with others.
[0.57.1] - 2025-08-01
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: Domains from the rules where destination is
BLACKHOLEare now correctly set in the IPSET when usingRedirectmode. - FIXED: GeoIP subnet lists are now properly unpacked and loaded into IPSET, including large lists.
[0.57.0] - 2025-07-30
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED: Tag autocomplete for
Geosite/GeoIPrules. While editing a rule, start typinggeosite:,geoip:orext:xrayui:and XRAYUI will instantly suggest matching tags, fetched on the fly from the installed geodat files. - ADDED: Broader rule coverage – IP ranges referenced by
geoip:rules are now added toIPSETalong with domains, so both domain‑based and address‑based traffic are handled consistently (both in ipsetredirectandbypassmodes). - IMPROVED: Much faster rule generation – applying the
IPSETrules now finishes in about a second instead of nearly a minute to infinity. - UPDATED: The internal
v2datgeodata util updated to version 2.2.0.
[0.56.2] - 2025-07-29
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- IMPROVED: Exclude blocked domains from the
IPSETrules inREDIRECTmode. This should boost performance during xrayui startup whenIPSETmode is set toREDIRECT. - IMPROVED: Devices List in the R/B Policies window.
- FIXED: Some routers missing the
base64util now get it installed if it’s not present. - FIXED: Correctly parse
Shadowsockssubscriptrion in theOutbounds.
[0.56.1] - 2025-07-27
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED:
Subscription Sources. A newSubscriptionstab has been added toGeneral Options. Add subscription source links that contain one or more outbound protocol descriptors (e.g., ss://, vmess://, vless://). Links with Base64‑encoded content are also supported. After adding sources, press theFetchbutton next to the field to load the outbound links. When finished, XRAYUI will show a drop‑down field in the Outbound modal window. - ADDED: Full subscription link support. XRAYUI now auto‑detects and parses JSON or Base64 subscription URLs. Supports
VLESS,VMess,Trojan, andShadowsocks. Paste the link in the Outbound modal form. - ADDED: It is now possible to select the Outbound tag in the Transparent Proxy (
sockopt) window (DealerProxysetting). - FIXED:
XHTTPTransport now correctly saves to the configuration. #180 - FIXED: The
Complete setupaction in the import window was broken. - FIXED: Import failed when a protocol URL had incomplete parameters.
- FIXED: Not all devices were listed in
Routing Policies. (#190) - ADDED: Introduced a new checkbox option,
Keep my rules and policies, to retain existing routing rules during configuration imports. Updated the import logic to support this feature. - IMPROVED: Import window refactored. Improved file handling and parsing for configuration imports (e.g., JSON and QR code support) with better error handling and user alerts.
- IMPROVED: Display a more accurate configuration size.
- IMPROVED:
Sockopt(Transparent Proxy) window translated into several languages.
[0.55.0] - 2025-07-24
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED: a
Rules Filterfeature to help you quickly find a specific rule in the list. Available in the bottom-left corner of theRouting Ruleswindow. - ADDED: Start Xray with
nice -n 19andionice -c3to minimize CPU and disk I/O contention with other system processes. - ADDED: A new
Time Delayoption inGeneral Settings. This value in seconds delays the heavy XRAYUI settings from being applied after the XRAY service starts. The optimal delay may vary by router model; a 10–20 second delay is recommended for low/mid-range routers. Default is10 seconds. This delay can help to reduce the CPU spikes on XRAY start/restart. - CHANGED: Removed the
flowuser property fromVLESSOutbound when set tonone. - IMPROVED: Geosite File Extraction Tool: Achieved a 20x performance improvement in the v2dat tool.
- IMPROVED: Made minor improvements to the firewall settings.
- IMPROVED: Policy Rework: Policies now exhibit smarter behavior for better network routing.
- FIXED: Mobile Usability: Fixed an issue where checkboxes inside draggable elements were not clickable on mobile devices.
[0.54.1] - 2025-07-23
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: XRAY does not work in the
REDIRECTmode. - FIXED: Unable to save network type
HTTPUpgradefrom the Transport window.
[0.54.0] - 2025-07-22
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- IMPROVED:
iptablesrule set has been completely overhauled. - ADDED: New rule excludes
BROADCASTpackets from the processing chain. - ADDED: UDP traffic for
GlobalProtectis now explicitly bypassed. - FIXED: Orphaned
MACaddresses once forgotten by the router always show up in the routing‑policy device list, struck through in red so you can disable them—even in offline‑only view. - FIXED: DNS packets from certain LAN subnets are now reinjected into the chain instead of being dropped.
- FIXED:
IPv4/IPv6subnet ranges are parsed correctly again. - FIXED: Per‑device MAC‑address rules are once more inserted into iptables, restoring MAC‑based bypass/redirect behavior.
- IMPROVED: Logs modal window has been refactored.
[0.53.2] - 2025-07-20
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: Unable to save HTTPUPGRADE Transport.
- FIXED: Check for both status native and
InstantGuardIPSEC. - FIXED:
IPV6Logs are correctly parsed. - IMPROVED:
IPV6routing rules are correctly set in the iptables.
[0.53.1] - 2025-07-20
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED: It is now possible to add a
subscription URLto a specific Outbound connection. XRAYUI will fetch connection updates on every service restart. While a URL is set, certain settings are disabled because they are managed by the subscription. - ADDED: It is now possible to edit the hook scripts from the UI (
firewall_before_start,firewall_after_start, and afterfirewall_after_cleanup) directly from the web interface. Available inGeneral Options→ Hooks (Triggers). - ADDED: Connection check per outbound.
If you previously had connection check option enabled, it is recommended to turn it off and on again.
- ADDED: Loopback RETURN rule in mangle table for
127.0.0.0/8packets. - ADDED: LAN/Wi-Fi global IPv6 addresses are now excluded when configuring firewall rules.
- ADDED:
IPsecVPN subnet exclusion – skips subnet rule when IPsec is disabled. - ADDED: Numeric
startup delayfield inGeneral Settingsto specify the wait time before Xray starts after router reboot. - ADDED: It is now possible to set a XRAY start delay on router reboot (in seconds), this setting is located in General Settings.
- FIXED: Log rotation now works: logs automatically rotate when they hit the configured size.
- FIXED: Don't resolve log IPs when dnsmasq is disabled.
- FIXED: Correctly resolve a device name by an ip6 in the logs.
- FIXED: Switching inbound/outbound transport no longer retains the previous object in the config.
- FIXED: Sort profiles alphabetically.
- FIXED:
WireguardInbound private/public key regeneration. - IMPROVED: prune empty config objects on save to prevent ghost entries like
settings: {}in the final output. - REMOVED: General connection check. Country flags were removed.
- REMOVED: Manual order button from the Rules modal window.
- REMOVED: Manual order button from the Policies modal window.
[0.52.2] - 2025-07-13
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: Log filters for target, inbound, and outbound now work as expected.
- FIXED: Source-network extraction now accepts valid
IPv4/IPv6CIDR notation, resolving connection issues onPPPoElinks. - FIXED: Dynamic
WANinterface detection is now handled correctly in the XRAYUI firewall configuration. - ADDED: Predefined
DiscordIP/port rules are included when importing a configuration. - ADDED: The
TPROXY(transparent proxy) option is now enabled by default on configuration import. - ADDED:
Simplified-Chineselanguage support — thanks to@cdzqs. - ADDED: Enhanced
IPv6support — DNS/DHCPv6 and ICMPv6 traffic are automatically excluded. - IMPROVED: Faster, more stable IP-to-domain-name resolution in logs.
- IMPROVED: Logs now show the device nickname (if set) instead of the raw hostname.
- IMPROVED: Refactored
Clients Onlinecomponent; uses the Xray API, reports active users accurately, and reduces router CPU/RAM usage. - REMOVED: UDP port
80has been dropped from the default port list in Policies Manager.
[0.52.1] - 2025-06-22
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: Log filters for
target,inbound, andoutboundnow work correctly. - FIXED: Source-network extraction now recognizes valid IPv4 and IPv6 CIDR notation, resolving connection issues on
PPPoEconnections. - FIXED: Add support for dynamic
WANinterface handling in XRAYUI firewall configuration - ADDED: Predefined
DiscordIP/port rules are now included when importing a configuration. - IMPROVED: Faster and more stable IP-to-domain-name resolution in logs.
- IMPROVED: Logs now display the device nickname (if defined) instead of the device name.
- REMOVED: UDP port
80has been removed from the default port list in the Policies Manager.
[0.51.0] - 2025-06-08
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED:
FakeDNSsupport — create and manage xray-core FakeDNS objects. Visible only when at least one inbound is in tproxy mode; shows up as a “Fake DNS” row in DNS. - ADDED: Feature to associate
DNSservers with specific routing rules (available inAdvanced mode) to simplify domain management - this include now the IPs from the rules. - ADDED: Drag-and-drop reordering for
inbounds. - ADDED: Drag-and-drop reordering for
outbounds. - ADDED: Drag-and-drop reordering for
device policies. - REMOVED: Old sort buttons on inbounds and outbounds (replaced by drag-and-drop).
- REMOVED: 60 seconds delay on router reboot (experemental).
[0.50.3] - 2025-06-07
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- IMPROVED: Sort
ipsetrules and remove duplicate entries. - FIXED: Enhance interface list generation in set_route_localnet function for improved handling of wireless interfaces
[0.50.1] - 2025-06-05
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: Simple routing rules that have no domains are now automatically removed from the configuration, so Xray no longer routes all traffic through them.
[0.50.0] - 2025-05-31
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- IMPROVED: Removed explicit restart of the
firewallanddnsmasqservices. - IMPROVED: Move startup to the post-mount event.
- ADDED: Introduce a new feature:
Advanced/Simpletoggle. A new button in the top-right corner lets you switch between Advanced and Simple modes.Advanced moderetains full access to every option (default).Simple modesurfaces only the most common Xray settings for VLESS/VMess proxies, making quick edits easier.Heads-up: If your configuration depends on less-common settings, stay in Advanced mode — hanging them in Simple mode may trigger unexpected errors. - ADDED: Added drag-and-drop sorting to the rules list: users can now grab the dotted handle of any rule, drag it up or down, and drop it to instantly change the order. #125
- FIXED: Don't interfere with global fonts. #130
[0.49.4] - 2025-05-07
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- IMPROVED: Removed explicit restart of the
firewallanddnsmasqservices.
[0.49.3] - 2025-05-06
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- IMPROVED: Settings page could fail to open when hidden formatting codes were present in the stored data. These codes are now removed before the page processes the information, ensuring reliable loading.
- IMPROVED: Backup configuration file on saving. Now XRAYUI stores 3 last backups in the
/opt/etc/xray/directory. Just in case 😃. - FIXED: Secondary WAN IPv4 addresses are now detected correctly, even on firmware versions that store them under the older wanX_ipaddr variable. This ensures both WAN links are taken into account when creating exclusion rules for the firewall.
[0.49.2] - 2025-05-04
- FIXED: Ensure xray proc is running to apply heavy
bypass/redirectipsec configurations during thednsmasqrestarts.
[0.49.1] - 2025-05-04
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- IMPROVED:
DNS → ipsetengine updated with a clear three-mode switch. Modesoff,bypass, andredirectprovide, respectively, no ipset handling, whitelist-style bypassing, or smart-proxy redirection. Early-return and TPROXY rules are generated dynamically, ensuring that only traffic matching the selected mode is processed by Xray. - IMPROVED: The process that generates the
dnsmasqconfiguration and populates it with domain entries now completes significantly faster, reducing overall dnsmasq service restart time.
[0.49.0] - 2025-05-04
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: Missing shebang when
/jffs/scripts/fileis initially empty. - FIXED: Bug when updating a specific xray-core version from the CLI.
- FIXED: Made the
dnsmasqconfig-update task synchronous. - FIXED: Complete rework of the
xhttptransport (#121). - ADDED: Ability to update to pre-release and draft versions.
- ADDED: Enable DNS bypass (ipset) — adds a
dnsmasq+ipsetlayer in front of Xray; domains routed viaFREEDOMare resolved into an ipset and hit an earlyRETURNrule, so the router handles them directly and Xray stays idle for that traffic.
[0.48.5] - 2025-04-29
- REMOVED: rules excluding
STUN(WebRTC) traffic. - REMOVED: the priority
101parameter in theip rule addcommand for policy rules.
[0.48.0] - 2025-04-29
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED: Verify the readiness of the router's
JFFSpartition during installation, ensuring that required configurations are enabled. - IMPROVED: Enhance
TPROXYrules and improve exclusion handling in firewall configuration. - ADDED: Added rules to exclude traffic destined for the router's IP on
UDPport53. - ADDED: Enhanced
TPROXYrules by introducing connection marking for locally-ownedUDPsockets and saving marks to improve traffic handling. - ADDED: Added rules to exclude traffic for specific tunnel UDP ports (
500,4500,51820).
[0.47.11] - 2025-04-27
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED: A new
Enable debug logsoption in theGeneral Settings, allowing users to toggle debug logging. - ADDED: Backup management by adding specific backup deletion option.
- IMPROVED: Enhanced diagnostics output by adding kernel module checks and improving log formatting.
- IMPROVED: Increase maxlength for web socket transport
pathandhostinputs to allow longer values (up to 256 characters). - FIXED: Firewall rules by clamping MSS for Xray-originated TCP flows and adding new rules for
IPsecIKE/NAT-T traffic - FIXED:
bypasspolicies were ignored inTPROXYmode.
[0.47.2] - 2025-04-27
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- IMPROVED:
IPv6rules handling.
[0.47.1] - 2025-04-27
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED:
IPv6support. - ADDED: Added a rule to clamp the
TCP MSSto the pathMTUfor all forwarded SYN packets in bothIPv4andIPv6. This improves TCP performance by avoiding fragmentation. - IMPROVED: Diagnostics provides more useful information.
[0.46.6] - 2025-04-25
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED: Added a safety check that blocks deletion of a proxy while it is still referenced by any firewall/routing rule.
- IMPROVED: Re-factored the iptables module: local-subnet exclusion rules are now generated in a single, cleaner block for easier maintenance and faster rule-matching.
- IMPROVED: Small resolution support for modals.
[0.46.1] - 2025-04-24
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED:
Jsonconfiguration import. - FIXED: Front-end styles for
ROGandTUFdesign. - ADDED:
DNATsupport fordokodemo‑doorinbounds bound to a specific listen address (anything other than0.0.0.0)—those rules now use-j DNAT --to-destinationinstead of a genericREDIRECT. - ADDED: Source‑subnet filtering in client mode—all
dokodemo-doorREDIRECT/TPROXY rules are now prefixed with-s <local_lan_subnet>, so only LAN traffic is captured. - ADDED: listen‑address restriction for server inbounds—ACCEPT rules for
non‑0.0.0.0binds now include-d <listen_ip>, limiting them to the configured interface. - ADDED: Filtering options for logs by source, target, inbound, and outbound in Logs component.
- ADDED: a new CLI command
xrayui diagnostics iptablesto display diagnostics routing information. - IMPROVED: Moved logs window to a modal.
[0.45.0] - 2025-04-21
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED: A
passwordfield and generation functionality toShadowsocksinbound form. - ADDED: New option under General Settings —
Clients Online Status Check. This feature is disabled by default. When enabled, XRAYUI will actively check which clients are currently connected to Xray. - REMOVED: XRAYUI no longer relies on Xray installed via Entware. It now fetches the latest version directly from the official Xray-core repository on GitHub.
- IMPROVED: Prerelease and draft versions of
Xray Coreare now excluded from the update list. - IMPROVED: Update response handling and improve loading progress management.
- IMPROVED: Enhanced the Xray version switch module to support switching to a specific version or the latest release. Use
xrayui update xray xx.xx.xxorxrayui update xray latestto switch Xray-core versions directly from the CLI. - IMPROVED: Enhance response handling with cache-busting and improve service restart logic.
[0.44.3] - 2025-04-20
- IMPROVED: Fine-tuned dnsmasq configuration handling for better log management. The XRAYUI now conditionally appends logging directives (
log-queries,log-async, andlog-facility) only if they are not already present, ensuring idempotent and non-intrusive updates. This prevents duplicate entries and respects existing user settings while enabling useful diagnostic logging when the dnsmasq option is enabled. - ADDED:
ADDON_DEBUGflag (values: 0 or 1) to xrayui.conf, enabling optional diagnostic output for advanced debugging. Can be set manually by editing the file. - ADDED: A new
Skip testing XRAYoption under General Options. This allows users to bypass the XRAY configuration test step. While the test can help diagnose issues with the configuration file, it may consume system resources—so disabling it can improve performance on low-end routers.
[0.44.1] - 2025-04-18
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: A critical compatibility issue with the
Diversionmodule.XrayUIandDiversionnow correctly detect and synchronize thednsmasqlogging state, preventing duplicate or conflicting log entries when you enable or disable dnsmasq logging in either module.Note: If you’ve already turned on
dnsmasqlogging inDiversion, enabling it afterward in XrayUI works perfectly; the modules will detect the existing settings and avoid duplicates. However, if you first enablednsmasqlogging inXrayUIand then go intoDiversionand enable it there, you will end up with conflicting log directives and potential DNS service failures. To prevent this, only manage dnsmasq logging from one module—either Diversion or XrayUI—but not both. - IMPROVED: Refactored the internal logging system for better maintainability and clarity.
- IMPROVED: Added checks for any inbound
TProxyflags when increasing the maximum file descriptor limit.
[0.44.0] - 2025-04-18
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED: Option to automatically clear logs on
XRAYservice restart. - ADDED: Configurable log size limit in general settings. When the file exceeds the defined size, it will be rotated automatically.
- ADDED: Automatic geosite update toggle in general settings. When enabled, the job will update geodata files nightly.
- IMPROVED: Log parsing logic for better accuracy.
- FIXED:
Logrotatecron job now reliably created during installation. - REMOVED:
dailyandcompressdirectives from logrotate configuration to prevent unnecessary log rotation and reduce overhead.
[0.43.3] - 2025-04-17
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: Connected clients were not displayed correctly due to improper parsing of the access log.
- IMPROVED: Added calls to restart the
dnsmasqservice after enabling or disabling logging, ensuring the changes take effect immediately. - IMPROVED: Enhanced log output.
[0.43.1] - 2025-04-16
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: an issue where non-object
DNS server entries(like string addresses) were being dropped from the configuration. - FIXED: Ensure correct profile is used for data operations in backend.
- FIXED: Logs parsing.
- ADDED: A new checkbox in
General Settingsto enablednsmasqlogging. When enabled,dnsmasqlogs will be activated and IP addresses in the xray access logs will be replaced with the corresponding domain names.
[0.43.0] - 2025-04-14
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: Added missing
DNStag to the inbounds list in the routing rules form to ensure proper configuration. - FIXED:
General Settingswere not updating the current profile. - FIXED: Unable to enable logging when using the default import.
- ADDED: Feature to associate
DNSservers with specific routing rules (available inAdvanced mode) to simplify domain management. - ADDED:
Import JSON– Use this option when you have a client configuration file that you want to import into the router. The configuration will be automatically adjusted for compatibility with your router. - ADDED:
Restore from File(Import) – Use this option to upload a previously working configuration file as is, without modifications. - ADDED: Restoring from a previously created backup is now supported.
- IMPROVED: Refactored the
service_eventcase statement in xrayui for better structure and readability. - IMPROVED: Refactored
Backup Manager.
[0.42.9] - 2025-04-09
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: potential fix to correctly remount the plugin after a router reboot.
- FIXED: Resolved bug where the default inbound configuration value
tcpwas ignored when applying firewall rules.
[0.42.8] - 2025-04-08
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED: Support added for configuring multiple
DOKODEMOinbounds. - ADDED: Inbound
DOKODEMOproxies can now be split by processing method—either Direct (REDIRECT) orTPROXY, and by network protocol (TCP,UDP, orboth). - IMPROVED: Disable log fetching during configuration updates to prevent unexpected page reloads.
[0.42.7] - 2025-04-06
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: Resolved installation freeze issues in the web UI.
- FIXED: Configuration changes are now saved to the default profile (
config.json) instead of the active profile. - ADDED: Introduced the
xrayui update x.xx.xargument to install a specific version; leaving it blank installs the latest version. - IMPROVED: Implemented a locking mechanism for
XRAYUIoperations and enhancedNTPsynchronization. - IMPROVED: The import URL parser now displays an error message if it fails to parse the input.
- IMPROVED: Only apply the GitHub proxy to URLs that begin with
github.com.
[0.42.5] - 2025-04-03
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: Resolved an issue that sometimes caused errors when updating log file locations, ensuring your log files are stored correctly.
- ADDED: Automatic backup of the
Xrayconfiguration before installation, including a timestamp.
[0.42.4] - 2025-04-03
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: unable to deselect
GitHub Proxyoption. - FIXED: Proxy the download link when updating the
XRAY-Corefrom Github.
[0.42.3] - 2025-04-03
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED: A new
GitHub Proxyoption inGeneral Settings. You can now select a proxy server if access togithub.comis restricted in your region. - ADDED: Automatic downloading of
geodatafiles during installation. - ADDED: A
backupfeature that allows you to perform a full backup of all xray/xrayui user configuration files and download them. - IMPROVED: Eliminated storing logs in the
/tmpfolder. If you previously stored logs there, please remove the old files or reboot your router. - REMOVED: The ability to define a custom log path. Logs are now hardcoded to the
/opt/share/xrayui/logsdirectory. - FIXED: Minor issues encountered during installation.
- FIXED: Prevented saving an empty profile name.
- FIXED: Not possible to correctly select profile.
- REFACTORED: Backend code has been split into more readable sections.
[0.41.4] - 2025-03-27
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: Consolidated and fixed firewall script handling (NAT restart hook).
- UPDATED: Migrated from
webpacktovite. - UPDATED: Reduced
logrotateretention period from 7 days to 2 days.
[0.41.3] - 2025-03-23
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED: well-known geodata sources selection to the Genral Options.
- FIXED: QR import for
REALITYandTLS. - FIXED: When updating, the
logrotatefile is no longer overwritten if it already exists. - FIXED: The
logrotatefile is now updated with the new log file paths when the logs path in theXRAYconfig is changed. - IMPROVED: Config masking when sharing.
- IMPROVED: Minor front-end refactoring.
[0.41.0] - 2025-03-22
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- CHANGED:
Client/Servermode. XRAYUI now operates as a single proxy service on the router. This is a critical change that might affect some configurations. This change means thatXRAYUIcan configureXRAYto act as both a server and a client simultaneously. External devices can now connect to your home network, while local devices continue to be routed through the external VPS. In client mode,XRAYUIstill expects at least onedokodemoinbound. Please report any issues on GitHub if you encounter any. - CHANGED:
logrotate: use configurable log file paths for access and error logs. - CHANGED: Switched to
SCSS. - FIXED: Ensured that
shortIdis generated correctly. - FIXED: Reset the
XRAYversions list before loading new data. - FIXED: Display log times in local time zone and improve log entry parsing.
- ADDED: It is now possible to specify a custom logs location in the general settings.
- ADDED: Configuration Profiles. You can now easily switch between configuration files using a new selection option in the Main Configuration section. This option dynamically lists all available JSON configuration files from the
/opt/etc/xraydirectory, enabling quick and flexible profile management. - IMPROVED: Default settings are now correctly applied for proxy configurations.
[0.40.0] - 2025-03-11
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- ADDED: You can now update the
XRAY-COREbinaries directly from the official repository. Click on the Xray-core version (on the top right corner) to open theswitchmodal window and initiate the update. - ADDED: Reverse proxy UI support. A new section
Reverse Proxyhas been added. When addingbridgeorportalitems to the reverse configuration, you can immediately reference them inroutingconfiguration.
[0.39.1] - 2025-03-06
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure outdated files are updated.
- FIXED: Importing an
mKCPconfiguration. - FIXED: Numeric values in the
mKCPsaved as strings.(If you had non-default values set for KCP, we recommend first reverting them to default values, applying the configuration, and then setting them to your desired values. This will reconvert previously saved values to numeric types.)
- ADDED: A new
Configuration for packet header obfuscationfield to themKCPconfiguration.
[0.39.0] - 2025-03-05
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure that outdated files are updated.
- ADDED: Support for detailed importing of configuration links for
Vmess,Shadowsocks, andTrojan.- Vmess: Configuration links are decoded. All essential connection parameters (such as server address, port, UUID, and network settings) are extracted.
- Shadowsocks: Encrypted user credentials are decoded to retrieve the encryption method and password.
- Trojan: Connection details, including host, port, and security settings, are accurately parsed.
- IMPROVED: General frontend code refactor/cleanup.
- FIXED: Add a delay before fetching Xray response data on page initial load.
[0.38.3] - 2025-02-25
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure that outdated files are updated.
- FIXED: Resolved an issue where sorting rules were not applied correctly in the final rules array.
Please reapply your settings (no additional changes needed).
- FIXED: The page now remains responsive even when there is no internet connection.
[0.38.2] - 2025-02-24
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure that outdated files are updated.
- ADDED: an exclusion rule for
NTPtraffic (UDP port123), preventing time synchronization services from being inadvertently redirected toxray. - FIXED: an issue where logs were not correctly parsed in
xray-core 25.2. - REMOVED: the loading window that appeared on page load, improving the user experience.
- ADDED: a visible character counter showing current
config.jsonsize, helping users keep track of the configuration file limit.
[0.38.1] - 2025-02-20
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure that outdated files are updated.
- FIXED: a new version window fix.
[0.38.0] - 2025-02-20
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure that outdated files are updated.
- ADDED: When a new version is available, an update modal automatically appears on page load. The modal includes a
Don't want to updatebutton which, when clicked, dismisses the modal and prevents future notifications for that specific version. - ADDED: a new filter text box to filter the big list of devices (appears next to
Show all devicescheckbox). - IMPROVED: Enhanced X-RAY
accesslog display. Access logs now show the source device name (if available) and the target domain name (if available), providing clearer context for connections. This is not precise though.
[0.37.1] - 2025-02-19
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure that outdated files are updated.
- FIXED: A confusing description under the
Devicesfield in theRedirect/Bypassmanager. - ADDED: A scrollbar to the
Devicesfield to correctly display a large list of devices. - UPDATED: Renamed
Device policiesto theRedirect/Bypass policiesin theRoutingsection.
[0.37.0] - 2025-02-18
Important: Please clear your browser cache (e.g. Ctrl+F5) to ensure that outdated files are updated.
- FIXED: a bug where editing a rule changed its position in the list.
- FIXED: a bug that prevented disabling the connection status check in the
General Options. - FIXED: a bug where a geosite URL was replaced with a geoip URL.
Important: Double-check your geosite URL. You may need to revert it to its original source.
- ADDED: When Xray runs in
TPROXYmode, the maximum number of open file descriptors is automatically raised to65535to accommodate high connection counts. - ADDED: Introduced per-device “bypass” and “redirect” policies in both
NAT(REDIRECT) andTPROXYmodes.Bypasspolicies now only proxy the specified ports and return all other traffic.Redirectpolicies proxy all traffic except for the listed ports. This change unifies behavior between NAT and TPROXY and allows you to configure fine-grained rules per device.Important: Since the previous setting
Ports redirect/bypass policyhas been removed, you may need to adjust your settings in the newDevice policiesmanager.
[0.36.0] - 2025-02-12
Important: Please clear your browser cache (e.g.Ctrl+F5) to ensure that outdated files are updated.
- ADDED: It is now possible to
activateordeactivatea rule by clicking a checkbox next to its name in the Routing Rules list. - ADDED: Display of the
X-Ray Coreprocess uptime, showing how long the process has been running. - ADDED:
X-Ray Coreversion label in theConfigurationsection, aligned to the right. - ADDED: General Options window to control settings such as logs, geodata source URLs, etc.
- FIXED: Incorrect modal window translation in general settings.
- FIXED: A bug where pressing the reconnect button spawned a new X-Ray process instead of restarting the existing one.
- UPDATED: When importing a configuration, DNS settings now revert to their default values (
queryStrategyset toUseIPanddomainStrategyset toAsIs). - REMOVED: DNS
queryStrategy=UseIPfrom the configuration, as it is now the default. - REMOVED: Refactored the
Logssection to display only logs; other settings were moved into theGeneral Optionswindow for log management.
[0.35.3] - 2025-02-10
Important: Please clear your browser cache (e.g.Ctrl+F5) to ensure that outdated files are updated.
- ADDED: Support for older
Shadowsocksencryption methods (aes-256-gcm,aes-128-gcm,chacha20-ietf-poly1305,none, andplain), alongside the recommended 2022 ciphers. - CHANGED: Improved password generation logic, setting the password to an empty string for encryption methods that require no key.
[0.35.2] - 2025-02-09
Important: Please clear your browser cache (e.g.Ctrl+F5) to ensure that outdated files are updated.
- ADDED: An
editbutton to edit existing proxy users. - UPDATED: Swapped tags and proxy labels in the
InboundsandOutboundsdisplay. - IMPROVED: Enhanced UI for proxy rows with improved styling.
- IMPROVED: Enhanced UI for routing rules rows with improved styling.
[0.35.1] - 2025-02-08
Important: Please clear your browser cache (e.g.Ctrl+F5) to ensure that outdated files are updated.
- FIXED: missing compile-time flag
__VUE_PROD_DEVTOOLS__casued the app crash on production. - ADDED: Language support.
[0.34.3] - 2025-02-06
Important: Please clear your browser cache (e.g.Ctrl+F5) to ensure that outdated files are updated.
- FIXED: Resolved an issue during configuration import where routing rules were incorrectly assigned to a default
proxytag instead of the imported one (#21). - ADDED: Introduced an
Outboundcolumn to the routing rules list for improved clarity.
[0.34.2] - 2025-02-05
Important: Please clear your browser cache (e.g.Ctrl+F5) to ensure that outdated files are updated.
- ADDED: Ability to define an array of users on the routing rule level. The rule will now take effect when the source user's email matches any address in the array.
- FIXED: Resolved an issue where QR code PNG images with transparent backgrounds could not be read.
- FIXED: Addressed a warning in the
import managerrelated to replacing a configuration when the full config import checkbox was unchecked. - IMPROVED: Enhanced the inbound/outbound tag editing so that any changes are now automatically propagated to the corresponding rules.
- UPDATED: Relocated XRAYUI options (
Check ConnectionandRestart on Reboot) to the General Options window.
[0.34.0] - 2025-02-05
Important: Please clear your browser cache (e.g.Ctrl+F5) to ensure that outdated files are updated.
- ADDED: Version command to display the current XRAYUI version. Usage:
/jffs/scripts/xrayui version. - ADDED: Symlink to
/jffs/scripts/xrayuifor direct invocation ofxrayui. - ADDED: XRAYUI configuration file (
/opt/etc/xrayui.conf) to allow specifying custom communitygeositeandgeoipURLs. - FIXED:
HTTPInbound type error in theallowTransparentproperty. - FIXED: Custom geodata tag files were not loaded properly.
- FIXED: Unable to delete large custom geodata files.
- REMOVED: Constraints on the address field that prevented entering domain names.
- UPDATED: Due to limitations in
curlon some routers, the connection-check logic was moved from the server-side to the client-side, and the endpoint was switched fromfreeapi.comtoip-api.com.
[0.33.0] - 2025-02-04
Important: Please clear your browser cache (e.g.Ctrl+F5) to ensure that outdated files are updated.
- UPDATED: Introduced a
General optionsrow in theConfigurationsection. - ADDED: A new option,
Check connection to xray server, in theGeneral optionssection of Client mode. Enabling it allows XRAYUI to check the connection status of the outbound proxy. After restarting Xray, the check sends a connection request to an external service (freeipapi.com) to verify that the connection is truly established via the outbound proxy. Next to the status, a flag representing the X-RAY outbound servercountrylocation appears to indicate the connection status. Please note that it takes a couple of seconds after restart to validate the connection. When this option is enabled, XRAYUI automatically adds some system configurations (an inboundSOCKSproxy and a system routing rule). - ADDED: A new modal window for browsing the raw Xray configuration file. It replaces the old
show configbutton in theConfigurationsection. You can now view a nicely formatted JSON version of your configuration and choose to hide sensitive data before copying and sharing it. However, it is still recommended reviewing the configuration carefully before sharing to ensure that no sensitive information is accidentally exposed. - IMPROVED: Compliance with
Codacycode standards.
[0.32.1] - 2025-02-02
Important: Please clear your browser cache (e.g.Ctrl+F5) to ensure that outdated files are updated.
- ADDED: When importing a new client configuration, it is now possible to select the services to unblock. They will automatically be added to the
routing rules, so there's no need to set them up manually later. - ADDED: A checkbox
Don't break my network devicesin theimport configurationwindow. This will set the default mode tobypass, potentially preventing disruption toIoTdevices on the network. - FIXED: Correctly display advanced
DNSserver name when defined. - FIXED: The
bypass/redirectmode dropdown value sometimes remains unchanged. - FIXED: A bug with loading display function was not resolved.
- FIXED: Implement normalization methods for TLS security protocol classes and update interfaces.
- REMOVED: Unused/abandoned parts of the code.
- IMPROVED: Mounting of the menu during installation.
- IMPROVED: Minor cosmetic fixes and changes.
[0.31.1] - 2025-01-30
Important: Please clear your browser cache (e.g.Ctrl+F5) to ensure that outdated files are updated.
- ADDED:
transportandsecururitylabels for Outbounds proxies. - IMPROVED: visual
proxy,transportandsecuritylabels. - IMPROVED: Enhanced the visual loading and waiting display for a smoother user experience.
[0.31.0] - 2025-01-29
Important: Please clear your browser cache (e.g.Ctrl+F5) to ensure that outdated files are updated.
- ADDED: Display selected mode in the
Ports Bypass/Redirect Policy. - ADDED: A new
Logssection to monitor the Xray logs from the web UI. - UPDATED: Moved the outbounds
importbutton to theConfigurationsection. - IMPROVED: Completely refactored the process of importing a new configuration connection in a
clientmode. The Import row has been migrated to theConfigurationsection and is now located underImport Config File. In the import modal, a new checkbox titledI'd like to have a complete setup!has been introduced. Enabling this option will create all required and missing configuration options (Inbounds, Outbounds, DNS settings etc.) when importing a server connection URL, allowing to set up a complete Xray client configuration with a single click. Note: Enabling this will overwrite all previous configurations. - IMPROVED: Enhanced the visual loading and waiting display for a smoother user experience.
- IMPROVED: Removed the
TCP fragmentationcheckbox from the FREEDOM proxy and simplified the fragment packet method handling.
[0.30.0] - 2025-01-26
- IMPROVED: Overall refactoring. The
xrayuicode now has a, which required many fixes and changes. See pull request.
- ADDED:
logrotatesetup to manage xray log file growth over time. - FIXED: Wrong
netstatpackage name, replaced withnet-tools-netstat. - UPDATED: GitHub action to follow build standards.
- UPDATED: Bumped
golangversion to1.22.2following security recommendations.
[0.29.1] - 2025-01-24
- ADDED:
Custom GEODATA Files Manager. A new button labeledManage Local Fileshas been added to theRoutingsection. This feature allows you to store rule-based domain and IP lists in standalone geodat files (similar to geosite.dat and geoip.dat). You can compile these files directly from the router's web interface. Assign a tag (e.g.,discord), and after compiling, use it in the routing rules asext:xrayui:discord. - ADDED:
Cache-Controlmeta tag with ano-cachevalue. This addition attempts to combat Asus web caching mechanisms. - IMPROVED: Enhanced the installation process by checking for and installing missing
Entwaredependencies before installing XrayUI. The required dependencies now includesed,jq,iptables,netstat,openssl, andflock. - UPDATED: Modernized the
DOCTYPEdeclaration and HTML structure by replacing Asus'sXHTML 1.0 TransitionalwithHTML5standards. - FIXED: Resolved a bug in the
Ports Bypass/Redirect Policythat previously prevented saving empty ports fields. - FIXED: Corrected issues with the fixme command to ensure it functions as intended.
- FIXED: wrong opkg package check during the installation (openssl should be libopenssl)
- IMPROVED: Ensured that all necessary Merlin script files are executable, addressing issue #7.
[0.28.0] - 2025-01-22
- ADDED: IMPORTANT! For Xray in client mode, a new option called
Ports Bypass/Redirect Policyhas been added to the routing section. This controls how the router manages traffic to different ports. By default, it is set toredirectmode, meaning all traffic is redirected to the Xray inbound port. You can add ports to the exclusion list if certain ports should not be handled by Xray. When switching tobypassmode, all traffic bypasses Xray, and you can specify ports that should be redirected to Xray. This feature allows for fine-tuning traffic management to Xray directly from the web interface. - ADDED: A
60-secondwaiting period on startup to ensure that Xray starts at the correct time, after applyingiptablesrules. - FIXED: The Xray server IP is no longer exposed in the logs.
[0.27.1] - 2025-01-22
- ADDED:
Iptablesrules to ignore Steam/Playstation/XBOX/EGS ports. - FIXED: Correctly display
Clients Onlinein server mode.
[0.27.0] - 2025-01-21
- ADDED: Import support for outbound configurations in client mode. You can now upload a QR code or provide an xray URL. A new import button was added to the
outboundssection. - ADDED: Internal mechanism to parse xray proxy URLs (currently only supports
VLESS; more protocols coming). - ADDED: Emergency function
/jffs/scripts/xrayuifixme to automatically address unexpectedxrayuiissues. - UPDATED: Refactored stream settings handling and normalization for various proxy types.
- UPDATED: Made the
spiderXfield visible inREALITYwhile in client mode. - IMPROVED: Enhanced error message output on the Xray-Core router side when xray fails to start. Now a friendly
yellow exclamationmark indicates what went wrong. - IMPROVED: Updated default configuration handling to avoid saving default xray parameters, thus reducing noise and file size.
- IMPROVED: Fixed a residual payload issue in
custom_settings(#2, #7). - IMPROVED: Normalized the
Sniffingobject when saving settings. - IMPROVED: Removed the entire
sockoptentity when it is turnedoff. - IMPROVED: Added more user-friendly messages and improved validation during
QRgeneration. - FIXED: Removed the hardcoded server port in the connected clients list for server mode (#6).
- FIXED: The security object now correctly retains its default setting visually (
REALITY,TLS- cosmetic fix). - FIXED: Corrected mapping for inbound types during configuration load.
- FIXED: When the
sockopt.markfield is empty, it is removed rather than being set as a string.
[0.26.1] - 2025-01-20
- UPDATED: Added custom firewall script hooks for both
TPROXYandDIRECTmodes, executed before final interception rules are applied. This ensures user-defined rules (e.g., WAN interface exclusions) are processed in time. - ADDED: Display a hint next to the geodata files update button indicating when the files were last updated.
- ADDED: DNAT-based exclusion in
TPROXYrules to bypass inbound port-forwards (#4). - IMPROVED: Refactored
SSL certificatesgeneration and updated output file to cert.crt. - IMPROVED: Refactored
REALITYkeys generation. - IMPROVED: Refactored
Wireguardprivate/public keys generation. - UPDATED: Show
regeneratepublic key button for aWireguardclient only when a private key is generated; hidden otherwise.
[0.25.0] - 2025-01-19
- ADDED: Exclude
WireGuardsubnet and port from XRAYUIiptablesrules. - FIXED: Restored custom
iptablesuser scripts logic on xraystartandstop. - IMPROVED: XRAYUI Change log window redesigned
[0.24.2] - 2025-01-19
- ADDED:
wan_ipproperty toapp.htmlin the front-end. - ADDED: QR code generation for
VLESSandVMESSconnections. - IMPROVED: Error handling for missing config.json; added
generate_default_configfunctionality. - IMPROVED: Backend with minor cosmetic changes.
[0.23.1] - 2025-01-18
- ADDED: Excluded
STUN(WebRTC) traffic from Xray routing to resolve compatibility issues with video conferencing applications (e.g., Zoom, Microsoft Teams). - UPDATED: Improved confidentiality by removing Xray server IPs from being exposed in the logs.
- REMOVED: unused iptables
natrules for aclient tproxyoperation mode
[0.23.0] - 2025-01-18
- ADDED: Numerous hints and detailed help texts for fields; almost all fields now have detailed descriptions.
- ADDED: GitHub
geositedomain list community link for quicker access (Routingsection). - ADDED: User confirmation dialog for deleting items from the form/config.
- ADDED:
Domain Strategyfield in thesockoptconfiguration. - UPDATED: Show/hide of some transport fields based on proxy type (
inboundvs.outbound). - FIXED: Display issue with the autogenerated rule name when a user's custom name is provided.
- FIXED: Incorrect description for the
Wireguardinbound. - IMPROVED: Minor cosmetic changes to front-end styles.
[0.22.2] - 2025-01-17
- ADDED: give custom friendly names to the routing rules (added
namefield). - ADDED: Log an error when curl failed to download/update
geositefiles. - REMOVED: doublicate
testconfiginvokation form thexrayuiscript - IMPROVED: minor cosmetic
xrayuiscript fixes. - IMPROVED: routing rules display names and enhance summary.
- IMPROVED: Refactor routing object sotring in json to be optional and update normalization logic.
[0.22.1] - 2025-01-16
- FIXED: The
Toggle Xray startup on rebootcheckbox occasionally reverted to its previous state.
[0.22.0] - 2025-01-15
- ADDED: An option to toggle Xray startup on router reboot (enable/disable) (available under
Connection Status). - ADDED: Introduced a Transparent Proxy
Markfield in thesockoptconfiguration. - ADDED: Added an
Outbound network interfacefield in thesockoptconfiguration. - ADDED: Implemented
sockopt objectnormalization. - IMPROVED: Redesigned outbound proxy server lookup to exclude entries from the NAT and MANGLE tables (issue #3).
- IMPROVED: Refactored client firewall rules configuration by separating DIRECT and TPROXY rules (issue #3).
- IMPROVED: Simplified and optimized the firewall rules cleanup process.
- UPDATED: Increased
configuration applytime from 5 seconds to 10 seconds to ensure the Xray service fully restarts. - REMOVED: Deprecated shell functions
client addandclient delete.
[0.21.1] - 2025-01-13
- REMOVED: Comment out redundant iptables rules for TCP DNS redirection (persistent android issue)
[0.21.0] - 2025-01-13
- ADDED: Support for dynamic changelog display.
- FIXED: Routing issues for Wi-Fi-connected devices by adding OUTPUT chain rules to process locally generated traffic.
- FIXED: DNS redirection inconsistencies by applying rules for both UDP and TCP DNS traffic (dport 53, 853).
- ADDED: Exclusion of traffic destined for the Xray server (SERVER_IP) to prevent routing loops.
- ADDED: Explicit exemption for NTP traffic (dports 123, 323) to ensure reliable time synchronization.
- ADDED: Logging for dropped packets in the XRAYUI chain to facilitate debugging.
- ADDED: PID file check before restarting XRAY server so XRAY is restarted only when it runs
- IMPROVED: Consistent marking of intercepted traffic with 0x8777 for proper routing via table 8777.
[0.20.1] - 2025-01-12
- ADDED: Custom Scripts for Firewall Rules/IPTABLES (see readme)
- FIXED: wireless devices are not able to connect when enabling xray in a client mode
