mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-30 06:57:14 +00:00
fix(routing): write lowercase L4 network to xray config, display uppercase in UI
This commit is contained in:
@@ -55,7 +55,7 @@ const initialForm = (): FormState => ({
|
||||
balancerTag: '',
|
||||
});
|
||||
|
||||
const NETWORKS = ['', 'TCP', 'UDP', 'TCP,UDP'];
|
||||
const NETWORKS = ['', 'tcp', 'udp', 'tcp,udp'];
|
||||
const PROTOCOLS = ['http', 'tls', 'bittorrent', 'quic'];
|
||||
|
||||
function csv(value: string): string[] {
|
||||
|
||||
Reference in New Issue
Block a user