{
  "version": "https://jsonfeed.org/version/1", 
  "title": "Surge", 
  "description": "", 
  "home_page_url": "https://www.v2ex.com/go/surge", 
  "feed_url": "https://www.v2ex.com/feed/surge.json", 
  "icon": "https://cdn.v2ex.com/navatar/6c3c/f77d/882_large.png?m=1739135117", 
  "favicon": "https://cdn.v2ex.com/navatar/6c3c/f77d/882_normal.png?m=1739135117", 
  "items": [
    {
      "author": {
        "url": "https://www.v2ex.com/member/isbase", 
        "name": "isbase", 
        "avatar": "https://cdn.v2ex.com/avatar/d1f2/b9b4/64727_large.png?m=1787589799"
      }, 
      "url": "https://www.v2ex.com/t/1236916", 
      "date_modified": "2026-08-24T16:22:32+00:00", 
      "content_html": "<p>\u6700\u8fd1\u5237 x \u770b\u5230\u8001\u5218\u6700\u8fd1\u5728\u65c5\u884c\u3002 </p>\n<p>\u521a\u624d\u770b\u5230 surgebeta \u8fd9\u4e2a\u8d26\u53f7\u5728\u6301\u7eed\u53d1\u5e03\u66f4\u65b0\u3002</p>\n<p>\u96be\u9053\u65c5\u884c\u9014\u4e2d\u8fd8\u5728\u8fdc\u7a0b\u6301\u7eed\u6307\u6325 AI \u66f4\u65b0\uff1f</p>\n", 
      "date_published": "2026-08-24T16:15:30+00:00", 
      "title": "surge \u96be\u9053\u771f\u7684\u51fa\u552e\u7ed9\u5176\u4ed6\u4eba\u4e86\uff1f", 
      "id": "https://www.v2ex.com/t/1236916"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/isbase", 
        "name": "isbase", 
        "avatar": "https://cdn.v2ex.com/avatar/d1f2/b9b4/64727_large.png?m=1787589799"
      }, 
      "url": "https://www.v2ex.com/t/1233204", 
      "title": "Surge \u65b0\u7684\u8ba2\u9605\u7248\u672c v6.8.0 \u53d1\u5e03\u4e86", 
      "id": "https://www.v2ex.com/t/1233204", 
      "date_published": "2026-08-10T03:41:48+00:00", 
      "content_html": "<p>\u4f60\u51c6\u5907\u7eed\u8ba2\u4e48\uff0c\u8fd9\u6b21\u529f\u80fd\u91cf\u770b\u8d77\u6765\u975e\u5e38\u5927\u3002</p>\n<h1>Surge Version 6.8.0 Release Notes</h1>\n<ul>\n<li><strong>Version:</strong> 6.8.0</li>\n<li><strong>Build:</strong> 11990</li>\n<li><strong>Release Date:</strong> August 6, 2026</li>\n<li><strong>License:</strong> Renewal Required</li>\n</ul>\n<hr/>\n<h2>What's New</h2>\n<h3>macOS 27</h3>\n<ul>\n<li>Began adapting the Surge interface for macOS 27.</li>\n<li>\nAdded workarounds for macOS system bugs that could cause crashes when:<ul>\n<li>Opening remote connections.</li>\n<li>Presenting modal sheets while the system text-completion interface was active.</li>\n</ul>\n</li>\n</ul>\n<hr/>\n<h3>Snell v6 Server</h3>\n<p>Added Snell v6 support to the built-in Snell proxy server.</p>\n<p>Use the following configuration in the <code>[Snell Server]</code> section to enable it:</p>\n<pre><code class=\"language-ini\">version=6\n</code></pre>\n<p>Existing configurations continue to use Snell v1 by default.</p>\n<p>New capabilities include:</p>\n<ul>\n<li>Supports <code>default</code>, <code>unshaped</code>, and <code>unsafe-raw</code> modes through the <code>mode</code> parameter.</li>\n<li>Supports reusable encrypted TCP transports.</li>\n<li>Supports UDP tunneling.</li>\n<li>\nImproved:<ul>\n<li>Snell handshake validation.</li>\n<li>Connection lifecycle handling.</li>\n<li>EOF processing.</li>\n<li>Malformed UDP packet handling.</li>\n</ul>\n</li>\n</ul>\n<hr/>\n<h3>DHCP</h3>\n<ul>\n<li>Statically assigned IP addresses are now automatically excluded from the dynamic address pool, preventing duplicate allocation.</li>\n<li>Upgraded the ISC DHCP server to <strong>version 4.4.3-P1</strong>.</li>\n</ul>\n<hr/>\n<h3>TLS</h3>\n<p>Added <code>server-cert-verify-name</code> to independently specify the hostname used for proxy server certificate verification without changing SNI.</p>\n<p>This parameter applies to all TLS- and QUIC-based proxy protocols.</p>\n<hr/>\n<h3>ECN</h3>\n<p>Reworked ECN configuration and packet handling across:</p>\n<ul>\n<li>QUIC</li>\n<li>WireGuard</li>\n<li>Tailscale</li>\n<li>Ponte</li>\n<li>Nested UDP tunnels</li>\n</ul>\n<p>Changes include:</p>\n<ul>\n<li>Correctly preserves ECN and DSCP/TOS metadata across IPv4 and IPv6 encapsulation and decapsulation.</li>\n<li>\nFor QUIC-based proxy protocols:<ul>\n<li>When ECN is enabled, anomalies are automatically detected.</li>\n<li>Surge will fall back to non-ECN handling if necessary.</li>\n</ul>\n</li>\n<li>ECN is now enabled by default for QUIC-based proxy protocols on supported systems.</li>\n<li>WireGuard and Tailscale remain disabled by default.</li>\n<li>Use the following parameters to explicitly override the default:</li>\n</ul>\n<pre><code class=\"language-ini\">ecn=false\n</code></pre>\n<p>or:</p>\n<pre><code class=\"language-ini\">ecn=true\n</code></pre>\n<ul>\n<li>Surge Ponte now also has ECN enabled by default.</li>\n<li>The <code>client-use-ecn</code> parameter has been removed.</li>\n</ul>\n<hr/>\n<h3>DNS</h3>\n<h4>Improved <code>prefer-v4</code> / <code>prefer-v6</code></h4>\n<p>Optimized TCP connection establishment for <code>prefer-v4</code> and <code>prefer-v6</code>.</p>\n<p>Previously, these parameters determined which record to use when a domain had both A and AAAA records.</p>\n<p>Now:</p>\n<ol>\n<li>A or AAAA records are preferentially used during the TCP handshake.</li>\n<li>If the handshake cannot be completed within <strong>3 seconds</strong>, other available records begin to be tried.</li>\n</ol>\n<h4>DNS-over-TCP</h4>\n<p>Added DNS-over-TCP support.</p>\n<p>DNS server settings now accept:</p>\n<pre><code class=\"language-text\">tcp://hostname[:port]\n</code></pre>\n<hr/>\n<h3>Tailscale</h3>\n<h4>Interactive Sign-In</h4>\n<ul>\n<li>Added interactive Tailscale sign-in on iOS and macOS.</li>\n<li>Resolves an issue where some enterprise users are unable to obtain an auth key.</li>\n</ul>\n<h4>Automatic Routing</h4>\n<p>Added automatic Tailscale routing.</p>\n<p>Surge can now discover:</p>\n<ul>\n<li>The tailnet's MagicDNS suffix.</li>\n<li>Peer IPv4 addresses.</li>\n<li>Peer IPv6 addresses.</li>\n</ul>\n<p>It then automatically routes matching domains and peer IP traffic through the corresponding Tailscale policy.</p>\n<p>Automatic routing is enabled by default.</p>\n<p>To disable it:</p>\n<pre><code class=\"language-ini\">auto-add-magic-dns-rule = false\n</code></pre>\n<h4>Session and Recovery Improvements</h4>\n<ul>\n<li>Improved Tailscale session warm-up and recovery.</li>\n<li>\nSessions now retry MagicDNS discovery after:<ul>\n<li>Startup failures.</li>\n<li>Network changes.</li>\n</ul>\n</li>\n<li>Matching traffic no longer needs to arrive first to trigger retry.</li>\n<li>Tailscale sessions now stay active by default.</li>\n<li>\nThe following values keep the session always active:<ul>\n<li>Omitted <code>idle-keepalive</code>.</li>\n<li><code>idle-keepalive = 0</code>.</li>\n<li><code>idle-keepalive = -1</code>.</li>\n</ul>\n</li>\n<li>Set a positive value to enable idle teardown.</li>\n<li>Tailscale can now begin handling traffic as soon as a valid network map is received, without waiting for the home DERP connection to be established.</li>\n<li>\nImproved recovery after network changes and control-server reconnections by:<ul>\n<li>Preserving the last known home DERP region.</li>\n<li>Retrying peer handshakes at the appropriate time.</li>\n</ul>\n</li>\n<li>Aligned DERP measurement and selection behavior with the official Tailscale client.</li>\n<li>\nImproved compatibility with:<ul>\n<li>Custom DERP maps.</li>\n<li>STUN-only nodes.</li>\n<li>Fallback probes.</li>\n<li>Temporarily unavailable control connections.</li>\n</ul>\n</li>\n<li>Sensitive values such as authentication keys and authorization URLs are now redacted from verbose Tailscale control logs.</li>\n</ul>\n<hr/>\n<h3>Surge as MTProto Server</h3>\n<p>Surge can now operate as an incoming <strong>MTProto proxy server for Telegram</strong>.</p>\n<p>See the Surge manual for configuration details:</p>\n<pre><code class=\"language-text\">https://manual.nssurge.com/\n</code></pre>\n<hr/>\n<h3>CLI &amp; AI Skills</h3>\n<p>Surge CLI has been significantly expanded into a comprehensive command-line management and diagnostics interface.</p>\n<p>New commands and details:</p>\n<pre><code class=\"language-text\">https://nssurge.com/blog/surge-cli-updates/\n</code></pre>\n<hr/>\n<h3>Core Version Alignment</h3>\n<p>Starting with:</p>\n<ul>\n<li><strong>Surge Mac 6.8.0</strong></li>\n<li><strong>Surge iOS 5.21.0</strong></li>\n</ul>\n<p>the <strong>Core Version</strong> is derived directly from the corresponding Surge Mac version.</p>\n<p>A separate Core Version number no longer needs to be maintained.</p>\n<p>See the manual for details:</p>\n<pre><code class=\"language-text\">https://manual.nssurge.com/\n</code></pre>\n<hr/>\n<h3>Codebase Refactoring</h3>\n<p>After more than a decade of development, the Surge codebase has grown into a large and complex project.</p>\n<p>To further improve reliability, Surge has introduced <strong>AI-assisted code review across the entire codebase</strong>.</p>\n<p>Every code change is independently reviewed by:</p>\n<ol>\n<li><strong>Fable 5</strong></li>\n<li><strong>GPT-5.6 Sol</strong></li>\n<li><strong>A human developer</strong></li>\n</ol>\n<p>before being merged.</p>\n<p>The goal is to identify:</p>\n<ul>\n<li>Potential security issues.</li>\n<li>Rare crash scenarios.</li>\n<li>Subtle correctness problems.</li>\n</ul>\n<hr/>\n<h1>Improvements &amp; Fixes</h1>\n<h2>DHCP</h2>\n<p>Improved DHCP server and IPv6 Router Advertisement detection, including:</p>\n<ul>\n<li>Interface binding.</li>\n<li>Packet validation.</li>\n<li>Timeout handling.</li>\n<li>Filtering of invalid responses.</li>\n</ul>\n<hr/>\n<h2>TLS</h2>\n<ul>\n<li>Fixed a potential crash caused by reentrant TLS cleanup while pending BIO data was being flushed, particularly with nested TLS connections.</li>\n<li>Improved MITM hostname matching for TLS and QUIC traffic on nonstandard ports while continuing to respect exclusion rules.</li>\n<li>Improved MITM certificate and keystore validation and lifecycle reliability.</li>\n<li>Fixed a possible macOS crash when keystore entries were edited while TLS or SSH connections were reading them.</li>\n</ul>\n<hr/>\n<h2>DNS</h2>\n<p>Local DNS mappings can now specify multiple upstream DNS servers using a comma-separated list.</p>\n<p>This also fixes an issue where the previous implementation did not take effect correctly.</p>\n<hr/>\n<h2>SSH</h2>\n<h3>Key Support &amp; Verification</h3>\n<ul>\n<li>Added support for importing SSH P-521 keys.</li>\n<li>Improved error reporting for unsupported elliptic curves.</li>\n<li>Strengthened server host-key verification when <code>server-fingerprint</code> is configured.</li>\n<li>A one-time security warning is now emitted when connecting without a configured fingerprint.</li>\n</ul>\n<h3>Protocol Compatibility</h3>\n<p>Fixed compatibility with:</p>\n<ul>\n<li>Fragmented identification banners.</li>\n<li>Pre-banner lines.</li>\n<li>Small channel windows.</li>\n<li>Non-ASCII credentials.</li>\n<li>Modern RSA/SHA-2 authentication.</li>\n</ul>\n<h3>Rekey &amp; Validation</h3>\n<ul>\n<li>Added complete bidirectional rekey support.</li>\n<li>\nCorrected:<ul>\n<li>Key switching.</li>\n<li>Deferred channel operations.</li>\n<li>Connection cleanup during rekey.</li>\n</ul>\n</li>\n<li>\nAdded strict validation and size limits for:<ul>\n<li>Transport packets.</li>\n<li>Key-exchange fields.</li>\n<li>Signatures.</li>\n<li>Channel parameters.</li>\n<li>Cryptographic values.</li>\n</ul>\n</li>\n</ul>\n<h3>Reliability</h3>\n<p>Fixed:</p>\n<ul>\n<li>Channel read/write timeouts.</li>\n<li>Completion reporting.</li>\n<li>Malformed-key handling.</li>\n<li>Several memory and resource leaks.</li>\n</ul>\n<hr/>\n<h2>HTTP &amp; HTTP/3</h2>\n<h3>HTTP Parsing &amp; Framing</h3>\n<ul>\n<li>Added compatibility with clients that send unbracketed IPv6 addresses in HTTP CONNECT requests.</li>\n<li>\nAdded strict and consistent parsing for:<ul>\n<li>Request headers.</li>\n<li>Response headers.</li>\n<li><code>Content-Length</code>.</li>\n<li><code>Transfer-Encoding</code>.</li>\n<li>Chunked coding.</li>\n<li>Trailers.</li>\n<li>Request targets.</li>\n<li>Status-specific body semantics.</li>\n</ul>\n</li>\n<li>Ambiguous or malformed framing is now rejected consistently.</li>\n<li>This includes conflicting <code>Content-Length</code> and <code>Transfer-Encoding</code> values.</li>\n<li>Fixed HTTP/1.1 pipelining boundaries so request bodies are forwarded strictly according to their declared length.</li>\n</ul>\n<h3>HTTP/1 &amp; HTTP/2</h3>\n<p>Improved response handling for:</p>\n<ul>\n<li>Interim responses.</li>\n<li>Lowercase <code>HEAD</code> requests.</li>\n<li>Simultaneous <code>GOAWAY</code> shutdown.</li>\n</ul>\n<p>Improved HTTP/2 request and response rewriting, including:</p>\n<ul>\n<li>Correct handling of empty header values.</li>\n<li>Correct UTF-8 header lengths.</li>\n<li>Removal of forbidden connection-specific fields.</li>\n<li>Correct processing of decoded bodies by scripts.</li>\n</ul>\n<h3>Resource Limits</h3>\n<p>Added input and buffering limits to:</p>\n<ul>\n<li>Protocol detection.</li>\n<li>HTTP Controller.</li>\n<li>JSVM server endpoints.</li>\n<li>Script body processing.</li>\n<li>Proxy responses.</li>\n<li>HTTP/3 full-response tasks such as DoH3.</li>\n</ul>\n<h3>HTTP/3 Reliability</h3>\n<p>Improved:</p>\n<ul>\n<li>Stream reset.</li>\n<li>Connection close.</li>\n<li>Callback completion.</li>\n<li>Shutdown behavior.</li>\n</ul>\n<p>This reduces stalled requests and reentrant teardown issues.</p>\n<h3>Response Semantics</h3>\n<p>Improved handling of:</p>\n<ul>\n<li><code>HEAD</code></li>\n<li><code>204</code></li>\n<li><code>205</code></li>\n<li><code>304</code></li>\n</ul>\n<p>Script/rewrite header mutations are now transactional to prevent inconsistent wire framing.</p>\n<hr/>\n<h2>Policy Selection</h2>\n<h3>Smart Group</h3>\n<ul>\n<li>Added UDP-aware Smart Group scoring.</li>\n<li>\nSurge now learns from:<ul>\n<li>UDP response latency.</li>\n<li>Silent relay failures.</li>\n</ul>\n</li>\n<li>This improves policy selection for UDP traffic.</li>\n<li>Smart Group connections that receive no response data within <strong>3 seconds</strong> are now marked as failed, allowing faster fallback to another policy.</li>\n</ul>\n<h3>Concurrency &amp; Configuration Reloads</h3>\n<p>Fixed:</p>\n<ul>\n<li>Potential crashes when policy lookups occurred concurrently with a configuration reload.</li>\n<li>Inconsistent routing decisions during configuration reloads.</li>\n<li>Site history or runtime data potentially being lost during configuration updates.</li>\n<li>The <code>\"most used\"</code> policy score becoming incorrect after an extended idle period.</li>\n</ul>\n<h3>Rule Evaluation</h3>\n<p>Fixed several paths that could:</p>\n<ul>\n<li>Stall indefinitely.</li>\n<li>Reuse a canceled evaluation.</li>\n<li>Produce results from an outdated configuration.</li>\n</ul>\n<p>Additional changes:</p>\n<ul>\n<li>Added safeguards against unexpected policy-group reference loops.</li>\n<li>Fixed URL-Test groups ignoring an explicitly configured:</li>\n</ul>\n<pre><code class=\"language-ini\">tolerance=0\n</code></pre>\n<hr/>\n<h2>Surge Ponte</h2>\n<h3>Security &amp; Validation</h3>\n<ul>\n<li>Added strict validation for device PSKs and encrypted payloads.</li>\n<li>Prevents invalid or damaged iCloud device records from causing a crash.</li>\n<li>Restricted Ponte confirmation links to valid iCloud CloudKit share URLs.</li>\n</ul>\n<h3>Dual-Stack Reliability</h3>\n<ul>\n<li>Fixed Ponte connections entering an incorrect state when IPv4 and IPv6 setup operations completed synchronously.</li>\n<li>\nImproved dual-stack handling:<ul>\n<li>If one IPv4 or IPv6 connector fails during setup, Ponte can continue using the remaining connector.</li>\n</ul>\n</li>\n<li>Fixed IPv6 server channels failing to recover automatically when a previously unavailable network interface becomes available.</li>\n<li>Failed channels no longer publish stale external addresses to other devices.</li>\n</ul>\n<h3>CloudKit Synchronization</h3>\n<ul>\n<li>\nSerialized CloudKit device-record updates to prevent:<ul>\n<li>Duplicated updates.</li>\n<li>Lost updates.</li>\n<li>Conflicting updates.</li>\n</ul>\n</li>\n<li>\nImproved CloudKit synchronization for:<ul>\n<li>Ponte information.</li>\n<li>Remote-device information.</li>\n</ul>\n</li>\n</ul>\n<h3>Vector / QUIC</h3>\n<p>Improved Vector UDP and QUIC stream lifecycle handling, including more reliable:</p>\n<ul>\n<li>Setup.</li>\n<li>Teardown.</li>\n<li>Error reporting.</li>\n</ul>\n<p>Applies to both Ponte and regular Vector connections.</p>\n<h3>Startup &amp; Migration</h3>\n<p>Fixed:</p>\n<ul>\n<li>Legacy configuration migration issues.</li>\n<li>\nServer startup edge cases involving:<ul>\n<li>Duplicate direct channels.</li>\n<li>Unavailable STUN addresses.</li>\n</ul>\n</li>\n</ul>\n<hr/>\n<h2>TCP Connection Establishment</h2>\n<ul>\n<li>Fixed an unreachable cached <code>\"previously successful\"</code> address preventing fallback to other available addresses after a network change.</li>\n<li>\nImproved connection-attempt error handling so every attempt reaches a definite:<ul>\n<li>Success state.</li>\n<li>Failure state.</li>\n</ul>\n</li>\n<li>Corrected TCP connection statistics collection for sockets that never completed establishment.</li>\n</ul>\n<hr/>\n<h2>Connection Management</h2>\n<h3>TCP Pacing</h3>\n<p>Reworked TCP pacing to:</p>\n<ul>\n<li>Adapt to connection latency.</li>\n<li>\nReduce traffic bursts on:<ul>\n<li>Gateway Mode.</li>\n<li>WireGuard-based connections.</li>\n</ul>\n</li>\n<li>Exclude local tunnel peers that do not require pacing.</li>\n<li>Improve general TCP robustness.</li>\n</ul>\n<h3>Long-Lived Connections</h3>\n<p>Fixed memory growth and journal performance degradation on long-lived multiplexed connections such as:</p>\n<ul>\n<li>SSH.</li>\n<li>Hysteria.</li>\n<li>TUIC.</li>\n<li>Vector.</li>\n<li>HTTP/2.</li>\n</ul>\n<h3>Connection Pooling</h3>\n<ul>\n<li>Fixed a race where an idle master connection could close immediately after being assigned to a new request.</li>\n<li>Improved connector abort handling so cleanup and policy failure reporting occur only once.</li>\n<li>\nConnector pools now:<ul>\n<li>Remove empty entries.</li>\n<li>Stop unnecessary maintenance timers.</li>\n</ul>\n</li>\n<li>Connections abandoned while waiting in the reuse pool now automatically retry with a new connection.</li>\n<li>\nThis reduces intermittent failures after:<ul>\n<li>Network changes.</li>\n<li>Idle periods.</li>\n</ul>\n</li>\n</ul>\n<h3>Statistics &amp; Thread Safety</h3>\n<p>Fixed:</p>\n<ul>\n<li>TCP packet-loss statistics not being collected during common disconnection paths.</li>\n<li>Inaccurate traffic statistics under concurrent, high-volume requests.</li>\n<li>Pending traffic data potentially being lost during daily or monthly statistics rollover.</li>\n</ul>\n<p>Improved thread safety when:</p>\n<ul>\n<li>Recording recent proxy errors.</li>\n<li>Accessing connector state across queues.</li>\n</ul>\n<h3>DNS Mapping Consistency</h3>\n<p>When a local DNS mapping contains multiple candidates:</p>\n<ul>\n<li>One result is now used consistently throughout a logical connection.</li>\n<li>\nA new result can still be selected after:<ul>\n<li>Connector reuse.</li>\n<li>Configuration updates.</li>\n</ul>\n</li>\n</ul>\n<h3>DIRECT Resolution</h3>\n<p>Fixed underlying proxy groups resolving to <code>DIRECT</code> taking an unnecessary intermediate connector path.</p>\n<h3>TLS 1.3</h3>\n<ul>\n<li>\nImproved general connection cleanup and error propagation across:<ul>\n<li>HTTP.</li>\n<li>HTTP/3.</li>\n<li>TLS.</li>\n<li>Internal HTTP clients.</li>\n</ul>\n</li>\n<li>Improved TLS 1.3 connection reliability.</li>\n<li>\nPrevented session reuse across incompatible:<ul>\n<li>SNI.</li>\n<li>ALPN.</li>\n<li>Certificate verification settings.</li>\n</ul>\n</li>\n</ul>\n<h3>Smart Group Recovery</h3>\n<p>Improved Smart Group recovery following transient failures on reusable:</p>\n<ul>\n<li>AnyTLS connections.</li>\n<li>Snell connections.</li>\n</ul>\n<h3>Snell</h3>\n<ul>\n<li>Fixed potential memory growth in Snell v6 UDP relay when the receiving client is slow or unresponsive.</li>\n<li>Fixed Snell v6 incorrectly using the QUIC proxy mode intended only for Snell v5.</li>\n</ul>\n<h3>Proxy Protocol Reliability</h3>\n<p>Improved reliability and security of:</p>\n<ul>\n<li>AnyTLS.</li>\n<li>Snell.</li>\n<li>Shadowsocks.</li>\n<li>VMess.</li>\n<li>Hysteria.</li>\n<li>TUIC.</li>\n<li>Vector.</li>\n<li>ShadowTLS.</li>\n<li>Trojan.</li>\n<li>TrustTunnel.</li>\n<li>WebSocket.</li>\n<li>SOCKS5.</li>\n</ul>\n<h3>AnyTLS</h3>\n<p>Fixed a <strong>serious AnyTLS connection reuse issue</strong> that could route data to an incorrect logical stream.</p>\n<p>Also fixed several AnyTLS and Snell connection-reuse issues that could:</p>\n<ul>\n<li>Return terminated connections to the pool.</li>\n<li>Cause requests to hang.</li>\n</ul>\n<h3>TrustTunnel</h3>\n<p>Fixed TrustTunnel connections occasionally:</p>\n<ul>\n<li>Stalling.</li>\n<li>Losing the end of a response.</li>\n</ul>\n<p>This primarily affected multiplexed or slow-transfer conditions.</p>\n<h3>SOCKS5</h3>\n<p>Fixed SOCKS5 UDP relay failures caused by:</p>\n<ul>\n<li>Fragmented responses.</li>\n<li>Multi-address DNS results.</li>\n<li>Domain-form response addresses.</li>\n</ul>\n<h3>Hysteria / TUIC / Vector</h3>\n<ul>\n<li>Fixed Hysteria response-header validation rejecting or mishandling certain responses.</li>\n<li>Fixed Hysteria, TUIC, and Vector connections incorrectly rejecting valid fragmented handshake responses.</li>\n</ul>\n<h3>WebSocket</h3>\n<p>Enforced the WebSocket message-size limit while data is being received.</p>\n<p>This prevents oversized messages from consuming excessive memory before validation completes.</p>\n<h3>UDP &amp; Malformed Input</h3>\n<ul>\n<li>Fixed UDP proxy handling for internationalized domain names.</li>\n<li>Fixed malformed proxy responses potentially causing the Surge tunnel process to terminate.</li>\n<li>\nFixed several cases where malformed or incomplete proxy data could:<ul>\n<li>Cause connections to hang.</li>\n<li>Consume excessive memory.</li>\n</ul>\n</li>\n<li>\nAdded stricter limits and validation for:<ul>\n<li>UDP fragmentation.</li>\n<li>Protocol buffering.</li>\n</ul>\n</li>\n</ul>\n<hr/>\n<h2>UDP Reliability</h2>\n<ul>\n<li>Improved synchronization of local address and destination state across socket queues.</li>\n<li>UDP receive backpressure now takes effect immediately instead of continuing to deliver additional batches after reads are paused.</li>\n<li>Moved large batched receive buffers off the worker-thread stack, reducing the risk of stack exhaustion under heavy UDP traffic.</li>\n<li>Fixed UDP packets with IPv6 scope differences being incorrectly rejected on metadata-enabled send paths.</li>\n<li>Improved QUIC reliability on lossy networks by preventing legitimate duplicate retransmissions from triggering the protocol abuse limiter.</li>\n</ul>\n<hr/>\n<h2>Gateway Mode</h2>\n<h3>Lifecycle &amp; Configuration</h3>\n<p>Improved:</p>\n<ul>\n<li>Startup.</li>\n<li>Shutdown.</li>\n<li>Rollback.</li>\n<li>Configuration handling.</li>\n</ul>\n<p>Gateway Mode can now start VMNET when its DHCP interface appears later.</p>\n<p>Partial failures no longer leave Gateway Mode in an incorrect state.</p>\n<h3>Networking</h3>\n<p>Improved handling of:</p>\n<ul>\n<li>IPv6 router changes.</li>\n<li>Tagged Ethernet frames.</li>\n<li>Malformed packets.</li>\n<li>Fast-path failures.</li>\n</ul>\n<p>UDP fast-path blacklist changes now also apply to existing connections.</p>\n<h3>Long-Running Stability</h3>\n<p>Improved long-running stability with:</p>\n<ul>\n<li>Limits on learned devices.</li>\n<li>Limits on idle UDP states.</li>\n<li>More frequent cleanup.</li>\n<li>More reliable DHCP startup.</li>\n<li>Better logging.</li>\n<li>More reliable LAN device CSV imports.</li>\n</ul>\n<hr/>\n<h2>Network Testing &amp; Diagnostics</h2>\n<h3>Proxy Tests</h3>\n<p>Fixed proxy tests:</p>\n<ul>\n<li>Continuing to run after cancellation.</li>\n<li>Remaining permanently marked as active when canceled before deferred startup completed.</li>\n</ul>\n<h3>UDP Tests</h3>\n<p>UDP tests now reliably report:</p>\n<ul>\n<li>Invalid parameters.</li>\n<li>Timeouts.</li>\n<li>Cancellation.</li>\n<li>Connector failures.</li>\n</ul>\n<p>to every caller.</p>\n<h3>URL Tests</h3>\n<p>Added a <strong>64 KB response-header limit</strong> to URL tests.</p>\n<p>...</p>\n<hr/>\n<p><img alt=\"Surge Version 6.8.0 Release Notes\" class=\"embedded_image\" loading=\"lazy\" referrerpolicy=\"no-referrer\" rel=\"noreferrer\" src=\"https://i.v2ex.co/CiP9zU2Y.png\"/></p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/21231sv", 
        "name": "21231sv", 
        "avatar": "https://cdn.v2ex.com/avatar/b241/4942/636439_large.png?m=1753698414"
      }, 
      "url": "https://www.v2ex.com/t/1225163", 
      "title": "surge \u771f\u7684\u662f\u56fd\u8425\u7684\u5417", 
      "id": "https://www.v2ex.com/t/1225163", 
      "date_published": "2026-07-06T00:54:00+00:00", 
      "content_html": ""
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/cheny19912009", 
        "name": "cheny19912009", 
        "avatar": "https://cdn.v2ex.com/gravatar/7e13fbf5fac1c911cb512186e54daa55?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1222820", 
      "title": "\u60f3\u8981\u4e70\u4e00\u4e2a Surge for Mac\uff0c\u4f46\u662f\u4e0d\u77e5\u9053\u5f53\u4e0b\u7684\u4f7f\u7528\u4f53\u9a8c\u6027\u4ef7\u6bd4\u600e\u4e48\u6837\u3002\u542c\u8bf4\u6709\u5f88\u591a\u673a\u573a\u7684\u8ba2\u9605\u8fd8\u4e0d\u652f\u6301\uff0c\u7528 substore \u8f6c\u6362\u8ba2\u9605\u5730\u5740\u4e5f\u53ef\u80fd\u7f51\u7edc\u6548\u679c\u4e00\u822c\u3002\u6709\u6ca1\u6709\u61c2\u7684\u670b\u53cb\u8bc4\u8bba\u4e00\u4e0b\u662f\u5426\u503c\u5f97\u8d2d\u4e70\uff1f", 
      "id": "https://www.v2ex.com/t/1222820", 
      "date_published": "2026-06-25T08:11:00+00:00", 
      "content_html": "<p>\u5982\u679c\u8bc4\u8bba\u7684\u53cd\u9988\u4e0d\u9519\u7684\u8bdd\uff0c\u4f1a\u9009\u62e9\u8d2d\u5165\u3002\u53e6\u5916\u4e5f\u5e0c\u671b\u5728\u8fd9\u91cc\u627e\u613f\u610f\u62fc\u8f66\u7684\u670b\u53cb\u3002</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/msdurex", 
        "name": "msdurex", 
        "avatar": "https://cdn.v2ex.com/gravatar/2bd5fdfd7bbba8e456a1171497dbaa13?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1219468", 
      "title": "Surge \u548c Passkey \u517c\u5bb9\u95ee\u9898\uff1f", 
      "id": "https://www.v2ex.com/t/1219468", 
      "date_published": "2026-06-10T13:53:44+00:00", 
      "content_html": "\u5f00\u542f Surge \u4e4b\u540e\uff0c\u5982\u679c PC \u6216\u8005 Mac \u9700\u8981 iPhone \u8fde\u63a5\u84dd\u7259\u6765\u9a8c\u8bc1 Passkey \uff0ciPhone \u626b\u63cf\u597d\u4e8c\u7ef4\u7801\uff0c\u5c31\u65e0\u6cd5\u8fde\u63a5\u3002\u6211\u8bd5\u7740\u5f00\u4e00\u4e2a\u7a7a\u7684 Profile \uff0cPasskey \u5c31\u53ef\u4ee5\u8fde\u63a5\u6b63\u5e38\u3002\u6240\u4ee5\u4e0d\u77e5\u9053\u5982\u4f55\u4e0d\u8ba9 Surge \u63a5\u7ba1\u84dd\u7259\uff1f"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Ivtdny75", 
        "name": "Ivtdny75", 
        "avatar": "https://cdn.v2ex.com/gravatar/37aa82d033d9b0a10609f6f80417ae15?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1218794", 
      "date_modified": "2026-06-08T08:02:10+00:00", 
      "content_html": "<p>\u4e0a\u4e2a\u6708\u8fd8\u80fd\u6253\u5f00\uff0c\u524d\u6bb5\u65f6\u95f4\u663e\u793a\u7684\u662f\u7ef4\u62a4\uff0c\u4eca\u5929\u663e\u793a\u76f4\u63a5\u5173\u4e86\u3002\u7ed3\u5408\u8001\u5218 X \u7b7e\u540d\u5df2\u9000\u4f11\u3001Telegram \u5b98\u65b9\u9891\u9053\u6362\u82f1\u6587\u53d1\u66f4\u65b0\u3001\u6700\u65b0\u5b98\u65b9\u535a\u5ba2\u63d0\u5230 Surge \u56e2\u961f\u8fd1\u671f\u8fdb\u884c\u4e86\u4e00\u4e9b\u5185\u90e8\u8c03\u6574\uff0c\u96be\u9053 Surge \u5356\u4e86\uff1f\n<a href=\"https://community.nssurge.com/\" rel=\"nofollow\">https://community.nssurge.com/</a></p>\n", 
      "date_published": "2026-06-08T07:48:43+00:00", 
      "title": "Surge \u5b98\u65b9\u793e\u533a\u524d\u51e0\u5929\u8fd8\u5728\u7ef4\u62a4\uff0c\u4eca\u5929\u76f4\u63a5\u5173\u95ed\u4e86", 
      "id": "https://www.v2ex.com/t/1218794"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/amundsen", 
        "name": "amundsen", 
        "avatar": "https://cdn.v2ex.com/avatar/ccf3/3659/308057_large.png?m=1745376772"
      }, 
      "url": "https://www.v2ex.com/t/1218608", 
      "title": "Surge \u56e2\u961f\u6709\u53d8\u52a8\uff1f", 
      "id": "https://www.v2ex.com/t/1218608", 
      "date_published": "2026-06-07T15:22:40+00:00", 
      "content_html": "\u5b98\u7f51\u6709\u53d8\u52a8<br />1. <a target=\"_blank\" href=\"https://nssurge.com/blog/\" rel=\"nofollow noopener\">https://nssurge.com/blog/</a> \u65b0\u589e\u4e86\u535a\u5ba2\u9875<br />2. <a target=\"_blank\" href=\"https://community.nssurge.com/\" rel=\"nofollow noopener\">https://community.nssurge.com/</a> \u5b98\u65b9\u793e\u533a\u5173\u95ed\u4e86<br />3. <a target=\"_blank\" href=\"https://x.com/Blankwonder\" rel=\"nofollow noopener\">https://x.com/Blankwonder</a> \u9000\u4f11\u4e86\uff1f<br /><br />\u6ca1\u6709\u770b\u5230\u5176\u4ed6\u6d88\u606f\u4e86"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/yeh", 
        "name": "yeh", 
        "avatar": "https://cdn.v2ex.com/avatar/f585/a5b6/16592_large.png?m=1744622260"
      }, 
      "url": "https://www.v2ex.com/t/1216582", 
      "date_modified": "2026-05-29T15:12:27+00:00", 
      "content_html": "macmini \u4e0a\u88c5\u4e86\u4e2a surge \u4e13\u95e8\u5f53\u65c1\u8def\uff0c\u5f00\u4e86\u589e\u5f3a\u6a21\u5f0f\u548c\u7f51\u5173\u6a21\u5f0f\u3002<br /><br />\u4f46\u5c40\u57df\u7f51\u7f51\u5173\u4e0d\u662f\u5b83\uff0cdns \u4e5f\u4e0d\u662f\u5b83\u3002<br /><br />\u7b80\u5316\u6b65\u9aa4\u662f\uff1a<br /><br />\u6bd4\u5982 surge \u6240\u5728 ip 10.0.0.99 \uff0c\u73b0\u5728\u5176\u4ed6\u8bbe\u5907\u8981\u8bbf\u95ee <a target=\"_blank\" href=\"http://google.com\" rel=\"nofollow noopener\">google.com</a><br /><br />1.\u5c40\u57df\u7f51 dns \u662f mosdns \uff0c\u8def\u7531\u5668\u628a 198.18.0.0/15 \u9759\u6001\u8def\u7531\u53bb 10.0.0.99<br />2.\u5148 dns \u5206\u6d41\uff0c<a target=\"_blank\" href=\"http://google.com\" rel=\"nofollow noopener\">google.com</a> \u547d\u4e2d\u76ee\u6807\uff0c\u4ea4\u7ed9 surge \u7684 198.18.0.2 \u53bb\u505a dns \u89e3\u6790<br />3.surge \u8fd4\u56de fakeip \uff0cmosdns \u62ff\u5230 fakeip 198.18.0.0/15 \u6bb5\u4ea4\u7ed9\u5176\u4ed6\u8bbe\u5907<br />3.\u5176\u4ed6\u8bbe\u5907\u62ff\u5230 fakeip \u53bb\u8bf7\u6c42\u8def\u7531\u5668<br />4.\u8def\u7531\u5668\u628a 198.18.*.*\u8f6c\u7ed9 surge \uff0csurge \u8fd4\u56de\u6570\u636e\uff0c\u5176\u4ed6\u8bbe\u5907\u62ff\u5230<br /><br />\u5728 ipv4 \u4e0b\u8fd0\u884c\u7684\u5f88\u597d\uff0c\u4e00\u5207\u6b63\u5e38<br /><br />\u6700\u8fd1\u770b\u5230 surge \u8bf4\u652f\u6301\u7eaf ipv6 \u73af\u5883\uff0c\u60f3\u7167\u6284 ipv4 \u8fd9\u4e48\u64cd\u4f5c\uff0c\u53d1\u73b0\u95ee\u9898\u6765\u4e86<br /><br />surge ipv6 \u7684\u7f51\u5173\u662f fd00:6152::1 \uff0cdns \u662f fd00:6152::2 \uff0cfakeip \u6bb5\u662f fd00:6152:0:9::/64<br /><br />\u5047\u8bbe surge ip \u662f fd10::99, \u5728\u8def\u7531\u5668\u4e0a\u628a fd00:6152::/64 \u548c fd00:6152:0:9::/64 \u62e6\u622a\u53bb fd10::99<br /><br />nslookup \u53d1\u73b0 aaaa \u8bb0\u5f55\u80fd\u62ff\u5230\uff0c\u4f46\u662f\u6bd4\u5982 google \u7684\u662f fd00:6152:0:9::1234:5678 \uff0c\u8fd9\u4e2a ip \u4e5f\u80fd ping \u901a\uff0c\u4f46\u662f\u5374\u8bbf\u95ee\u4e0d\u4e86\u3002<br /><br />ifconfig surge \u6240\u5728\u7684 tun \u7f51\u5361\uff0c\u53d1\u73b0\u4e86\u5dee\u5f02<br /><br />\tinet 198.18.0.1 --&gt; 198.18.0.1 netmask 0xfffe0000<br />\tinet6 fd00:6152::1 prefixlen 127<br /><br />\u610f\u601d\u662f<br />198.18.0.0/15 \u662f\u63a5\u7ba1\u7684<br />ipv6 \u4e0b\uff0c\u53ea\u63a5\u7ba1\u4e86 fd00:6152::1/127 \uff0c\u4e5f\u5c31\u662f fd00:6152::1 \u548c fd00:6152::2.<br /><br />\u4e5f\u5c31\u662f ipv6 \u4e0b\uff0csurge \u53ea\u63a5\u7ba1\u4e86\u7f51\u5173\u548c dns \uff0c\u5176\u4ed6\u7684\u5e76\u6ca1\u6709\u63a5\u7ba1\u3002<br /><br />\u89e3\u51b3\u529e\u6cd5\u4e5f\u4e0d\u662f\u6ca1\u6709\uff0c\u628a fd00:6152:0:9::/64 \u9759\u6001\u8def\u7531\u53bb fd00:6152::1<br /><br />\u4f46\u8fd9\u6837\u5c31 2 \u6b21\u8f6c\u53d1\u4e86\u3002<br /><br />\u662f\u6709\u4ec0\u4e48\u5730\u65b9\u53c2\u6570\u7f3a\u5931\uff0c\u8fd8\u662f surge \u5728 ipv6 \u4e0b\u5c31\u8fd9\u4e48\u8bbe\u7f6e\u7684\uff1f", 
      "date_published": "2026-05-29T15:07:28+00:00", 
      "title": "surge ipv6 \u65c1\u8def\u95ee\u9898", 
      "id": "https://www.v2ex.com/t/1216582"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/xiaoxiannv", 
        "name": "xiaoxiannv", 
        "avatar": "https://cdn.v2ex.com/gravatar/ea7a04d407d898b48c24f03f0ef4f249?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1216277", 
      "title": "\u6709\u4ec0\u4e48\u4f18\u96c5\u7684\u65b9\u5f0f\uff0c\u89e3\u51b3 surge \u5e76\u53d1 dns \u67e5\u8be2\u8fd4\u56de\u56fd\u5916 cdn ip \u7684\u95ee\u9898", 
      "id": "https://www.v2ex.com/t/1216277", 
      "date_published": "2026-05-28T13:38:52+00:00", 
      "content_html": "<p>\u6709\u65f6\u5019\uff0csurge \u5e76\u53d1\u67e5\u8be2 dns \uff0c\u56fd\u5916 dns \u4f1a\u62a2\u7b54\uff0c\u9020\u6210\u8fde\u63a5\u56fd\u5916 cdn \u3002\n\u5927\u5bb6\u662f\u600e\u4e48\u89e3\u51b3\u7684\n\u6709\u89e3\u51b3\u65b9\u6cd5\uff0c\u4f46\u662f\u89c9\u5f97\u4e0d\u591f\u4f18\u96c5\uff0c\u9700\u8981\u6539\u56fd\u5185\u7684 dns</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/PatrickLe", 
        "name": "PatrickLe", 
        "avatar": "https://cdn.v2ex.com/avatar/66c0/91ce/543209_large.png?m=1752148431"
      }, 
      "url": "https://www.v2ex.com/t/1210201", 
      "title": "Surge \u600e\u4e48\u914d\u7f6e\u89e3\u51b3 iPhone \u6536\u4e0d\u5230 TG\u3001X \u901a\u77e5\u7684\u95ee\u9898\uff1f", 
      "id": "https://www.v2ex.com/t/1210201", 
      "date_published": "2026-05-04T09:14:12+00:00", 
      "content_html": "\u5927\u4f6c\u90fd\u662f\u600e\u4e48\u89e3\u51b3\u7684\u5462\uff1f \u8c22\u8c22"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/v2gba", 
        "name": "v2gba", 
        "avatar": "https://cdn.v2ex.com/avatar/099b/a65d/45554_large.png?m=1725955966"
      }, 
      "url": "https://www.v2ex.com/t/1197855", 
      "date_modified": "2026-03-12T15:08:51+00:00", 
      "content_html": "\u6b63\u5e38\u6d4b\u901f\u7ec4\u662f<br />hk 1 10ms<br />hk 2 12ms<br /><br />\u52a0\u4e86 external-policy-modifier \u4e4b\u540e\u4f1a\u53d8\u6210<br />hk 1 10ms x 0.0<br />hk 2 12ms x 0.0<br /><br /><br />\u662f bug \u5417?", 
      "date_published": "2026-03-12T15:08:33+00:00", 
      "title": "\u7528\u4e86 external-policy-modifier \u4e4b\u540e \u5ef6\u8fdf\u591a\u4e86 \"x 0.0\" \u662f\u4ec0\u4e48\u610f\u601d?", 
      "id": "https://www.v2ex.com/t/1197855"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/FreddyLiu", 
        "name": "FreddyLiu", 
        "avatar": "https://cdn.v2ex.com/avatar/6f82/7837/614066_large.png?m=1676421758"
      }, 
      "url": "https://www.v2ex.com/t/1187547", 
      "date_modified": "2026-01-22T20:20:23+00:00", 
      "content_html": "<p>\u6309\u7167 surge \u8bf4\u660e\uff0c\u6211\u7684\u8def\u7531\u5668\u5173\u95ed\u4e86 DHCP\nDNS \u670d\u52a1\u5668\u5730\u5740\u6539\u4e3a\u4e86 198.18.0.2\n\u53ea\u6709 iPhone \u624b\u673a\u5f00\u542f\u4e86\u4f7f\u7528 surge \u4f5c\u4e3a\u7f51\u5173\u3002\n\u6628\u5929\u53d1\u73b0 MacBook \u548c iPhone \u5728\u7f51\u9875\u6d4f\u89c8\u65f6\u603b\u662f\u8ba9\u9a8c\u8bc1\u662f\u5426\u662f\u771f\u4eba\u3002\u8fd9\u662f DNS \u8bbe\u7f6e\u95ee\u9898\u5417\uff1f\n\u6709\u6ca1\u6709\u5176\u4ed6\u7a33\u5b9a\u7684 DNS \u8bbe\u7f6e\u9009\u62e9\uff1f</p>\n", 
      "date_published": "2026-01-22T03:39:39+00:00", 
      "title": "\u4f7f\u7528 Surge \u7f51\u5173\u6a21\u5f0f\u540e\u53d1\u73b0\u5176\u4ed6\u8bbe\u5907\u4e0a\u7f51\u603b\u662f\u9a8c\u8bc1\u662f\u5426\u771f\u4eba", 
      "id": "https://www.v2ex.com/t/1187547"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/fancy2020", 
        "name": "fancy2020", 
        "avatar": "https://cdn.v2ex.com/gravatar/5165a7be85e76ab70cb3dc2eb6f6a461?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1185344", 
      "title": "\u60f3\u4e70\u5f20\u9999\u6e2f\u6d41\u91cf\u5361\u5728\u4e2d\u56fd\u5883\u5185\u4f7f\u7528\uff0c Surge \u652f\u6301\u5728\u7279\u5b9a\u7684 Sim \u5361\u4e0b\u6682\u505c\u4ee3\u7406\u53d8\u6210\u76f4\u8fde\u5417\uff1f", 
      "id": "https://www.v2ex.com/t/1185344", 
      "date_published": "2026-01-13T10:51:23+00:00", 
      "content_html": "\u5047\u8bbe\u624b\u673a\u4e2d\u6709\u4e24\u5f20 Sim \u5361\uff0c\u4e00\u5f20\u9999\u6e2f\u7684\u4e00\u5f20\u56fd\u5185\u7684\u3002<br /><br />\u6700\u7406\u60f3\u7684\u60c5\u51b5\u53ef\u80fd\u662f\uff0c\u4e24\u5f20\u5361\u540c\u65f6\u63d0\u4f9b\u6d41\u91cf\uff0c\u5728\u4ee3\u7406\u5c42\u6839\u636e\u4e0d\u540c\u7684\u7f51\u7edc\u8bf7\u6c42\u8d70\u4e0d\u540c\u7684 Sim \u5361\uff0c\u6bd4\u5982\u4e2d\u56fd\u5883\u5185\u7684 App \u8d70\u5883\u5185\u5361\uff0c\u5883\u5916\u7684 App \u8d70\u9999\u6e2f\u5361\uff0c\u4f46\u641c\u4e86\u4e00\u4e0b\u8fd9\u79cd\u5e94\u8be5\u4e0d\u592a\u73b0\u5b9e: <a target=\"_blank\" href=\"https://s.v2ex.com/t/928777\" rel=\"nofollow noopener\">https://s.v2ex.com/t/928777</a><br /><br />\u9000\u800c\u6c42\u5176\u6b21\uff0c\u6211\u80fd\u60f3\u5230\u7684\u5c31\u662f\uff0c\u5f53\u68c0\u6d4b\u5230\u5f53\u524d Sim \u5361\u662f\u5883\u5185\u5361\u7684\u65f6\u5019\u8d70\u4ee3\u7406\uff0c\u5982\u679c\u68c0\u6d4b\u5230\u662f\u9999\u6e2f\u5361(\u53ef\u81ea\u5b9a\u4e49)\u5c31\u6682\u505c\u4ee3\u7406\u3002<br /><br />\u8fd9\u4e2a\u529f\u80fd\u548c\"\u5728\u6307\u5b9a SSID \u7684 WiFi \u4e0b\u6682\u505c\u4ee3\u7406\"\u7684\u529f\u80fd\u7c7b\u4f3c\uff0c\u53ea\u662f\u6761\u4ef6\u53d8\u6210\u4e86 Sim \u5361\u3002"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Tonni", 
        "name": "Tonni", 
        "avatar": "https://cdn.v2ex.com/avatar/a518/4b7f/63920_large.png?m=1676438141"
      }, 
      "url": "https://www.v2ex.com/t/1185087", 
      "title": "Surge iOS \u652f\u6301\u5bb6\u5ead\u5171\u4eab\u4e48\uff1f", 
      "id": "https://www.v2ex.com/t/1185087", 
      "date_published": "2026-01-12T22:29:29+00:00", 
      "content_html": "<p>Apple ID \u662f\u6fb3\u5927\u5229\u4e9a\u533a\uff0c\u548c\u8001\u5a46\u4e00\u8d77\u5f00\u542f\u4e86\u5bb6\u5ead\u5171\u4eab\uff0c\u5bb6\u91cc\u6709\u56db\u53f0 iOS/iPadOS \u8bbe\u5907\u3002</p>\n<p>Surge \u5b98\u7f51\u6807\u6ce8\u7ed1\u5b9a iCloud \u8d26\u53f7\u7684\u8bdd\u53ef\u4ee5\u6700\u591a\u6fc0\u6d3b\u516d\u53f0\u8bbe\u5907\uff0c\u5982\u679c\u662f\u7528\u6fc0\u6d3b\u7801\u7684\u8bdd\u5219\u662f\u4e09\u53f0\uff0c\u800c\u6211\u624b\u91cc\u9700\u8981\u7528\u5230 Surge \u79fb\u52a8\u7aef\u7684\u6b63\u597d\u6709\u56db\u53f0\uff0c\u4e0d\u77e5\u9053\u5728\u5bb6\u5ead\u73af\u5883\u4e2d\u7ed1\u5b9a iCloud \u8d26\u53f7\u7684\u8bdd\u53ef\u4e0d\u53ef\u4ee5\u901a\u8fc7\u5bb6\u5ead\u5171\u4eab\u8ba9\u53e6\u5916\u7684\u5bb6\u5ead\u6210\u5458\u4e5f\u4f7f\u7528\u5b83\u3002</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/54qyc", 
        "name": "54qyc", 
        "avatar": "https://cdn.v2ex.com/gravatar/b6538f111d37daab8564726e2bb5e16b?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1185074", 
      "title": "surge ponte \u95ee\u9898\u6c42\u52a9: \u516c\u7f51\u7aef\u53e3\u6bcf\u51e0\u5206\u949f\u53d8\u4e00\u6b21", 
      "id": "https://www.v2ex.com/t/1185074", 
      "date_published": "2026-01-12T16:15:54+00:00", 
      "content_html": "<p>\u516c\u7f51\u7aef\u53e3\u6bcf\u51e0\u5206\u90fd\u53d8\u4e00\u6b21\uff0c\u4f46\u662f\u770b Surge \u7684\u65e5\u5fd7\u5e76\u6ca1\u6709\u53ca\u65f6\u83b7\u53d6\u5230\u6700\u65b0\u7684\u516c\u7f51\u7aef\u53e3\u3002\n\u5bfc\u81f4\u6253\u7684\u6d1e\u4f7f\u7528\u65e7\u7aef\u53e3\u5bfc\u81f4\u5931\u6548\u3002\u8fd9\u4e2a\u6709\u89e3\u51b3\u529e\u6cd5\u561b\u3002</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/mac100", 
        "name": "mac100", 
        "avatar": "https://cdn.v2ex.com/gravatar/f4d857c89c21c2095df32e3f5390ad68?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1184346", 
      "title": "Surge4.0 \u6709\u5fc5\u8981\u5347\u7ea7 6.0\u3002Mac \u7aef\u3002", 
      "id": "https://www.v2ex.com/t/1184346", 
      "date_published": "2026-01-09T12:09:37+00:00", 
      "content_html": "\u611f\u89c9\u6ca1\u5565\u592a\u591a\u65b0\u529f\u80fd\u4e0a\u5347\u7ea7\uff5e"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Ccf", 
        "name": "Ccf", 
        "avatar": "https://cdn.v2ex.com/avatar/c451/40ec/67737_large.png?m=1705713886"
      }, 
      "url": "https://www.v2ex.com/t/1183881", 
      "title": "\u6c42\u63a8\u8350\u4e0b\u597d\u7528\u7684 surge \u914d\u7f6e", 
      "id": "https://www.v2ex.com/t/1183881", 
      "date_published": "2026-01-07T16:33:31+00:00", 
      "content_html": "\u76ee\u524d\u7528\u7684 <a target=\"_blank\" href=\"https://wiki.repcz.link/surge/\" rel=\"nofollow noopener\">https://wiki.repcz.link/surge/</a><br />\u4e0d\u77e5\u4f55\u65f6\u8d77\u53d1\u73b0 aptv \u91cc\u6709\u7684\u8ba2\u9605\u94fe\u63a5\u64ad\u653e\u4e0d\u4e86\u4e86\u3002\u53d1\u73b0\u5173\u95ed surge \u5c31\u597d\u4e86\u3002"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/fancy2020", 
        "name": "fancy2020", 
        "avatar": "https://cdn.v2ex.com/gravatar/5165a7be85e76ab70cb3dc2eb6f6a461?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1183553", 
      "title": "Surge \u5c45\u7136\u4e0d\u652f\u6301\u6309\u9700\u8fde\u63a5(Connect on demand)\u5417\uff1f", 
      "id": "https://www.v2ex.com/t/1183553", 
      "date_published": "2026-01-06T09:18:11+00:00", 
      "content_html": "\u524d\u6bb5\u65f6\u95f4\u628a\u5bb6\u91cc\u7684\u7f51\u7edc\u6362\u6210\u4e86\u7528 Surge on mac \u505a\u65c1\u8def\u6709\u7ffb\u5899\uff0c\u6700\u8fd1\u8bd5\u4e86\u4e00\u4e0b Surge on iOS \u611f\u89c9\u4f53\u9a8c\u633a\u597d\uff0c\u53ea\u6709\u4e00\u4e2a\u987e\u8651\uff0c\u5c31\u662f\u597d\u50cf\u6ca1\u627e\u5230 Connect on demand \u7684\u9009\u9879\uff0c\u8fd9\u4e2a\u5176\u4ed6 VPN \u8f6f\u4ef6\u597d\u50cf\u90fd\u662f\u652f\u6301\u7684\u3002<br /><br />\u6211\u4e00\u822c\u662f\u8bbe\u7f6e\u6210\u5728\u5bb6\u91cc wifi \u60c5\u51b5\u4e0b\u5173\u95ed\u7ffb\u5899\u8f6f\u4ef6\uff0c\u53ea\u5728 5G \u60c5\u51b5\u4e0b\u5f00\u542f\uff0c\u5982\u679c\u4e0d\u652f\u6301\u5c31\u53ea\u80fd\u5168\u7a0b\u5f00\u542f\uff0c\u5728\u5bb6\u91cc wifi \u7684\u60c5\u51b5\u4e0b\u518d\u5728\u624b\u673a\u4e0a\u5f00\u5c31\u6709\u70b9\u6d6a\u8d39(\u867d\u7136\u4f53\u9a8c\u8d77\u6765\u901f\u5ea6\u5012\u6ca1\u5565\u533a\u522b)"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/BeUself", 
        "name": "BeUself", 
        "avatar": "https://cdn.v2ex.com/avatar/8e76/75f8/670855_large.png?m=1761185926"
      }, 
      "url": "https://www.v2ex.com/t/1179158", 
      "date_modified": "2025-12-16T05:29:03+00:00", 
      "content_html": "<p><img alt=\"\" class=\"embedded_image\" loading=\"lazy\" referrerpolicy=\"no-referrer\" rel=\"noreferrer\" src=\"https://i.imgur.com/wab3MUm.png\"/></p>\n", 
      "date_published": "2025-12-16T02:17:18+00:00", 
      "title": "Surge6 \u4f60\u4eec\u90fd\u662f\u600e\u4e48\u8fdb\u884c\u8ba2\u9605\u8f6c\u5316\u4f7f\u7528\u7684\uff1f\u6211\u81ea\u5efa\u4e86 subconverter \u4f46\u662f\u597d\u50cf\u4e0d\u652f\u6301\u554a\uff0c\u5b98\u65b9\u6587\u6863\u91cc\u53ea\u5199\u4e86\u5230 v4\u3002", 
      "id": "https://www.v2ex.com/t/1179158"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/fanxasy", 
        "name": "fanxasy", 
        "avatar": "https://cdn.v2ex.com/avatar/989e/8b90/555344_large.png?m=1740575910"
      }, 
      "url": "https://www.v2ex.com/t/1178267", 
      "title": "Surge \u7ec8\u4e8e\u652f\u6301\u4e86\u4e00\u6b3e\u65b0\u534f\u8bae\u2014\u2014AnyTLS", 
      "id": "https://www.v2ex.com/t/1178267", 
      "date_published": "2025-12-11T06:24:27+00:00", 
      "content_html": "VLESS \u5927\u4f19\u5435\u5435\u534a\u5929\u5374\u4e0d\u7ed9\u652f\u6301\uff0c\u770b\u6765 RPRX vs \u4e16\u754c \u8001\u5218\u7ad9\u540e\u8005\u554a"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Asaking", 
        "name": "Asaking", 
        "avatar": "https://cdn.v2ex.com/avatar/b816/f787/638735_large.png?m=1693281526"
      }, 
      "url": "https://www.v2ex.com/t/1178066", 
      "title": "\u51fa\u4e2a surge ios \u6388\u6743\uff0c\u8ba2\u9605\u521a\u5230\u671f\uff0c\u6240\u6709\u529f\u80fd\u5df2\u89e3\u9501", 
      "id": "https://www.v2ex.com/t/1178066", 
      "date_published": "2025-12-10T07:24:27+00:00", 
      "content_html": ""
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/TabGre", 
        "name": "TabGre", 
        "avatar": "https://cdn.v2ex.com/gravatar/0d95d9cf2ead3717880da9e222864c71?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1176985", 
      "title": "surge mac \u4f5c\u4e3a\u7f51\u5173\u7591\u95ee", 
      "id": "https://www.v2ex.com/t/1176985", 
      "date_published": "2025-12-04T12:54:44+00:00", 
      "content_html": "<p>\u5f53 surge \u4f5c\u4e3a\u7f51\u5173\u65f6\uff0c\u4e3a\u4ec0\u4e48\u8bf7\u6c42\u7684 URL \u90fd\u53d8\u6210 IP \uff0c\u4ece\u800c\u5bfc\u81f4\u89c4\u5219\u5931\u8d25\u3002\u53ea\u80fd\u624b\u52a8\u6dfb\u52a0 IP \u76f8\u5173\u7684\u89c4\u5219</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Rrrrrr", 
        "name": "Rrrrrr", 
        "avatar": "https://cdn.v2ex.com/avatar/e745/e1b7/458406_large.png?m=1739337632"
      }, 
      "url": "https://www.v2ex.com/t/1176818", 
      "date_modified": "2025-12-04T02:26:58+00:00", 
      "content_html": "\u6700\u8fd1 13pm \u5df2\u7ecf\u8fde\u7eed 2 \u6b21\u6b7b\u673a\uff0c\u4e3a\u4ec0\u4e48\u4f1a\u8d56\u5b83\u3002\u5148\u662f\u7f51\u7edc\u7528\u4e0d\u4e86\uff0c\u7136\u540e\u5c31\u5361\u6b7b\u3002\u6574\u4e2a\u5c4f\u5e55\u52a8\u4e0d\u4e86\uff0c\u6211\u73b0\u5728\u5207\u5230\u5c0f\u706b\u7bad\u4e0a\uff0c\u5982\u679c\u7528\u4e00\u661f\u671f\u90fd\u4e0d\u51fa\u73b0\u6b7b\u673a\u3002\u662f\u4e0d\u662f\u5c31\u662f\u5b83\u4e86", 
      "date_published": "2025-12-04T02:04:50+00:00", 
      "title": "\u7529\u4e00\u4e2a\u9505\u7ed9 surge ios", 
      "id": "https://www.v2ex.com/t/1176818"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/paynezhuang", 
        "name": "paynezhuang", 
        "avatar": "https://cdn.v2ex.com/avatar/3f6c/5faa/268411_large.png?m=1733839715"
      }, 
      "url": "https://www.v2ex.com/t/1171795", 
      "title": "Surge Ponte Ping \u8d85\u65f6", 
      "id": "https://www.v2ex.com/t/1171795", 
      "date_published": "2025-11-10T10:05:47+00:00", 
      "content_html": "<p>\u7f51\u7edc\u8bbe\u5907</p>\n<ol>\n<li>\u5165\u7f51\u4e3b\u8def\u7531\uff08\u529e\u7406\u5bbd\u5e26\u7684\u65f6\u5019\uff0c\u9644\u5e26\u7684\u5929\u7ffc\u7f51\u5173\uff09\uff0cLAN IP\uff1a192.168.1.1</li>\n<li>\u534e\u7855 AX88U \u8def\u7531\u5668\uff0c\u76f4\u63a5\u63a5\u5728\u4e3b\u8def\u7531\u63a5\u7f51\u7ebf\u4e0a\u4f7f\u7528\uff0c\u56fa\u5b9a WAN IP\uff1a192.168.1.2 \uff0c\u7f51\u5173\uff1a192.168.1.1 \uff0cDNS \u8bbe\u7f6e\u7684\u662f\uff1a202.96.134.133 \uff0cLAN \u5f00\u59cb v192.168.50.2-254</li>\n<li>MINI \u4e00\u53f0\uff0c\u6709\u7ebf LAN IP: 192.168.50.2 \uff0c\u65e0\u7ebf LAN IP: 192.168.50.20</li>\n<li>\u6ca1\u6709\u5411\u7535\u4fe1\u5b9e\u9645\u7533\u8bf7\u5f00\u901a\u8fc7\u516c\u7f51 IP \uff08\u5176\u5b9e\u7533\u8bf7\u4e86\u4e5f\u4e0d\u4f1a\u514d\u8d39\u7ed9\uff09</li>\n</ol>\n<p>\u8def\u7531\u5668\u72b6\u6001</p>\n<ul>\n<li>\u5df2\u5f00\u542f NAT \uff0c\u7c7b\u578b\uff1a\u5168\u9525\u5f62 Full Cone NAT</li>\n<li>\u672a\u5f00\u542f DMZ </li>\n<li>\u5df2\u5173\u95ed\u9632\u706b\u5899</li>\n</ul>\n<p>\u73b0\u5728 NAT \u68c0\u6d4b\u6709\u591a\u79cd\u60c5\u51b5</p>\n<ol>\n<li>\u901a\u8fc7\u4e00\u4e9b\u7f51\u9875\u5728\u7ebf\u68c0\u6d4b\u5de5\u5177\uff0c\u6709\u7684\u51fa\u73b0\uff1aPort Restricted Cone \uff08\u7aef\u53e3\u53d7\u9650\u9525\u5f62\uff09\uff0c\u6709\u7684\u51fa\u73b0\uff1a\u5b8c\u5168\u9525\u5f62 NAT (Full Cone)</li>\n<li>\u672c\u5730\u901a\u8fc7\u7ec8\u7aef\u5b89\u88c5 pystun3 \uff0c\u83b7\u53d6\u5230\u7684\u662f ('Full Cone', 'xx.xx.175.4', xxxx)</li>\n</ol>\n<p>Surge \u542f\u52a8 Ponte \uff0c\u68c0\u6d4b\u5230\u7684 NAT \u7c7b\u578b\u4e3a\uff1a<code>Port Restricted Cone(C)</code>\uff0c\u4e0d\u77e5\u9053\u8fd9\u4e2a\u4e3a\u4ec0\u4e48\u4e0d\u662f <code>Full Cone</code></p>\n<p>\u5728\u6b64\u4e4b\u524d\uff08\u6211\u6700\u8fd1\u8def\u7531\u5668\u6062\u590d\u4e86\u51fa\u5382\u8bbe\u7f6e\uff0c\u66f4\u65b0\u4e86\u56fa\u4ef6\uff09\uff0c\u6211\u5fd8\u8bb0\u4e4b\u524d Ponte \u662f\u4ec0\u4e48\u7c7b\u578b\u4e86\uff0c\u662f\u80fd\u591f\u4f7f\u7528\u7684\u3002</p>\n<p>\u6240\u4ee5\u5728\u8fd9\u65f6\u5019\uff0c\u6211\u53ea\u6709 \u914d\u7f6e\u7aef\u53e3\u6620\u5c04(\u9ad8\u7ea7) \u6765\u4f7f\u7528\u4e86\uff0c\u68c0\u6d4b\u5230\u7684\u5f53\u524d\u8bbe\u5907 IP\uff1a192.168.50.2 \uff0c\u7aef\u53e3\u662f 6208 \uff0c\u6240\u4ee5\u6211\u5916\u90e8\u7aef\u53e3\u4e5f\u8bbe\u7f6e\u4e86 6208 \u3002 <code>\u8fd9\u91cc\u914d\u7f6e\u662f\u4e0d\u662f\u5fc5\u987b\u8981\u5411\u7535\u4fe1\u7533\u8bf7\u516c\u5171 IP \u624d\u53ef\u4ee5\u7528\u3002</code></p>\n<ul>\n<li>\n<p>\u5728<code>\u534e\u7855\u8def</code>\u7531\u5668\u4e2d\u8bbe\u7f6e\u4e86\u7aef\u53e3\u8f6c\u53d1\uff0c192.168.50.2 \uff08 MINI \u673a\u5668\uff09\uff0c\u5185\u5916\u90e8\u90fd\u662f 6208 \u7aef\u53e3\uff0cUDP \u901a\u4fe1\u534f\u8bae\u3002</p>\n</li>\n<li>\n<p>\u5728<code>\u4e3b\u8def\u7531</code>\u8bbe\u7f6e\u4e86\u7aef\u53e3\u7aef\u53e3\u6620\u5c04\uff0c192.168.1.2 \uff08\u534e\u7855\u8def\u7531\u5668\u9759\u6001 LAN IP \uff09,\u5185\u5916\u90e8\u90fd\u662f 6208 \u7aef\u53e3\uff0cUDP \u901a\u4fe1\u534f\u8bae\u3002</p>\n</li>\n</ul>\n<p>iOS \u548c Mac \u5ba2\u6237\u7aef\u8bbe\u7f6e</p>\n<pre><code>[Proxy Group]\n\ud83c\udfe1 \u5bb6\u5ead\u8bbe\u5907 = select, DEVICE:MINI\n\n[Rule]\nIP-CIDR,192.168.50.1/24,\"\ud83c\udfe1 \u5bb6\u5ead\u8bbe\u5907\"\n</code></pre>\n<p>\u90fd\u914d\u7f6e\u597d\u4e86\uff0c\u4f46\u662f\u65e0\u8bba\u600e\u4e48\u6d4b\u8bd5\uff0c\u90fd\u662f\u63d0\u793a\u5982\u4e0b\u5185\u5bb9\uff1a</p>\n<blockquote>\n<p>\u5efa\u7acb\u8fde\u63a5\u5931\u8d25\uff1aPing \u8d85\u65f6\uff0c\u8bf7\u786e\u8ba4\u8be5\u8bbe\u5907\u7684 Ponte \u72b6\u6001\u5e76\u68c0\u67e5\u9632\u706b\u5899\u3002\u4e5f\u53ef\u80fd\u662f\u5f53\u524d\u7f51\u7edc UDP \u53d7\u963b\u6240\u81f4\u3002</p>\n</blockquote>\n<p>Mac \u4e0a\u867d\u7136\u53ef\u4ee5\u4f7f\u7528 Tailscale \u4e5f\u80fd\u5b8c\u6210\u5185\u7f51\u8bbf\u95ee + \u68af\u5b50\uff0c\u4f46\u662f iOS \u4e0a\u5c31\u6ca1\u529e\u6cd5\u4e24\u8005\u4fdd\u6301\u4f4f\u3002</p>\n<p>\u6240\u4ee5\u6211\u4e00\u76f4\u505c\u7559\u5728 Surge Ponte \u7684\u65b9\u6848</p>\n<p>\u4e0d\u77e5\u9053\u8fd8\u6709\u4ec0\u4e48\u529e\u6cd5\u53ef\u4ee5\u89e3\u51b3\uff0c\u6216\u8005\u8fd8\u6709\u4ec0\u4e48\u5176\u4ed6\u65b9\u6848\u3002</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/tchouhouanyu", 
        "name": "tchouhouanyu", 
        "avatar": "https://cdn.v2ex.com/gravatar/65cb52763415b0b2275e08f07eb9b489?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1167062", 
      "title": "\u5173\u4e8e\u79d1\u5b66\u4e0a\u7f51\u8f6f\u4ef6\uff08\u5982 surge\u3001\u5c0f\u706b\u7bad\u7b49\uff09\u6a21\u5757\u7684\u95ee\u9898", 
      "id": "https://www.v2ex.com/t/1167062", 
      "date_published": "2025-10-20T08:20:05+00:00", 
      "content_html": "<p>\u8bf7\u95ee\u5404\u4f4d\u5927\u4f6c\uff0c\u6211\u590d\u5236\u4e86\u4e00\u4e2a\u6a21\u5757\u94fe\u63a5\u5230 surge \u6a21\u5757\u4e2d\uff0c\u5982\uff1a\u9762\u677f\u00b7\u7f8e\u56fd\u6c7d\u8f66\u6d88\u8d39\u8005\u62a5\u544a\uff0c\u8bf7\u95ee\u8fd9\u4e9b\u6a21\u5757\u5728\u54ea\u91cc\u770b\u5462\uff1f\u662f\u4e0d\u662f\u8981\u5355\u72ec\u6253\u5f00\u201c\u7f8e\u56fd\u6c7d\u8f66\u6d88\u8d39\u8005\u62a5\u544a\u201d\u7684\u7f51\u7ad9\u624d\u53ef\u4ee5\u770b\u5230\uff1f</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/RayGZJ", 
        "name": "RayGZJ", 
        "avatar": "https://cdn.v2ex.com/avatar/2b47/e1c8/216428_large.png?m=1760428853"
      }, 
      "url": "https://www.v2ex.com/t/1165172", 
      "title": "Surge + Ponte \u52a8\u6001 UDP \u7aef\u53e3\u5728 iKuai \u4e0a\u7684 DMZ \u914d\u7f6e\u6709\u98ce\u9669\u5417\uff1f", 
      "id": "https://www.v2ex.com/t/1165172", 
      "date_published": "2025-10-14T08:06:16+00:00", 
      "content_html": "<p>\u6700\u8fd1\u5728\u5bb6\u91cc\u642d\u5efa\u4e86\u4e00\u4e2a Surge Ponte UDP \u4e2d\u7ee7\u73af\u5883\uff0c\u8ba9\u5916\u7f51\u53ef\u4ee5\u8bbf\u95ee\u5185\u7f51\u670d\u52a1\u3002\u6211\u7684 Ponte \u662f\u901a\u8fc7 Debian \u4e0a\u7684 Snell \u4ee3\u7406\u8fdb\u884c UDP \u4e2d\u7ee7\u7684\uff0c\u8fd9\u6837\u5ba2\u6237\u7aef\u5373\u4f7f\u5728\u516c\u7f51\u4e5f\u80fd\u901a\u8fc7\u52a8\u6001 UDP \u7aef\u53e3\u8bbf\u95ee\u5185\u7f51\u670d\u52a1\u3002\u5e76\u4e14\u53ef\u4ee5\u6dfb\u52a0\u591a\u4e2a Ponte \u670d\u52a1\u7aef\uff0c\u89e3\u51b3\u5185\u7f51\u8bbf\u95ee\u95ee\u9898\u3002</p>\n<p>\u56e0\u4e3a\u6211\u89c2\u5bdf\u5230 Ponte \u7684 UDP \u7aef\u53e3\u662f\u52a8\u6001\u53d8\u5316\u7684\uff0c\u6240\u4ee5\u6211\u5728 iKuai \u4e0a\u505a\u4e86\u5982\u4e0b\u8bbe\u7f6e\uff1a\n\u2022DMZ / \u7aef\u53e3\u6620\u5c04\u53ea\u5f00\u653e UDP\n\u2022\u6392\u9664\u4e86 TCP \u6d41\u91cf\n\u2022\u6392\u9664\u4e86\u4f4e\u6bb5\u7aef\u53e3\uff08 1-50000 \uff09\uff0c\u53ea\u5141\u8bb8\u9ad8\u7aef UDP \u7aef\u53e3</p>\n<p>\u8fd9\u6837\u505a\u7684\u76ee\u7684\u662f\u4fdd\u8bc1 Surge + Ponte \u7684 UDP \u4e2d\u7ee7\u529f\u80fd\uff0c\u540c\u65f6\u5c3d\u91cf\u964d\u4f4e\u6574\u673a\u66b4\u9732\u98ce\u9669\u3002</p>\n<p>\u6709\u51e0\u4e2a\u95ee\u9898\u60f3\u8bf7\u6559\u5927\u5bb6\uff1a\n1.\u8fd9\u79cd\u505a\u6cd5\u662f\u5426\u5b89\u5168\uff1f UDP \u9ad8\u7aef\u7aef\u53e3\u5f00\u653e\u4f1a\u4e0d\u4f1a\u88ab\u6ee5\u7528\u6216\u6210\u4e3a DDoS \u653b\u51fb\u76ee\u6807\uff1f\n2.\u4ec5\u6392\u9664 TCP \u548c\u4f4e\u6bb5\u7aef\u53e3\uff0c\u662f\u5426\u8fd8\u5b58\u5728\u88ab\u626b\u63cf\u6216\u653b\u51fb\u7684\u98ce\u9669\uff1f\n3.\u6709\u6ca1\u6709\u66f4\u5b89\u5168\u7684\u65b9\u5f0f\u65e2\u80fd\u652f\u6301\u52a8\u6001 UDP \u7aef\u53e3\uff0c\u53c8\u80fd\u964d\u4f4e\u66b4\u9732\u9762\uff1f\n4.Debian \u7aef\u9632\u706b\u5899\u914d\u7f6e\u4e0a\uff0c\u6709\u6ca1\u6709\u63a8\u8350\u7b56\u7565\uff1f\u6211\u76ee\u524d\u8003\u8651\u53ea\u5141\u8bb8 UDP \u6d41\u91cf\u5230 Ponte \u670d\u52a1\u7aef\u53e3\u8303\u56f4\uff0cTCP \u53ea\u5141\u8bb8\u5185\u7f51 SSH \u7ba1\u7406\u3002\n5.surge \u7684 Ponte \u7aef\u53e3\u968f\u673a\u662f\u5982\u4f55\u786e\u5b9a\u7684\uff08\u4f8b\u5982\u4ee3\u7406\u4e2d\u7ee7\u53ea\u5f00\u653e\u4e86\u9ad8\u4f4d\u7aef\u53e3\uff09\uff1f</p>\n<p>\u5e0c\u671b\u6709\u7ecf\u9a8c\u7684\u670b\u53cb\u5206\u4eab\u5b9e\u6218\u7ecf\u9a8c\u6216\u8005\u9632\u62a4\u5efa\u8bae\uff0c\u611f\u8c22\ud83d\ude4f</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/bighit", 
        "name": "bighit", 
        "avatar": "https://cdn.v2ex.com/avatar/eff0/558f/757150_large.png?m=1766155163"
      }, 
      "url": "https://www.v2ex.com/t/1163137", 
      "date_modified": "2025-10-02T03:48:18+00:00", 
      "content_html": "<p>\u5982\u9898\uff0c\u6211\u7528\u7684\u662f\u6b63\u7248\u7684\uff0c\u6700\u8fd1\u4f1a\u63d0\u793a\u8fd9\u4e2a\uff0c\u4e0d\u77e5\u9053\u662f\u54ea\u91cc\u51fa\u95ee\u9898\u4e86\uff0c\u5927\u4f6c\u4eec\u77e5\u9053\u600e\u4e48\u89e3\u51b3\u4e48\uff1f\u63d0\u524d\u8c22\u8c22\u4e86\uff01 <a href=\"https://imgur.com/a/YGmKuYv\" rel=\"nofollow\">https://imgur.com/a/YGmKuYv</a></p>\n", 
      "date_published": "2025-10-02T03:43:50+00:00", 
      "title": "surge for Mac \u51fa\u73b0\u8fd9\u4e2a\u63d0\u793a\u600e\u4e48\u7834\uff1f", 
      "id": "https://www.v2ex.com/t/1163137"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/couture", 
        "name": "couture", 
        "avatar": "https://cdn.v2ex.com/avatar/b2ff/db77/659362_large.png?m=1783775564"
      }, 
      "url": "https://www.v2ex.com/t/1163045", 
      "title": "surge \u914d\u7f6e\u901a\u8fc7 atrust docker \u5b9e\u73b0\u5185\u7f51\u548c\u5916\u7f51\u90fd\u53ef\u4ee5\u8bbf\u95ee", 
      "id": "https://www.v2ex.com/t/1163045", 
      "date_published": "2025-10-01T07:23:22+00:00", 
      "content_html": "\u5934\u6ca1\u6709\u5927\u4f6c\u77e5\u9053\uff0csurge \u600e\u4e48\u914d\u7f6e \u901a\u8fc7 atrust docker \u7248\u672c\uff0c\u5b9e\u73b0\u6821\u56ed\u7f51\u548c\u8c37\u6b4c\u540c\u65f6\u90fd\u80fd\u8bbf\u95ee\u7684\uff0c\u6709\u6ca1\u6709\u6a21\u677f\u53ef\u4ee5\u53c2\u8003\u7684\uff0c\u611f\u8c22\u5927\u4f6c\u4eec"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/TashinV", 
        "name": "TashinV", 
        "avatar": "https://cdn.v2ex.com/avatar/0394/ea68/6991_large.png?m=1650248999"
      }, 
      "url": "https://www.v2ex.com/t/1160902", 
      "title": "iOS 26 Surge \u7684[SSID Setting] \"SSID\" suspend = true \u5931\u6548\uff0c macOS 26 \u6b63\u5e38\u3002", 
      "id": "https://www.v2ex.com/t/1160902", 
      "date_published": "2025-09-21T14:07:58+00:00", 
      "content_html": "\u91cd\u542f\u95ee\u9898\u4f9d\u65e7\uff0c\u4e24\u53f0 iOS \u90fd\u6709\u8fd9\u4e2a\u95ee\u9898\u3002<br />\u6709\u6ca1\u6709\u670b\u53cb\u4eec\u53d1\u73b0\u540c\u6837\u95ee\u9898\u7684\uff1f"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/crackdawnm", 
        "name": "crackdawnm", 
        "avatar": "https://cdn.v2ex.com/avatar/df88/f65f/674054_large.png?m=1728549105"
      }, 
      "url": "https://www.v2ex.com/t/1159495", 
      "title": "macos26 surge5 \u6ca1\u529e\u6cd5\u5f00\u589e\u5f3a\u6a21\u5f0f\u5462", 
      "id": "https://www.v2ex.com/t/1159495", 
      "date_published": "2025-09-16T01:18:38+00:00", 
      "content_html": "<p>\u4e00\u5f00\u589e\u5f3a\u6a21\u5f0f\u70ed\u70b9\u5c31\u6389\u4e86\uff0c\u4e0d\u5f00\u7684\u8bdd\u67d0\u4e9b\u5e94\u7528\u53c8\u4ee3\u7406\u4e0d\u4e86</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/suwu", 
        "name": "suwu", 
        "avatar": "https://cdn.v2ex.com/gravatar/aad99ea28eefc872b0c5c891492ff37a?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1157095", 
      "date_modified": "2025-09-04T08:14:31+00:00", 
      "content_html": "<p>\u94fe\u5f0f\u4ee3\u7406\u4f7f\u7528\u7684\u662f\u7b56\u7565\u7ec4\u7684\u65b9\u5f0f </p>\n<pre><code class=\"language-yaml\">Proxies = select, policy-path= subscribe.conf,external-policy-modifier = underlying-proxy= \u843d\u5730\n</code></pre>\n<p>\u73b0\u8c61:\n1.\u8bf7\u6c42 <a href=\"https://ipaddress.my\" rel=\"nofollow\">https://ipaddress.my</a> \u770b\u5230\u7684 IP \u4e0d\u662f\u6211\u7684\u843d\u5730\u673a\u7684 IP,\u663e\u793a\u673a\u573a\u7684\u4e2d\u8f6c IP</p>\n<p>2.\u8fde\u63a5\u8fdc\u7aef\u670d\u52a1\u7684\u6570\u636e\u5e93\u80fd\u6b63\u5e38\u67e5\u8be2,\u4f46\u662f\u7f51\u9875\u6253\u4e0d\u5f00,\u8bf7\u6c42\u67e5\u770b\u5668\u4e2d\u663e\u793a\u4e0b\u8f7d 0</p>\n<p><img alt=\"\" class=\"embedded_image\" loading=\"lazy\" referrerpolicy=\"no-referrer\" rel=\"noreferrer\" src=\"https://i.imgur.com/bUKHQjq.png\"/></p>\n<p>3.\u4f7f\u7528 clash \u914d\u7f6e\u94fe\u5f0f\u4ee3\u7406 <a href=\"https://ipaddress.my\" rel=\"nofollow\">https://ipaddress.my</a> \u80fd\u6b63\u5e38\u770b\u5230\u6211\u843d\u5730\u673a\u7684 IP</p>\n", 
      "date_published": "2025-09-04T08:06:18+00:00", 
      "title": "surge \u94fe\u5f0f\u4ee3\u7406\u95ee\u9898,\u6709\u6ca1\u6709\u5927\u4f6c\u89e3\u7b54\u4e00\u4e0b", 
      "id": "https://www.v2ex.com/t/1157095"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Crazypointer", 
        "name": "Crazypointer", 
        "avatar": "https://cdn.v2ex.com/gravatar/d6b1d09f1ec7a8a4e315c687d8050c57?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1151912", 
      "date_modified": "2025-08-12T13:43:42+00:00", 
      "content_html": "\u5982\u56fe\uff0c\u5728 beta5 \u7684\u65f6\u5019\uff0c\u53d1\u73b0\u83dc\u5355\u680f\u7684\u56fe\u6807\u5b58\u5728\u5168\u5c4f\u64ad\u653e\u89c6\u9891\u540e\u9000\u51fa\u65f6\uff0c\u56fe\u6807\u95ea\u70c1\u7684\u95ee\u9898\u3002\u627e\u4e86\u597d\u591a\u65b9\u6cd5\uff0c\u6700\u540e\u7528 command \u62d6\u51fa\u83dc\u5355\u680f\u7684\u65b9\u6cd5\u79fb\u9664\u6389\u56fe\u6807\u4e4b\u540e\uff0c\u597d\u50cf\u5c31\u4e0d\u95ea\u70c1\u4e86\uff0c\u4f46\u662f\u53d1\u73b0 surge \u7684\u56fe\u6807\u4e0d\u663e\u793a\u4e86\uff0c\u5fae\u4fe1\u3001Bob \u3001Raycast \u8fd9\u4e9b\u8f6f\u4ef6\u7684\u56fe\u6807\u90fd\u662f\u79fb\u9664\u8fc7\u4e00\u904d\uff0c\u540e\u9762\u8fd8\u662f\u663e\u793a\u7684\uff0c\u5c31 surge \u4e0d\u77e5\u9053\u4e3a\u4ec0\u4e48\uff0c\u600e\u4e48\u90fd\u4e0d\u663e\u793a\u3002<br /><br />\u800c\u4e14\u53d1\u73b0\u5373\u4f7f\u5220\u9664\u7684\u4e86\u7684\u8f6f\u4ef6\uff0c\u4e5f\u4f1a\u5728\u201c\u5141\u8bb8\u5728\u83dc\u5355\u680f\u663e\u793a\u201d\u4e2d\u663e\u793a<br /><br /><a target=\"_blank\" href=\"https://imgur.com/a/gg7WcLK\" rel=\"nofollow noopener\">https://imgur.com/a/gg7WcLK</a><br /><br /><br />\u5c1d\u8bd5\u5f00\u5173\u8bbe\u7f6e-\u83dc\u5355\u680f-\u5141\u8bb8\u5728\u83dc\u5355\u680f\u663e\u793a-surge \u7684\u5f00\u5173\u6309\u94ae\uff0c\u6ca1\u6709\u6548\u679c\u3002<br /><br />\u5c1d\u8bd5\u8fc7\u5378\u8f7d\u91cd\u88c5 surge \uff0c\u8fd8\u662f\u4e0d\u663e\u793a\u56fe\u6807\u3002<br /><br />\u4e0d\u77e5\u9053\u5927\u4f6c\u4eec\u6709\u9047\u5230\u8fc7\u6ca1\u3002", 
      "date_published": "2025-08-12T11:44:27+00:00", 
      "title": "macOS 26 beta5 \u83dc\u5355\u680f surge \u56fe\u6807 command \u79fb\u9664\u540e\u65e0\u6cd5\u663e\u793a", 
      "id": "https://www.v2ex.com/t/1151912"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/husldlq", 
        "name": "husldlq", 
        "avatar": "https://cdn.v2ex.com/avatar/83f6/aa18/282190_large.png?m=1677587985"
      }, 
      "url": "https://www.v2ex.com/t/1151323", 
      "date_modified": "2025-08-10T05:50:37+00:00", 
      "content_html": "\u7528\u7684\u81ea\u52a8\u63a5\u7ba1\uff0c\u5404\u4f4d\u6709\u8fd9\u6837\u7684\u95ee\u9898\u5417", 
      "date_published": "2025-08-10T02:07:09+00:00", 
      "title": "surge for mac6.0 \u4f7f\u7528\u81ea\u52a8 DHCP \u670d\u52a1\uff0c\u770b\u7535\u89c6\u76f4\u64ad\uff0c\u4f1a\u7ecf\u5e38\u7f13\u51b2\uff0c\u6709\u89e3\u51b3\u529e\u6cd5\u5417", 
      "id": "https://www.v2ex.com/t/1151323"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/bf109_", 
        "name": "bf109_", 
        "avatar": "https://cdn.v2ex.com/avatar/685a/c8ca/3750_large.png?m=1754212295"
      }, 
      "url": "https://www.v2ex.com/t/1150163", 
      "title": "Surge \u7684\u591a\u673a\u573a\u8ba2\u9605+\u81ea\u5b9a\u4e49\u7684\u7b56\u7565\uff0c\u597d\u4e71", 
      "id": "https://www.v2ex.com/t/1150163", 
      "date_published": "2025-08-05T09:38:57+00:00", 
      "content_html": "<p>\u4e3a\u5565 Surge \u4e0d\u5355\u72ec\u628a\u8ba2\u9605\u5206\u5f00\uff0c\u7136\u540e\u52a0\u5165 Loon \u7684 Filter \uff0c\u5c31\u5f88\u8212\u670d\u4e86</p>\n<p><img alt=\"\" class=\"embedded_image\" loading=\"lazy\" referrerpolicy=\"no-referrer\" rel=\"noreferrer\" src=\"https://i.v2ex.co/n559q7h7.jpeg\"/></p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/v2gba", 
        "name": "v2gba", 
        "avatar": "https://cdn.v2ex.com/avatar/099b/a65d/45554_large.png?m=1725955966"
      }, 
      "url": "https://www.v2ex.com/t/1149648", 
      "title": "\u4f60\u4eec\u672c\u5730\u56de\u73af\u6d4b\u8bd5\u80fd\u8dd1\u5230\u4f5c\u8005\u8bf4\u7684\u90a3\u4e2a\u901f\u5ea6\u5417\uff1f Surge6 (mac mini m4 \u4e10\u7248)", 
      "id": "https://www.v2ex.com/t/1149648", 
      "date_published": "2025-08-03T14:35:59+00:00", 
      "content_html": "<p>\u5982\u9898</p>\n<p>\u6211\u4e0a\u4e0b\u90fd\u53ea\u80fd\u5230 16G \u5de6\u53f3</p>\n<p>\u5728\u60f3\u662f\u4e0d\u662f\u54ea\u91cc\u6709\u95ee\u9898</p>\n<p>\u8fd8\u662f\u8bf4\u4f5c\u8005\u7684 m4 \u662f\u9ad8\u914d?</p>\n<p>\u56de\u73af\u6d4b\u8bd5</p>\n<pre><code># terminal 1\niperf3-darwin -s\n# terminal 2\niperf3-darwin -Rc lvh.me\n# terminal 2 \u4e0a\u4f20\niperf3-darwin -c lvh.me\n</code></pre>\n<blockquote>\n<p>Loopback iperf testing on M4 Mac Mini shows max upstream throughput of ~30Gbps and downstream ~23Gbps, far surpassing other similar software.</p>\n</blockquote>\n<blockquote>\n<p>Starting with Surge Mac 6, we offer an Optimal Performance Guarantee: if, after purchasing Surge, you find that Surge\u2019s performance metrics (including throughput and latency) under the same conditions are inferior to other software, you can apply for a full refund within 30 days of purchase.</p>\n</blockquote>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/zht5178", 
        "name": "zht5178", 
        "avatar": "https://cdn.v2ex.com/gravatar/c57fb50f6a8f0eb1d19a88a6ced4f0c3?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1145794", 
      "title": "\u4f7f\u7528 surge \u5ba2\u6237\u7aef\u5bfc\u81f4\u914d\u7f6e\u4e86 sni \u89e3\u9501\u7684\u8282\u70b9\u89e3\u9501\u5931\u6548\u7684\u95ee\u9898", 
      "id": "https://www.v2ex.com/t/1145794", 
      "date_published": "2025-07-17T04:00:40+00:00", 
      "content_html": "\u6211\u4e00\u76f4\u7528\u516b\u5408\u4e00\u811a\u672c\u914d\u7f6e\u8282\u70b9\uff0c\u5e76\u7528\u5206\u6d41\u5de5\u5177 sni \u65b9\u5f0f\u89e3\u9501\u5948\u98de\uff0c\u5ba2\u6237\u7aef\u4ee5\u524d\u7528\u5c0f\u706b\u7bad\uff0c\u6b63\u5e38\u672c\u5730\u89e3\u9501\u5948\u98de\u975e\u81ea\u5236\u3002<br />\u4f46\u662f\u6700\u8fd1\u521a\u5165\u5751\u4e86 surge \uff0c\u4e0d\u77e5\u9053\u662f\u4e0d\u662f surge \u5ba2\u6237\u7aef\u8bbe\u7f6e\u7684\u95ee\u9898\uff0csni \u89e3\u9501\u5931\u6548\u3002<br />\u8bf7\u6559\u662f\u4ec0\u4e48\u539f\u56e0\uff0c\u6709\u9047\u5230\u4e00\u6837\u95ee\u9898\u7684\u670b\u53cb\u4e48\uff1f\u5982\u4f55\u89e3\u51b3\uff1f"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/mMartin", 
        "name": "mMartin", 
        "avatar": "https://cdn.v2ex.com/avatar/b391/300f/315881_large.png?m=1780906428"
      }, 
      "url": "https://www.v2ex.com/t/1145118", 
      "date_modified": "2025-07-15T02:01:39+00:00", 
      "content_html": "<a target=\"_blank\" href=\"https://i.imgur.com/izOZgCd.png\" rel=\"nofollow noopener\" target=\"_blank\"><img src=\"https://i.imgur.com/izOZgCd.png\" class=\"embedded_image\" rel=\"noreferrer\"></a>", 
      "date_published": "2025-07-14T09:22:25+00:00", 
      "title": "surge 6.0 \u53c8\u6765\u5272\u97ed\u83dc", 
      "id": "https://www.v2ex.com/t/1145118"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/ethanpeng", 
        "name": "ethanpeng", 
        "avatar": "https://cdn.v2ex.com/avatar/1200/cfd3/298856_large.png?m=1785988210"
      }, 
      "url": "https://www.v2ex.com/t/1145005", 
      "title": "mac surge WireGuard \u914d\u7f6e\u95ee\u9898", 
      "id": "https://www.v2ex.com/t/1145005", 
      "date_published": "2025-07-14T02:04:35+00:00", 
      "content_html": "<p>\u4ee5\u4e0b\u662f\u6211\u7684\u914d\u7f6e\u6587\u4ef6</p>\n<pre><code>[General]\nhttp-listen = 0.0.0.0\nsocks5-listen = 0.0.0.0\ntest-timeout = 4\nproxy-test-url = http://www.gstatic.com/generate_204\ndns-server = 223.6.6.6\n\n[Proxy]\nwireguard-home = wireguard, section-name = HomeServer\n\n[WireGuard HomeServer]\nprivate-key = privateKey\nself-ip = 10.0.10.3\ndns-server = 192.168.88.1\nmtu = 1280\npeer = (public-key = publicKey, preshared-key = PSK, allowed-ips = 0.0.0.0/0, endpoint = domain.com:51820)\n</code></pre>\n<p>\u4fdd\u5b58\u914d\u7f6e\u6587\u4ef6\u540e\u5982\u56fe\uff1a\n<img alt=\"\" class=\"embedded_image\" loading=\"lazy\" referrerpolicy=\"no-referrer\" rel=\"noreferrer\" src=\"https://i.imgur.com/Rhpdp8n.png\"/>\n\u4f46\u662f\u63d0\u793a\u914d\u7f6e\u6587\u4ef6\u4e0d\u5b58\u5728\n<img alt=\"\" class=\"embedded_image\" loading=\"lazy\" referrerpolicy=\"no-referrer\" rel=\"noreferrer\" src=\"https://i.imgur.com/42nUbQp.png\"/></p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/bsun", 
        "name": "bsun", 
        "avatar": "https://cdn.v2ex.com/avatar/8f44/31e7/576537_large.png?m=1719656552"
      }, 
      "url": "https://www.v2ex.com/t/1144811", 
      "date_modified": "2025-07-12T15:51:43+00:00", 
      "content_html": "<p><img alt=\"6ee2fdf4c34386405050f5ca0dae4412.jpeg\" class=\"embedded_image\" loading=\"lazy\" referrerpolicy=\"no-referrer\" rel=\"noreferrer\" src=\"https://i.mji.rip/2025/07/12/6ee2fdf4c34386405050f5ca0dae4412.jpeg\"/></p>\n", 
      "date_published": "2025-07-12T13:04:19+00:00", 
      "title": "Surge 5 \u7248\u672c\u7591\u60d1", 
      "id": "https://www.v2ex.com/t/1144811"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/RobertLyu", 
        "name": "RobertLyu", 
        "avatar": "https://cdn.v2ex.com/avatar/3c87/7e48/333299_large.png?m=1782437926"
      }, 
      "url": "https://www.v2ex.com/t/1144735", 
      "title": "Surge Mac 6.0 \u8981\u4e0a\u7ebf\u4e86\uff0c\u6709\u5fc5\u8981\u7eed\u8d39\u5417\uff1f", 
      "id": "https://www.v2ex.com/t/1144735", 
      "date_published": "2025-07-12T05:46:16+00:00", 
      "content_html": "2021 \u5e74\u7684\u65f6\u5019\u4e70\u4e86 5 \u8bbe\u5907\u7248\u672c\u7684 Surge 4 \uff0c2023 \u5e74\u7684\u65f6\u5019\u987a\u7740\u5347\u7ea7\u5230\u4e86 Surge 5 \u3002<br /><br />5 \u53f0\u8bbe\u5907\u4e00\u5171\u7528\u4e86 1 \u53f0\uff0c\u9664\u4e86\u5f00\u542f\u5173\u95ed\u3001\u589e\u5f3a\u4ee3\u7406\uff0cDashboard \u57fa\u672c\u4e0d\u7528\u3002<br /><br />\u4e00\u770b Telegram \u9891\u9053\uff0c7 \u6708 14 \u53f7\u65e9\u9e1f\u7684 8 \u6298\u5c31\u7ed3\u675f\u4e86\u3002\u73b0\u5728\u8fd8\u662f 37 \u7f8e\u5143\u3002<br /><br />\u8bf7\u95ee\u5404\u4f4d\u6709\u5fc5\u8981\u5347\u7ea7\u5230 Surge 6 \u5417\uff1f"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/oinkiss", 
        "name": "oinkiss", 
        "avatar": "https://cdn.v2ex.com/avatar/acdd/38f2/116379_large.png?m=1441780152"
      }, 
      "url": "https://www.v2ex.com/t/1143540", 
      "date_modified": "2025-07-07T07:58:56+00:00", 
      "content_html": "<p>\u5927\u5bb6\u9047\u5230\u8fc7\u5417\uff1f\u6253\u5f00 surge \u8fc7 5 \u79d2\u5de6\u53f3\u5c31\u663e\u793a surge \u5df2\u65ad\u5f00\u3002</p>\n", 
      "date_published": "2025-07-07T07:51:57+00:00", 
      "title": "appletv \u5347\u7ea7 26 \u540e surge \u8fc7\u51e0\u79d2\u5c31\u95ea\u9000\uff1f", 
      "id": "https://www.v2ex.com/t/1143540"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/shinonome", 
        "name": "shinonome", 
        "avatar": "https://cdn.v2ex.com/avatar/95cd/d1ef/496702_large.png?m=1760328243"
      }, 
      "url": "https://www.v2ex.com/t/1143053", 
      "title": "surge 6 \u7684 ipv6 ponte \u8fd8\u633a\u65b9\u4fbf", 
      "id": "https://www.v2ex.com/t/1143053", 
      "date_published": "2025-07-04T08:16:27+00:00", 
      "content_html": "<p>\u6700\u8fd1\u5728\u7814\u7a76\u600e\u4e48\u628a\u5bb6\u91cc\u7684\u7f51\u7edc\u516c\u7f51\u8bbf\u95ee, \u524d\u51e0\u5929\u521a\u597d ipv6 \u7684\u8bbf\u95ee, \u4f46\u4e00\u76f4\u8fd8\u662f\u62c5\u5fc3\u5b89\u5168\u95ee\u9898,\u800c\u4e14\u4e5f\u6ca1\u6709\u4ec0\u4e48\u5171\u4eab\u9700\u6c42, \u53ea\u662f\u81ea\u5df2\u4e00\u4e2a\u4eba\u7528</p>\n<p>\u672c\u6765\u5f00\u59cb\u770b wireguard \u600e\u4e48\u5f04\u4e86, \u641c\u600e\u4e48\u548c surge \u5171\u5b58\u7684\u65f6\u5019\u53d1\u73b0\u4e86\u8fd9\u4e2a(\u4ee5\u524d\u6211\u4e00\u76f4\u4ee5\u4e3a\u8fd9\u4e2a\u5c31\u662f\u4e2a\u8fdc\u7a0b\u9762\u677f)\u3002</p>\n<p>\u5f00\u542f\u65b9\u5f0f\u4e5f\u5f88\u7b80\u5355\uff0c\u4e00\u53f0\u5bb6\u91cc\u7684 mac(\u521a\u597d\u6709\u4e00\u53f0 mini)\uff0cponte \u9009 ipv6 \u5c31\u597d\uff0c\u7136\u540e\u8def\u7531\u5668\u90a3\u8fb9\u653e\u884c udp:6208</p>\n<pre><code>config rule                                                      \n        option target 'ACCEPT'                                   \n        option name 'mac'                                        \n        option dest_port '6208'                                  \n        list proto 'udp'                                         \n        option dest 'lan'                                        \n        option src 'wan'\n</code></pre>\n<p>\u7136\u540e surge \u914d\u7f6e\u4e00\u4e0b\u89c4\u5219\u5c31\u53ef\u4ee5\u8bbf\u95ee\u4e86</p>\n<pre><code>[Proxy Group]\nPonte Link = subnet, default = DEVICE:macmini, \"SSID:laoma_5G\" = DIRECT, \"ROUTER:192.168.3.1\" = DIRECT\n\n[Rule]\nIP-CIDR,192.168.3.0/24,\"Ponte Link\",no-resolve\n</code></pre>\n<h3>\u4e3a\u4ec0\u4e48\u9009 ponte</h3>\n<p>\u4e3b\u8981\u8fd8\u662f\u5b89\u5168\u548c\u65b9\u4fbf\uff08\u4f60\u5168\u662f surge \u8bbe\u5907\uff09\uff0c\u4e5f\u4e0d\u7528\u6574\u57df\u540d\u4ec0\u4e48\u7684\uff0c\u548c\u6b63\u5e38\u5185\u7f51\u8bbf\u95ee\u4e00\u6837</p>\n<h3>\u5199\u5728\u540e\u9762</h3>\n<p>\u5f53\u7136\uff0csurge \u90a3\u4ef7\u683c\u548c\u8be5\u6b7b\u7684\u534f\u8bae\u652f\u6301\uff0c\u5982\u679c\u4e0d\u662f\u4f60\u4e70\u4e86\uff0c \u6211\u662f\u5efa\u8bae\u4f60\u627e\u627e\u522b\u7684\u65b9\u6cd5\u7684</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/shinsekai", 
        "name": "shinsekai", 
        "avatar": "https://cdn.v2ex.com/gravatar/d5f674b3205d77ccf806c6c93ac785a9?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1141646", 
      "title": "Surge ponte \u5e94\u8be5\u5982\u4f55\u914d\u7f6e\u624d\u80fd\u8fde\u4e0a\uff1f", 
      "id": "https://www.v2ex.com/t/1141646", 
      "date_published": "2025-06-28T07:05:04+00:00", 
      "content_html": "<p>\u4e00\u53f0 mac mini \uff0c\u653e\u5bb6\u91cc\uff0c\u5149\u732b\u6865\u63a5\uff0c\u8def\u7531\u62e8\u53f7\u8fde mac mini \uff0c\u56fa\u5b9a IP \uff0c\u5f00 DMZ \uff0c\u5728 Surge \u5185\u53ca\u7f51\u7ad9\u68c0\u6d4b\u786e\u8ba4\u4e3a NAT1 \uff0c\u7136\u540e\u5f00\u542f Ponte \u7684 NAT1 \u6a21\u5f0f\uff0c\u6253\u5f00\u8bbe\u7f6e\u4e3a\u7cfb\u7edf\u4ee3\u7406\uff0c\u9009\u62e9\u76f4\u8fde\u4ee5\u786e\u4fdd\u6392\u9664\u4ee3\u7406\u95ee\u9898</p>\n<p>\u53e6\u4e00\u53f0 macbook \uff0c\u6253\u5f00 Surge \uff0c\u4e0d\u8bbe\u7f6e Ponte \uff0c\u4ec5\u6253\u5f00\u8bbe\u7f6e\u4e3a\u7cfb\u7edf\u4ee3\u7406\uff0c\u9009\u62e9\u76f4\u8fde\uff0c\u5728\u5df2\u6ce8\u518c\u8bbe\u5907\u4e2d\u5df2\u770b\u5230 mac mini \uff0c\u4f46\u65e0\u8bba\u5728\u5c40\u57df\u7f51\u8fd8\u662f\u5916\u9762\uff0c\u5728\u8bbf\u8fbe\u91cc\u7684\u8fde\u63a5\u670d\u52a1\u5668\u8f93\u5165 <a href=\"http://mini.sgponte\" rel=\"nofollow\">http://mini.sgponte</a> \u90fd\u8fde\u4e0d\u4e0a</p>\n<p>\u8fde\u63a5\u65f6 macbook \u7684 dashboard \u663e\u793a\n[Connector] Connection setup failed: Remote proxy server error: Connection refused (SNConnectorNetworkErrorDomain:6), continue waiting for other connections\n[Connection] Disconnect: Remote proxy server error: Connection refused (SNConnectorNetworkErrorDomain:6)</p>\n<p>\u8fde\u63a5\u65f6 mini \u7684 dashboard \u663e\u793a\n[Socket] Failed to connect to address XXX in 0.0ms: Connection refused\n[Socket] All addresses failed, abort.\n[Connection] Disconnect: Connection refused (POSIX:61)\n[Connector] Connection setup failed: Connection refused (POSIX:61), abort</p>\n<p>\u8bf7\u95ee\u8fd8\u9700\u8981\u4ec0\u4e48\u8bbe\u7f6e\u5417\uff1f\u6bd4\u5982\u7f51\u5173\u6a21\u5f0f\u3001\u589e\u5f3a\u6a21\u5f0f\u3001\u5ba2\u6237\u7aef Ponte \u3001Mac \u7cfb\u7edf\u81ea\u5e26\u9632\u706b\u5899\u3001\u8def\u7531\u5668\u7b49</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/adaashili", 
        "name": "adaashili", 
        "avatar": "https://cdn.v2ex.com/avatar/7b31/c15e/586361_large.png?m=1778433648"
      }, 
      "url": "https://www.v2ex.com/t/1141491", 
      "date_modified": "2025-06-27T19:16:35+00:00", 
      "content_html": "<p>\u6211\u4eec\u4e4b\u524d\u66fe\u7ecf\u64b0\u6587\u89e3\u91ca\u8fc7\uff0c\u5728\u5927\u7248\u672c\u6536\u8d39\u66f4\u65b0\u7684\u6a21\u5f0f\u4e0b\uff0c\u5f00\u53d1\u8005\u5e94\u8be5\u5c3d\u91cf\u5c06\u529f\u80fd\u5806\u79ef\u5230\u4e0b\u4e00\u4e2a\u5927\u7248\u672c\u4e2d\u53d1\u5e03\uff0c\u624d\u662f\u6700\u4f18\u7684\u7b56\u7565\u3002\u4f46\u662f\u6211\u4eec\u786e\u5b9e\u4e0d\u60f3\u8fd9\u4e48\u505a\uff0c\u4e0d\u60f3\u6709\u610f\u7684\u62d6\u5ef6\u65b0\u529f\u80fd\u7684\u5b9e\u73b0\uff0c\u6240\u4ee5\u5373\u4f7f\u5728\u514d\u8d39\u66f4\u65b0\u5468\u671f\u5185\uff0cSurge \u4e5f\u4e00\u76f4\u4fdd\u6301\u7740\u9ad8\u5f3a\u5ea6\u3001\u65e0\u4fdd\u7559\u7684\u66f4\u65b0\u8282\u594f\u3002</p>\n<p>\u4f46\u8fd9\u786e\u5b9e\u4e5f\u7ed9\u6211\u4eec\u5e26\u6765\u4e86\u56f0\u6270\uff0c\u5f53\u6211\u4eec\u5e94\u8be5\u8fdb\u884c\u5927\u7248\u672c\u66f4\u65b0\u65f6\uff0c\u7528\u6237\u53ef\u80fd\u4f1a\u89c9\u5f97\u65b0\u7684\u529f\u80fd\u5e76\u4e0d\u8db3\u591f\u652f\u6491\u8fd9\u6b21\u4ed8\u8d39\u66f4\u65b0\uff0c\u9664\u975e\u6211\u4eec\u523b\u610f\u62d6\u5ef6\u65b0\u529f\u80fd\u7684\u53d1\u5e03\u3002</p>\n<p>\u8fd9\u4e5f\u51e0\u4e4e\u662f\u6240\u6709\u6d3b\u8dc3\u7684\u5f00\u53d1\u5546\u6240\u9047\u5230\u7684\u5171\u540c\u95ee\u9898\uff0c\u56e0\u6b64\u73b0\u5728\u5927\u91cf\u7684\u8f6f\u4ef6\u5747\u91c7\u7528\u7eaf\u8ba2\u9605\uff0c\u548c\u7ef4\u62a4\u8ba2\u9605\u6a21\u5f0f\u3002\u56e0\u6b64\u5728 Surge Mac 6 \u91cc\uff0c\u6211\u4eec\u4e5f\u51b3\u5b9a\u8f6c\u5411\u7ef4\u62a4\u8ba2\u9605\u6a21\u5f0f\u3002</p>\n<p>\u5177\u4f53\u7ec6\u8282\u5982\u4e0b\uff1a\nSurge Mac 6 \u7684\u552e\u4ef7\u4fdd\u6301\u4e0d\u53d8\uff0c\u8d2d\u4e70\u540e\u5e26\u6709\u4e00\u5e74\u671f\u7684\u7ef4\u62a4\u8ba2\u9605\uff0c\u53ef\u5728\u4e00\u5e74\u5185\u514d\u8d39\u83b7\u53d6\u6240\u6709\u66f4\u65b0\u3002\n\u8ba2\u9605\u8fc7\u671f\u540e\uff0c\u53ef\u7ec8\u8eab\u7ee7\u7eed\u4f7f\u7528\u6700\u540e\u7684\u7248\u672c\uff0c\u5982\u679c\u60f3\u8981\u8fdb\u884c\u66f4\u65b0\uff0c\u9700\u8981\u7eed\u8ba2\u7ef4\u62a4\u8ba2\u9605\u3002\n\u7ef4\u62a4\u8ba2\u9605\u4ef7\u683c\u4e3a\n1 \u8bbe\u5907\u6388\u6743\uff1a$19.99/\u5e74\n3 \u8bbe\u5907\u6388\u6743\uff1a$29.99/\u5e74\n5 \u8bbe\u5907\u6388\u6743\uff1a$45.99/\u5e74</p>\n<p>\u5373\u65e5\u8d77\u622a\u6b62\u5230\u53d1\u5e03\u4e00\u5468\u540e\uff0c\u8ba2\u9605\u4ef7\u683c\u53ef\u4eab\u53d7 Early Brid 8 \u6298\u4f18\u60e0\u3002\n\u76ee\u524d\u5df2\u7ecf\u8d2d\u4e70 Surge Mac 5 \u7684\u7528\u6237\uff0c\u4e5f\u5c06\u83b7\u5f97\u81ea\u8d2d\u4e70\u65e5\u8d77\u4e00\u5e74\u671f\u7684\u7ef4\u62a4\u8ba2\u9605\u3002\u4e5f\u5c31\u662f\u8bf4\u4e8e 2024 \u5e74 7 \u6708 1 \u65e5\u540e\u8d2d\u4e70 Surge Mac 5 \u7684\u7528\u6237\uff0c\u53ef\u4ee5\u514d\u8d39\u66f4\u65b0\u81f3 Surge Mac 6 \u3002</p>\n<p>\u4e4b\u540e\u4e0d\u518d\u4f1a\u6709\u4ed8\u8d39\u5927\u7248\u672c\u66f4\u65b0\u3002\nSurge Mac 3/4 \u7528\u6237\uff0c\u4f9d\u7136\u9700\u8981\u5148\u4e00\u6b21\u6027\u4ed8\u8d39\u5347\u7ea7\u5230 v6 \u3002\u540c\u6837\u9644\u5e26\u81ea\u5347\u7ea7\u65e5\u8d77\u7684\u4e00\u5e74\u671f\u8ba2\u9605\u3002\n\u4e0e iOS \u7248\u672c\u4e00\u6837\uff0c\u4f60\u53ea\u9700\u8981\u5728\u89c9\u5f97\u6709\u9700\u6c42\u7684\u60c5\u51b5\u4e0b\uff0c\u518d\u8ba2\u9605\u8fdb\u884c\u66f4\u65b0\u5373\u53ef\u3002\u8ba2\u9605\u662f\u5b8c\u5168\u53ef\u9009\u7684\uff0c\u5373\u4f7f\u4e0d\u8ba2\u9605\u4e5f\u53ef\u4ee5\u4e00\u76f4\u4f7f\u7528\u5df2\u6709\u7684 Surge Mac \u7248\u672c\u3002</p>\n<p>\u4ee5\u4e0b\u662f\u539f\u6587:</p>\n<p>\u4ece 6.0 \u5f00\u59cb\uff0cSurge Mac \u8f6c\u4e3a\u76ee\u524d macOS App \u4e2d\u6700\u5e38\u89c1\u7684\u66f4\u65b0\u8ba2\u9605\u5236\uff0c\u8be6\u60c5\u8bf7\u53c2\u8003\uff1a <a href=\"https://kb.nssurge.com/surge-knowledge-base/zh/release-notes/surge-mac-6\" rel=\"nofollow\">https://kb.nssurge.com/surge-knowledge-base/zh/release-notes/surge-mac-6</a> \u30022024 \u5e74 7 \u6708 1 \u65e5\u540e\u8d2d\u4e70 Surge Mac 5 \u7684\u7528\u6237\u5747\u53ef\u514d\u8d39\u83b7\u5f97\u672c\u6b21\u66f4\u65b0\u3002</p>\n<p>6.0 \u7248\u672c\u5305\u542b\u4e86\u4f17\u591a\u66f4\u65b0\u5185\u5bb9\uff0c\u53d1\u5e03\u65e5\u5fd7\u8bf7\u53c2\u8003\uff1a <a href=\"https://kb.nssurge.com/surge-knowledge-base/zh/release-notes/surge-mac-6-release-note\" rel=\"nofollow\">https://kb.nssurge.com/surge-knowledge-base/zh/release-notes/surge-mac-6-release-note</a></p>\n", 
      "date_published": "2025-06-27T08:08:00+00:00", 
      "title": "surge6 \u6765\u4e86,Mac \u7aef\u4e5f\u6539\u6210 iOS \u7aef\u7684\u4e70\u65ad\u8ba2\u9605\u5236\u4e86", 
      "id": "https://www.v2ex.com/t/1141491"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/youknowsomething", 
        "name": "youknowsomething", 
        "avatar": "https://cdn.v2ex.com/avatar/f2d7/ed64/678681_large.png?m=1775809504"
      }, 
      "url": "https://www.v2ex.com/t/1140355", 
      "title": "surge mac 4 \u662f\u4e0d\u662f\u5728\u65b0\u7cfb\u7edf\u4e0a\u4e0d\u597d\u7528\u4e86\uff1f", 
      "id": "https://www.v2ex.com/t/1140355", 
      "date_published": "2025-06-23T02:15:56+00:00", 
      "content_html": "\u6211\u4ece\u65b0\u5b89\u88c5\u540e\uff0c\u7ed3\u679c\u6b7b\u6d3b\u5e2e\u52a9\u52a9\u624b\u5b89\u88c5\u4e0d\u4e86\uff0c\u4ee3\u7406\u5c31\u5f00\u542f\u4e0d\u6210\u529f\u4e86"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/cj323", 
        "name": "cj323", 
        "avatar": "https://cdn.v2ex.com/gravatar/55d8713a4741083ba73747a518298a1f?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1139272", 
      "title": "surge \u7684\u8fdc\u7aef domain set \u4f1a\u81ea\u52a8\u66f4\u65b0\u5417", 
      "id": "https://www.v2ex.com/t/1139272", 
      "date_published": "2025-06-17T13:26:50+00:00", 
      "content_html": "<p>\u539f\u8c05\u6211\u95ee\u5728\u8fd9\u91cc\uff0csurge \u5b98\u65b9\u8bba\u575b\u4eba\u592a\u5c11\u3002</p>\n<p>\u6211\u6709\u4e2a\u65e5\u66f4\u7684\u8fdc\u7aef domain set \u7528\u6765\u5c4f\u853d\u5e7f\u544a\u3002</p>\n<p>surge \u6dfb\u52a0\u65f6\u6ca1\u770b\u5230\u6709\u81ea\u52a8\u66f4\u65b0\u9009\u9879\uff08 rule set \u5012\u662f\u770b\u5230\u4e86\uff09\uff0c\u90a3\u4e48 surge \u4f1a\u81ea\u5df1\u66f4\u65b0\u8fd9\u4e2a domain set \u5417\u3002</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/gegeburu", 
        "name": "gegeburu", 
        "avatar": "https://cdn.v2ex.com/gravatar/4fad0c4bfa92b90545f2b5186f469432?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1139088", 
      "title": "mac \u4e0a surge \u5f00\u542f\u589e\u5f3a\u6a21\u5f0f zerotier \u65e0\u6cd5\u4f7f\u7528\uff0c\u6709\u89e3\u51b3\u529e\u6cd5\u5417\uff1f", 
      "id": "https://www.v2ex.com/t/1139088", 
      "date_published": "2025-06-17T02:52:19+00:00", 
      "content_html": "<p>\u8bbe\u7f6e\u4e3a\u7cfb\u7edf\u4ee3\u7406\u6ca1\u6709\u95ee\u9898\uff0c\u5f00\u542f\u589e\u5f3a\u6a21\u5f0f\u5c31\u4e0d\u80fd\u7528\u4e86</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/adaashili", 
        "name": "adaashili", 
        "avatar": "https://cdn.v2ex.com/avatar/7b31/c15e/586361_large.png?m=1778433648"
      }, 
      "url": "https://www.v2ex.com/t/1133660", 
      "date_modified": "2025-05-28T09:19:51+00:00", 
      "content_html": "<p>\u201cSurge Mac 6.0 \u6b63\u5728\u5f00\u53d1\u4e2d\u5566\uff0c\u6240\u4ee5\u8fd9\u6bb5\u65f6\u95f4\u5c06\u4e0d\u4f1a\u6709 Mac \u4e0e iOS \u7248\u672c\u7684\u6d4b\u8bd5\u7248\u672c\uff0c\u5728 6.0 \u53d1\u5e03\u65e5\u671f\u524d\u4e00\u5e74\u5185\uff0c\u8d2d\u4e70 Surge Mac v5 \u7684\u7528\u6237\u53ef\u514d\u8d39\u5347\u7ea7\u81f3 v6.0 \uff0c\u5177\u4f53\u7ec6\u8282\u5c06\u5728\u4e4b\u540e\u7ed9\u51fa\u3002\u201d</p>\n<p>\u597d\u6d88\u606f\u662f \u201c\u5728 6.0 \u53d1\u5e03\u65e5\u671f\u524d\u4e00\u5e74\u5185\u8d2d\u4e70\u7684\u7528\u6237\u53ef\u4ee5\u514d\u8d39\u5347\u7ea7\u201d,\u574f\u6d88\u606f\u662f \u201cv5 \u7248\u672c\u7684\u7528\u6237\u201d \u8981\u91cd\u65b0\u8d2d\u4e70\u4e86</p>\n", 
      "date_published": "2025-05-22T15:29:40+00:00", 
      "title": "surge6 \u8981\u6765\u4e86,\u53c8\u8981\u91cd\u65b0\u8ba2\u9605\u8d2d\u4e70\u4e86", 
      "id": "https://www.v2ex.com/t/1133660"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/ethusdt", 
        "name": "ethusdt", 
        "avatar": "https://cdn.v2ex.com/avatar/e7d0/b1a7/254353_large.png?m=1779588537"
      }, 
      "url": "https://www.v2ex.com/t/1128467", 
      "date_modified": "2025-04-28T23:56:14+00:00", 
      "content_html": "<p>\u73b0\u5728\u7528\u7684\u662f mihomoparty \uff0c\u65e0\u6cd5\u5728\u8bf7\u6c42\u5217\u8868\u7684\u67d0\u4e2a\u8bf7\u6c42\u5feb\u901f\u8bbe\u7f6e\u89c4\u5219\uff0c\u60f3\u8981\u6539\u4e00\u4e2a\u8bf7\u6c42\u7684\u89c4\u5219\u5fc5\u987b\u8981\u7f16\u8f91\u914d\u7f6e\u6587\u4ef6\u3002</p>\n<p>Surge \u652f\u6301\u76f4\u63a5\u5728 gui \u91cc\u4fee\u6539\u89c4\u5219\u3002\u4f46\u662f\u4ece clash \u5230 surge \u89c4\u5219\u4e5f\u8981\u6539\u4e00\u4e0b\uff0c\u91cc\u9762\u5f88\u591a\u590d\u6742\u7684\u529f\u80fd\u4e5f\u4e0d\u662f\u5f88\u9700\u8981\uff0c\u6700\u91cd\u8981\u7684\u662f\u5b83\u7684\u4ef7\u683c\u3002</p>\n<p>\u73b0\u5728\u770b stash \u4e0d\u9519\uff0c\u652f\u6301 clash \u7684\u89c4\u5219\uff0c\u4ece clash \u8fc1\u79fb\u8fc7\u53bb\u5e94\u8be5\u662f\u65e0\u7f1d\u3002</p>\n<p>\u5c31\u662f\u4e0d\u77e5\u9053\u662f\u5426\u53ef\u4ee5\u5728 gui \u7684\u8bf7\u6c42\u5217\u8868\u91cc\u76f4\u63a5\u8bbe\u7f6e\u89c4\u5219\uff0c\u5982\u679c\u4e3b\u6301\u7684\u8bdd\uff0c\u8fc1\u79fb\u8fc7\u53bb\u8fd8\u662f\u633a\u597d\u7684\uff0c\u8981\u662f\u4e0d\u652f\u6301\uff0c\u90a3\u4e48\u548c mihomoparty \u4e5f\u6ca1\u533a\u522b\u3002</p>\n", 
      "date_published": "2025-04-27T11:35:29+00:00", 
      "title": "Stash macOS \u53ef\u4ee5\u5728\u8bf7\u6c42\u5217\u8868\u9875\u9762\u8bbe\u7f6e\u89c4\u5219\u5417\uff1f", 
      "id": "https://www.v2ex.com/t/1128467"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/mixtbkig", 
        "name": "mixtbkig", 
        "avatar": "https://cdn.v2ex.com/avatar/a7d7/79b9/417187_large.png?m=1679898296"
      }, 
      "url": "https://www.v2ex.com/t/1127968", 
      "date_modified": "2025-04-25T03:07:32+00:00", 
      "content_html": "<p>\u67d0\u4e9b app \u68c0\u6d4b vpn \uff0c\u4e0d\u8ba9\u4f7f\u7528\uff0csurge \u6709\u529e\u6cd5\u914d\u7f6e\u5417</p>\n", 
      "date_published": "2025-04-25T03:07:13+00:00", 
      "title": "App \u68c0\u6d4b\u5230 VPN\uff0c\u65e0\u6cd5\u4f7f\u7528\uff0c\u6709\u529e\u6cd5\u5904\u7406\u5417", 
      "id": "https://www.v2ex.com/t/1127968"
    }
  ]
}