Summpot
8314ff3271
Add Auto Route option to Tun mode settings ( #7737 )
...
Introduces a new 'Auto Route' option for Tun mode in the configuration, view models, and UI. Updates both Avalonia and WPF option setting windows to allow users to enable or disable automatic routing for Tun mode. Also ensures the new setting is properly bound and saved in the configuration.
2025-08-12 19:18:26 +08:00
DHR60
6a9408fe9b
Fixes sing-box system hosts and ui ( #7733 )
2025-08-11 20:46:35 +08:00
DHR60
b5e0a77401
Full Config Template ( #7576 )
...
* Feat. custom config
* Fixes TypeInfoResolver Exception
* Adjust UI
* Fixes
* Adjust Avalonia UI
* Add Detour Feature
* Avoids detour for private networks
* Rename
* Adds Documents
2025-08-11 20:01:48 +08:00
2dust
386c86bfa6
Code clean
2025-08-10 20:12:57 +08:00
DHR60
d41a73b44b
Simplify DNS Settings ( #7572 )
...
* Simplify DNS Settings
* fix
* ExpectedIPs
* Optimize ExpectedIPs Logic
* Fixes geoip overrides rule_set when geosite is also set
* rename DNSItem to SimpleDNSItem
* Compatible
* Fixes Combobox for desktop
* Regional Preset
* Fix
* Refactor DNS tags handling
* Uses correct DNS strategy for direct connections
* auto-disable DNS items with empty NormalDNS on startup
2025-08-10 11:57:42 +08:00
DHR60
7995bdd4df
Migrate to sing-box 1.12 support ( #7521 )
...
* Revert "Temporary addition to support proper use of sing-box v1.12"
This reverts commit 508eb24fc3 .
* Migrating to singbox 1.11 support
* Removes unnecessary sniffer
* Migrating to singbox 1.12 support
* Adds Google cn dns rules
* Improves geoip rule handling in singbox
* add anytls support
* Simplifies local DNS address handling
* Enables dhcp interface configuration
* Fetches DNS strategy for domain resolution
* support Wireguard endpoint
Refactors Singbox config classes for dial fields
* Utils.GetFreePort() default port to be zero
* Adds Sing-box legacy DNS config support
* Adds IPv4 preference to DNS configurations
对应原dns.servers[].strategy = prefer_ipv4
* Refactors DNS address parsing
* Fixes config generation
* fix singbox endpoints proxy chain not work
* Fixes wrong field
* Removes direct clash_mode domain strategy
* Improves DNS address parsing in Singbox
DNS type, host, port, and path
* Adds properties to Rule4Sbox class
* Removes Wireguard listen port
* Support sing-box hosts
* Adds tag resolver supports
* Adds sing-box DomainStrategy support
* Deletes Duplicate Rules
* Adds anytls reality support
* Fixes
* Updates sing-box documentation link
* Updates translations
2025-08-10 10:15:32 +08:00
2dust
df95cc6af7
Code clean
2025-08-10 09:17:15 +08:00
2dust
610418b42b
In the Desktop version, the information box uses SelectableTextBlock to replace TextBox
...
https://github.com/2dust/v2rayN/issues/7644
2025-08-06 21:01:06 +08:00
2dust
d820c4367e
Add Mldsa65Verify,Xray-core v25.7.26+
...
https://github.com/XTLS/Xray-core/pull/4915
2025-08-03 10:34:21 +08:00
2dust
3d23f3e3a2
Optimized and improved the code
...
Optimized and improved the code for killing core processes in non-Windows environments. Now uses a shell script for precise processing.
2025-07-30 19:52:45 +08:00
2dust
dad35f57d0
Fixed an issue where root processes could not be exited on macOS
2025-07-29 20:23:42 +08:00
maximilionus
ce7c41e3ff
Unix platform elevation enhancements v2 ( #7658 )
...
* Remove multiple send password actions on Unix elev
* Remove CoreAdminHandler password verification
This is useless since already handled in
v2rayN/v2rayN.Desktop/Views/SudoPasswordInputView.axaml.cs with
CheckSudoPasswordAsync().
* Disable caching and prompt for sudo call
* Cleanup CoreAdminHandler pwd verify remains
* Migrate sudo opts to initial pwd verification
2025-07-29 19:28:09 +08:00
2dust
8704942209
Improve sudo password interaction experience
2025-07-27 10:56:58 +08:00
2dust
569e939492
Optimizing and improving code
2025-07-20 14:16:19 +08:00
2dust
1360051f0c
Improve and optimize
2025-07-15 20:17:01 +08:00
2dust
42c4f9a6c6
Bug fix
...
https://github.com/2dust/v2rayN/issues/7582
2025-07-15 18:37:10 +08:00
2dust
e21c0b4d62
The outbound tag of the route rule can enter a config remarks
...
https://github.com/2dust/v2rayN/issues/7537
2025-07-13 20:25:53 +08:00
2dust
70151db91b
Add tray menu to display the main window
...
https://github.com/2dust/v2rayN/issues/7549
2025-07-09 20:31:37 +08:00
2dust
1d01476523
Adjust UI
2025-07-06 17:51:09 +08:00
2dust
75ceba1b08
Remove unused
2025-07-06 14:11:34 +08:00
2dust
6d686b284d
Fix macOS scaling size
2025-07-04 20:48:32 +08:00
2dust
4141f451b7
The window height and width variable type is changed from double to int
2025-07-02 20:53:53 +08:00
2dust
7a9ee6e9e2
Each window can remember its size
2025-07-01 19:39:27 +08:00
2dust
30c09a7b54
Add mux settings for per-server, VMess/Shadowsocks/VLESS/Trojan
...
If you want to use global settings, do not set per-server
2025-06-29 15:06:02 +08:00
2dust
b3874a78b9
Improved order of items in settings
2025-06-29 11:16:21 +08:00
2dust
0d74452c6c
Added parameter MacOSShowInDock to control whether MacOS platform app is displayed in the Dock
...
https://github.com/2dust/v2rayN/issues/7465
2025-06-21 17:00:49 +08:00
2dust
f947f63e6d
Display or hide the main window menu in the tray and move it to the top
2025-06-21 16:54:36 +08:00
2dust
e46f680651
Optimize the UI for dns settings
2025-06-19 11:24:33 +08:00
2dust
93a20852f5
Optimize the UI for routing settings
2025-06-19 10:48:47 +08:00
2dust
cb6122f872
First scroll horizontally to the initial position to avoid the control crash bug
...
https://github.com/2dust/v2rayN/issues/7387
2025-06-16 10:48:35 +08:00
2dust
9e2336a71e
The notification pop-up position is changed to the top right
...
https://github.com/2dust/v2rayN/issues/7421
2025-06-15 14:16:30 +08:00
2dust
2f3fba73de
Bug fix
...
https://github.com/2dust/v2rayN/issues/7333
2025-05-25 19:11:42 +08:00
2dust
a2cfe6fa51
Added the current connection information test url option
...
https://github.com/2dust/v2rayN/discussions/7268
2025-05-11 16:59:00 +08:00
2dust
82b366cd9b
Fix
...
https://github.com/2dust/v2rayN/issues/7244
2025-05-07 14:28:55 +08:00
2dust
1c04144573
Code clean
2025-04-26 09:53:19 +08:00
2dust
adf3b955d6
Refactor Linux to run Tun as sudo
2025-04-26 09:50:31 +08:00
2dust
c6d347d49a
Refactor the Linux version to not store sudo password
2025-04-25 15:19:49 +08:00
DHR60
5f9f677467
Adjust menu items ( #7100 )
...
* Adjust menu items
* fix #7089
2025-04-11 09:27:34 +08:00
2dust
be5e15dfb6
Fix
...
https://github.com/2dust/v2rayN/pull/7089
2025-04-09 15:25:42 +08:00
DHR60
15d3418c79
add xray wireguard support ( #7089 )
...
* add xray wireguard support
* add wireguard core type settings
* Update OptionSettingWindow.axaml
2025-04-09 15:09:36 +08:00
2dust
8cb4f2f961
Adjusted the server configuration right-click menu
2025-04-02 15:53:28 +08:00
2dust
4d3db56065
csharp_style_namespace_declarations = file_scoped
2025-04-02 11:44:23 +08:00
2dust
bf83dbdfea
Global setting ScrollViewer AllowAutoHide = False for desktop
2025-03-29 20:42:02 +08:00
DHR60
e3580b05f7
add xray core leastPing support ( #7023 )
...
* add xray core leastPing support
* Refactor multi-server configuration UI logic
* Remove unused functions
2025-03-29 16:44:42 +08:00
2dust
c3e56e84f1
Bug fix
...
https://github.com/2dust/v2rayN/issues/6932
2025-03-18 16:18:27 +08:00
2dust
e6011cfede
AI-optimized code
2025-03-07 12:11:19 +08:00
2dust
7e348c196e
AI-optimized code
2025-03-06 14:53:25 +08:00
2dust
51e5885e76
AI-optimized code
2025-03-06 14:42:21 +08:00
2dust
764014e49a
Replace all Utils.ToInt(variable) with variable.ToInt()
2025-03-05 20:26:26 +08:00
2dust
71cc6d7a88
Replace all Utils.IsNullOrEmpty(variable) with variable.IsNullOrEmpty()
2025-03-05 19:44:49 +08:00