TGTGInsighttelegram intelligenceLIVE / telegram public index
← Surge Channel
Surge Channel avatar

TGINSIGHT POST

Post #593

@SurgeChannel

Surge Channel

Views527帖子阅读量
发布3月28日2024/03/28 06:02
Post content

帖子内容

#Mac#Beta Version 5.6.0-2610 #### New Feature - Mock (Map Local) feature fully enhanced. - Added data types such as text, tiny-gif, base64 for inline direct data return. - Added status-code parameter - UI related configurations have not been updated yet. For usage methods, see the documentation: https://manual.nssurge.com/http-processing/mock.html - When the parameter encrypted-dns-follow-outbound-mode=true is configured, if a DoH/DoQ/DoH3 connection matches a proxy server using a domain name, and if there is a DNS Local Mapping record for that proxy server's domain name containing an IP address or traditional DNS server, then it is permissible to query through that proxy server. (Querying DNS through a proxy server will break CDN optimization, leading to severe slowness when loading images and videos. Unless there are very special requirements and it is not necessary to configure in this way, domain rules should be used to ensure requests are directly queried by the proxy server.) - Added feature Body Rewrite, see documentation for details: https://manual.nssurge.com/http-processing/body-rewrite.html- Added recognition for STUN packets, which can be matched using PROTOCOL,STUN. Similar to QUIC, to ensure compatibility, PROTOCOL,UDP can also continue to match STUN traffic. #### Enhancements - Optimized request logging. Now the specific rules matched for URL Rewrite and Header Rewrite will be displayed. - Adjusted the logic of how the DNS engine handles empty results. Now when multiple DNS servers are configured, it no longer waits for all servers to respond with empty results in order to avoid additional waiting when AAAA records do not exist. (However, since the behavior of DNS servers may vary in different environments, observe whether this change causes side effects; please provide feedback if issues arise causing abnormal results.) - Canceled warning notifications when ICMP exceeds limits ### Fixes - Adapted to new system restrictions, fixed the issue where selecting to display the main window is ineffective in some cases - Fixed compatibility issues with non-https WebSocket in proxy mode and the new version of Safari