Skip to content

Commit

Permalink
fix:TUIC
Browse files Browse the repository at this point in the history
  • Loading branch information
7Sageer committed Aug 28, 2024
1 parent 18447f9 commit 2bd017c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ClashConfigBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ export class ClashConfigBuilder extends BaseConfigBuilder {
password: proxy.password,
'congestion-controller': proxy.congestion,
'skip-cert-verify': proxy.tls.insecure,
'disable-sni': true,
'alpn': proxy.tls.alpn,
'sni': proxy.tls.server_name,
'udp-relay-mode': 'native',
};
default:
return proxy; // Return as-is if no specific conversion is defined
Expand Down

0 comments on commit 2bd017c

Please sign in to comment.