github.com/sagernet/sing-box@v1.9.0-rc.20/docs/deprecated.md (about)

     1  ---
     2  icon: material/delete-alert
     3  ---
     4  
     5  # Deprecated Feature List
     6  
     7  ## 1.8.0
     8  
     9  #### Cache file and related features in Clash API
    10  
    11  `cache_file` and related features in Clash API is migrated to independent `cache_file` options,
    12  check [Migration](/migration/#migrate-cache-file-from-clash-api-to-independent-options).
    13  
    14  #### GeoIP
    15  
    16  GeoIP is deprecated and may be removed in the future.
    17  
    18  The maxmind GeoIP National Database, as an IP classification database,
    19  is not entirely suitable for traffic bypassing,
    20  and all existing implementations suffer from high memory usage and difficult management.
    21  
    22  sing-box 1.8.0 introduces [Rule Set](/configuration/rule-set/), which can completely replace GeoIP,
    23  check [Migration](/migration/#migrate-geoip-to-rule-sets).
    24  
    25  #### Geosite
    26  
    27  Geosite is deprecated and may be removed in the future.
    28  
    29  Geosite, the `domain-list-community` project maintained by V2Ray as an early traffic bypassing solution,
    30  suffers from a number of problems, including lack of maintenance, inaccurate rules, and difficult management.
    31  
    32  sing-box 1.8.0 introduces [Rule Set](/configuration/rule-set/), which can completely replace Geosite,
    33  check [Migration](/migration/#migrate-geosite-to-rule-sets).
    34  
    35  ## 1.6.0
    36  
    37  The following features will be marked deprecated in 1.5.0 and removed entirely in 1.6.0.
    38  
    39  #### ShadowsocksR
    40  
    41  ShadowsocksR support has never been enabled by default, since the most commonly used proxy sales panel in the
    42  illegal industry stopped using this protocol, it does not make sense to continue to maintain it.
    43  
    44  #### Proxy Protocol
    45  
    46  Proxy Protocol is added by Pull Request, has problems, is only used by the backend of HTTP multiplexers such as nginx,
    47  is intrusive, and is meaningless for proxy purposes.