mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-04 01:17:15 +00:00
fix(sub): restore compatible SOCKS subscription inbound (#6395)
This commit is contained in:
@@ -146,7 +146,7 @@ function subJsonSkeleton(): Record<string, unknown> {
|
||||
inbounds: [
|
||||
{
|
||||
port: 10808,
|
||||
protocol: 'mixed',
|
||||
protocol: 'socks',
|
||||
settings: { auth: 'noauth', udp: true, userLevel: 8 },
|
||||
sniffing: { destOverride: ['http', 'tls', 'quic', 'fakedns'], enabled: true },
|
||||
tag: 'mixed',
|
||||
|
||||
Reference in New Issue
Block a user