2dust
f66226c103
Simple refactoring of CoreConfig generated code
2025-08-17 20:09:41 +08:00
2dust
d5c50ef27c
Rename Manager
2025-08-17 17:31:55 +08:00
DHR60
c27651b7b7
Fixed Failed Gen Default Configuration ( #7785 )
2025-08-17 13:52:57 +08:00
DHR60
6979e21628
Remove DomainMatcher ( #7781 )
2025-08-17 09:32:02 +08:00
2dust
89d6af8fc9
Added global constants such as IPIfNonMatch
2025-08-14 20:18:22 +08:00
DHR60
dcc9c9fa14
Fixes DNS ( #7757 )
...
* Adds properties
* Adds DNS routing
2025-08-14 17:32:48 +08:00
DHR60
a73906505c
Improves domain blocking and proxy handling ( #7754 )
2025-08-14 09:30:58 +08:00
2dust
f45290eb3a
Fixed a bug in dns rule processing when outbound in routing rules is a other server
2025-08-13 21:19:51 +08:00
2dust
4345c58b45
Bug fix for FullConfigTemplate xray
2025-08-12 20:23:37 +08:00
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
925cf16c50
Adds sing-box fragment support ( #7729 )
2025-08-10 13:39:51 +08:00
DHR60
c561916b67
Fixes select proxy outbound server ( #7727 )
2025-08-10 11:58:07 +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
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
ac1231ad54
sing-box LAN listening address changed to 0.0.0.0
...
https://github.com/2dust/v2rayN/discussions/7669
2025-07-30 21:08:37 +08:00
DHR60
191a7a6574
Fixes Hysteria2 ports ( #7649 )
2025-07-26 15:07:07 +08:00
2dust
1360051f0c
Improve and optimize
2025-07-15 20:17:01 +08:00
2dust
26fe9c63a3
Bug fix
...
https://github.com/2dust/v2rayN/issues/7537
2025-07-14 16:32: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
DHR60
84f93f2ae6
Optimize proxy chain handling ( #7515 )
...
* Optimize proxy chain handling
* Avoids duplicate proxy chain generation
2025-06-30 20:26:10 +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
DHR60
fefa7ded5a
Optimize proxy chain handling for multiple nodes ( #7468 )
...
* Improves outbound proxy chain handling.
* Improves sing-box outbound proxy chain handling.
* AI-optimized code
2025-06-21 16:45:17 +08:00
DHR60
9ddf0b42e7
Fix Observatory ( #7437 )
...
* Enables concurrency for observatory
* Adds burst observatory for least load balancer
2025-06-15 14:41:47 +08:00
DHR60
c81bc2f536
Fix ( #7405 )
...
#7404
2025-06-08 09:30:08 +08:00
DHR60
b9613875ce
Determine .exe suffix based on OS in GenRoutingDirectExe ( #7322 )
...
* Determine .exe suffix based on OS in GenRoutingDirectExe
* Uses Utils.GetExeName
2025-05-21 19:57:23 +08:00
2dust
5d2aea6b4f
Change the inbound of the xray configuration file from socks to mixed
2025-05-17 14:51:18 +08:00
2dust
3d462c4be3
Fix
...
https://github.com/2dust/v2rayN/issues/7247
2025-05-08 15:56:52 +08:00
DHR60
897a4e5635
Move exe direct rule before clash_mode ( #7236 )
2025-05-05 13:59:14 +08:00
2dust
e590547b30
Revert "Bug fix"
...
This reverts commit 5a0fdd971a .
2025-05-02 10:44:20 +08:00
2dust
5a0fdd971a
Bug fix
...
https://github.com/2dust/v2rayN/issues/7211
2025-04-30 14:12:02 +08:00
DHR60
41c406b84d
Revert "Fix xray wireguard chained proxies not working (2dust#7113)" ( #7194 )
2025-04-27 09:37:46 +08:00
DHR60
ce6572af3d
Fix xray wireguard chained proxies not working ( #7113 )
...
* Fix chained proxies not working
* Add domain field for WireGuard exit node
2025-04-12 19:03:34 +08:00
DHR60
cf59137481
fix dns leak ( #7110 )
2025-04-12 10:00:18 +08:00
2dust
321ec30f39
Internationalized code comments
2025-04-09 16:48:38 +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
4d3db56065
csharp_style_namespace_declarations = file_scoped
2025-04-02 11:44:23 +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
DHR60
d561f10edc
Modify default fallback load balancing rule ( #6889 )
...
* Modify default fallback load balancing rule
* Refine default fallback load balancing rule based on domain strategy
2025-03-12 18:36:51 +08:00
2dust
e6011cfede
AI-optimized code
2025-03-07 12:11:19 +08:00
2dust
7e8b405555
AI-optimized code
2025-03-06 12:21: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
2dust
f3af831cf2
Replace all Utils.IsNotEmpty(variable) with variable.IsNotEmpty()
2025-03-05 16:42:43 +08:00
DHR60 and 2dust
859299c712
Add kcp DNS masquerade support ( #6852 )
...
* Add kcp DNS masquerade support
* Update V2rayConfig.cs
* Update CoreConfigV2rayService.cs
---------
Co-authored-by: 2dust <31833384+2dust@users.noreply.github.com >
2025-03-04 10:32:07 +08:00
2dust
cdc5d72cfa
Update CoreConfigSingboxService.cs
2025-03-03 14:36:01 +08:00