Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

golang-github-v2fly-v2ray-core-5.12.1-1.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: golang-github-v2fly-v2ray-core Distribution: openSUSE:Factory:zSystems
Version: 5.12.1 Vendor: openSUSE
Release: 1.3 Build date: Sun Dec 3 09:38:20 2023
Group: Development/Languages/Golang Build host: reproducible
Size: 3465256 Source RPM: v2ray-core-5.12.1-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/v2fly/v2ray-core
Summary: Additional mobile libraries
Project V is a set of network tools for building a computer network.
It secures network connections and protects privacy.

This package provide source code for v2ray-core

Provides

Requires

License

MIT

Changelog

* Sun Dec 03 2023 Hillwood Yang <hillwood@opensuse.org>
  - Update version to 5.12.1
    * Shadowsocks2022 Client Support
    * Apply DomainStrategy to outbound target
    * Add DomainStrategy to JSONv5 outbound
    * Add sniffing for TUN
    * Add HTTPUpgrade transport
    * It is a reduced version of WebSocket Transport that can pass many
      reverse proxies and CDNs without running a WebSocket protocol stack
    * TUN Support
    * Add uTLS support for h2 transport
    * Fix bugs
* Sun Oct 08 2023 Hillwood Yang <hillwood@opensuse.org>
  - Update version to 5.8.0
    * DNS over QUIC should not have "http/1.1" and "h2" ALPNs
    * Migrate to quic-go v0.36.0
    * Fix: parse for the CipherType of Shadowsocks in simplified config
    * Fix protocol matching in routing
    * Fix CI breakage in 5.7.0
  - Build by golang 1.20, workaround build error on golang 1.21
* Sun Jun 25 2023 opensuse-packaging <opensuse-packaging@opensuse.org>
  - Drop vendor in filelist
* Mon Jun 12 2023 opensuse-packaging <opensuse-packaging@opensuse.org>
  - Update version to 5.7.0
    * meek: a new transport protocol meek is added.
    * HTTP Proxy Add h1SkipWaitForReply Option to HTTP Proxy Protocol
    * set v2ray binary as an entrypoint in container images
    * Add Integrated Container Image Building
    * Skip validating on empty http host config
    * Add PacketAddr support to Trojan
    * DomainStrategy support for all outbounds
    * Add an option to replace destination address in access log with sniffed domain
    * uTLS uTLS ALPN Control
    * uTLS New Security Type uTLS: TLS Client Hello imitation
    * DNS Support per-client configuration
    * DNS Support specifying domain matcher
    * Add bind to device to Windows and Darwin
    * Replace default Health Ping URL to HTTPS for burst observatory
    * Implement Match and MatchAny for all MatcherGroup
    * Fix bugs
* Thu Jan 05 2023 opensuse-packaging <opensuse-packaging@opensuse.org>
  - Fix service command: "run" is required in v2ray 5.x
* Thu Dec 29 2022 Marguerite Su <i@marguerite.su>
  - Update version to 5.2.0
    * New Features
      + uTLS New Security Type uTLS: TLS Client Hello imitation.
      Only client without transport, or with websocket transport is
      currently supported.
      + DNS Support per-client configuration
      + DNS Support specifying domain matcher
      + Replace default Health Ping URL to HTTPS
      + Implement Match and MatchAny for all MatcherGroup, IndexMatcher
    * Fixes
      + Fix typo in error message
      + Support domain string validation
      + Charset of ACAutomationMatcherGroup should accept all ASCII characters
      + Fix logic of domain override
      + Fix HTTP sniff
      + Fix config merger fixes
      + Fix selectLeastLoad() returns wrong number of nodes
      + Fix(freebsd): ReadUDPMsg nil pointer
      + fix: socks4/4a client handshake
      + Add transport original name to listen unix
      + fix Replace "math/rand" with "crypto/rand" in padding generation
      + Fix remove v2ctl from debian/rules
      + Fix getting shared flags for balance info command
      + Fix erroneous prefix checking
      + Fix json.Reader: fill output bytes as much as possible
      + Guard against nil pointer dereference of (*NetworkList)
    * Chores
      + Add tests for idn support
      + Refactor: replace netaddr package with netipx
* Sat Dec 25 2021 opensuse-packaging <opensuse-packaging@opensuse.org>
  - Update version to 4.44.0
    * Fix DoS attack vulnerability in CommandSwitchAccountFactory. (@geeknik)
    * Apply timeout to DNS outbound. (#1330 @nekohasekai)
* Wed Dec 01 2021 Johannes Segitz <jsegitz@suse.com>
  - Added hardening to systemd service(s) (bsc#1181400). Modified:
    * v2ray.service
    * v2ray@.service
* Thu Nov 11 2021 opensuse-packaging <opensuse-packaging@opensuse.org>
  - Update version to 4.43.0
    * Send Shadowsocks handshake with payload data if available
    * Custom TCP Fast Open queue length support
    * Fix Trojan fallback cannot get ALPN
    * Fix QueryStrategy ignored
    * Fix UDP connection transport connection terminated unnecessarily
    * refactor: move from io/ioutil to io and os package
    * Fix some tests to use udp.PickPort()
    * Fix flaky TestVMessDynamicPort
* Tue Sep 21 2021 opensuse-packaging <opensuse-packaging@opensuse.org>
  - Update to 4.42.2
    * TLS: support client certificate authentication #1169 Thanks @qq906907952
    * Socks: support 4/4a version of the socks protocol (#1269 Thanks @nekohasekai)
    * DNS: add option disableFallbackIfMatch for DNS (#1270 Thanks @nekohasekai)
    * DoQ(DNS over QUIC) local mode supports IP destination
    (#1226 Thanks @AkinoKaede)
    * Observatory will now probe outbounds in a deterministic order
    (#1230 Thanks @digglife)
    * DNS response will respect request type(like AAAA, A)
    (#1235 Thanks @AkinoKaede)
    * Fix typo in DNS log output (#1183 Thanks @rurirei)
    * Fix typo in observatory log output (#1211 Thanks @ihotte)
    * Fix version string not updated to match release version
    * Fix IP length not deterministic (#1267 Thanks @Loyalsoldier)
    * Fix HTTP outbound not respect socket config (#1264 Thanks @Vigilans)
    * Fix sockopt.mark type (#1264 Thanks @Vigilans)
    * Fix typo in browser forwarder error message
  - Update in 4.41.1
    * VMess: Added 2 VMess experiments AuthenticatedLength and NoTerminationSignal
    [#940] Thanks @RPRX
    * Hardening Draining connection at client side when receiving invalid data.
    [#940] Thanks @RPRX
    * Observatory Support custom probe interval and probe URL. Thanks @nekohasekai
    * Fixed connection stability issue when in h2, grpc transport.
    [#1059] #1058 #1056 Thanks @IRN-Kawakaze @architecturers @lijinglin3
    * Further fixed connection stability issue when in h2, grpc transport.
    check https://github.com/v2fly/v2ray-core/releases/tag/v4.41.1 for more info
  - Update in 4.40.1
    * DNS: support DNS over TCP. #983 Thanks @AkinoKaede
    * Fix: new cert issuing is incorrectly delayed. #998 Thanks @bhoppi
* Wed Jun 02 2021 opensuse-packaging <opensuse-packaging@opensuse.org>
  - Update version to 4.39.2
    * Websocket: support header based Websocket early data & its partial browser
    forwarder support
    * GeoData: add a memory efficient geodata decoder called memconservative for
    memory-limited devices #934 #953 #964 #965 #967 #977 Thanks @Loyalsoldier @rurirei
    * HTTP/2 Transport: support to set method and headers for outgoing connections
    * TCP Socket Option: support to set keepalive interval on Linux operating system
    [#962] Thanks @therealak12
    * Fix BrowserForwarder panics with empty config (#954) Thanks @AkinoKaede
    @Loyalsoldier
    * Fix FakeDNS prints error with empty config (#955) Thanks @Loyalsoldier
    * Fix Dual stack FakeDNS Close method (#956) Thanks @Loyalsoldier
    * Fix Observatory starts with empty config & fails to close (#957) Thanks
    @Loyalsoldier
    * Fix Null check on alternative system dialer (#959) Thanks @rurirei
    * Fixed the chain proxy support for gRPC and HTTP/2 transport
    * Fixed leastping logic (#1019) Thanks @fanyiguang
    * Fixed v2ctl unable to create geodata loaders (#1014) Thanks @ght99
  - Update in 4.38.3
    - FakeDNS: Added fakedns+others sniffer , based on #697 . Thanks @yuhan6665
    - TLS: A SECURITY improvement that allow the remote peer's TLS certificate
    to be pinned to a known value. Document for TLS is updated
    - Observatory: A component that measure the connectivity of selected outbounds
    The document for Observatory is updated.
    - Routing : leastPing balancing strategy is added. This strategy will select
    a outbound that is alive and completed HTTPS GET request in the least time.
    The document for Routing is updated.
    - Fixed crashing in fake dns. #931 Thanks @IceCodeNew
    - Added IPv6 pool in fake dns by default. #925 Thanks @Loyalsoldier
    - Return ErrEmptyResponse for fakedns. #926 Thanks @sixg0000d
    - Fixed UDP DNS connection cause crash. Thanks @nekohasekai
    - Fixed two typo in comments. Thanks @U-v-U
    * Multi-json support for observatory, browser forwarder.
    [#944] Thanks @ha-ku @AkinoKaede
  - Add browserforwarder related v2ray-extra.zip
* Thu Apr 15 2021 opensuse-packaging <opensuse-packaging@opensuse.org>
  - update version to 4.37.3
    * Add multiple address host support for DNS (#884 #886 #888)
    * Fix geoiop & geosite load issue (#889)
  - update in 4.37.2
    * Add browser forwarder support for Websocket (#818)
    * Add Websocket 0-RTT early data support (#818)
    * Add replay protection for Shadowsocks proxy (#777)
    * Add queryStrategy option for DNS (#794)
    * Add disableFallback & skipFallback option for DNS client (#864)
    * Add inversed GeoIP matching (#860)
    * Add grpcSettings & gunSettings to streamSettings (00879c4) @rprx
    * Fix vprotogen loop dependency (#797) @Loyalsoldier @U-v-U
    * Fix DNS tests timeout due to network instability (#805) @Loyalsoldier
    * Remove AA header flag in DNS query (#817) @Loyalsoldier
    * TProxy: cannot find IPv6 destination in redirect mode (#815) @mzz2017
    * Context: ctx initialization for core.functions (#841) @rurirei
    * Set FakeDNS FakeEnable option dynamically (#879) @sixg0000d @Loyalsoldier
    * Fix Websocket early data 404 bug (#859) @k79e
    * Fix QUIC: disconnect due to timeout (#850) @bhoppi
    * Log: remove package path prefix in logs (#840 0138017 78c1993) @kslr
  - update in 4.36.2
    * Fix gRPC max delay unintentionally low (1eaec68) @xiaokangwang
    * Fix core panics when zero domain/full type of rule (#786) @darsvador
  - update in 4.36.1
    * Add gRPC/gun transport (#757 #783)
    * Add loopback proxy (#770)
    * Add a new efficient routing rule matcher MphDomainMatcher (#743)
    * FakeDNS: use 198.18.0.0/15 as default FakeDNS IP pool (#779)
  - update build needed golang version to 1.16
  - keep go.sum go.mod to fix build issue with 'matched no packages'
  - add geo files manually since upstream removed them from source
* Tue Mar 09 2021 opensuse-packaging <opensuse-packaging@opensuse.org>
  - update version to 4.35.1
    * Add support for FakeDNS (#395 #406 #696) @yuhan6665
    * Add streamSetting / transport support for outbound front proxy
    * Add zero pseudo encryption for better performance VMess
    * Add support to disable compatibility for legacy VMess MD5 (#596) @dyhkwong
    * Add a faster and more memory-efficient routing rule matcher
      HybridDomainMatcher (#587 #639) @darsvador
    * Add support to disable DNS cache (#699 #705) @CalmLong
    * Fix test HTTP/2 dial timeout (#570) @kslr
    * Fix Trojan panic when UDP dispatcher fails to write response (#599) @maskedeken
    * Fix TCP default ALPN (#716) @AkinoKaede
    * Fix DNS rule index out of range (#727) @Loyalsoldier
    Check https://github.com/v2fly/v2ray-core/releases/tag/v4.35.1 for more info
  - update import path to github.com/v2fly/v2ray-core/v4
* Sat Jan 09 2021 opensuse-packaging <opensuse-packaging@opensuse.org>
  - update version to 4.34.0
    * Disable TLS Session Resumption by default
    * Remove legacy Shadowsocks unsecure stream ciphers
    * Add preliminary support for DNS over QUIC

Files

/usr/share/doc/packages/golang-github-v2fly-v2ray-core
/usr/share/doc/packages/golang-github-v2fly-v2ray-core/README.md
/usr/share/go/1.21/contrib/src
/usr/share/go/1.21/contrib/src/github.com
/usr/share/go/1.21/contrib/src/github.com/v2fly
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/annotations.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/app.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/browserforwarder
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/browserforwarder/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/browserforwarder/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/browserforwarder/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/browserforwarder/forwarder.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/commander
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/commander/commander.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/commander/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/commander/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/commander/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/commander/outbound.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/commander/service.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dispatcher
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dispatcher/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dispatcher/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dispatcher/default.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dispatcher/dispatcher.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dispatcher/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dispatcher/fakednssniffer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dispatcher/sniffer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dispatcher/stats.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dispatcher/stats_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/dns.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/dns_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/dnscommon.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/dnscommon_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/fakedns
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/fakedns.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/fakedns/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/fakedns/fake.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/fakedns/fakedns.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/fakedns/fakedns.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/fakedns/fakedns.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/fakedns/fakedns_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/fakedns_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/hosts.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/hosts_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/nameserver.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/nameserver_doh.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/nameserver_doh_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/nameserver_fakedns.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/nameserver_local.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/nameserver_local_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/nameserver_quic.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/nameserver_quic_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/nameserver_tcp.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/nameserver_tcp_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/dns/nameserver_udp.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/instman
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/instman/command
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/instman/command/command.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/instman/command/command.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/instman/command/command.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/instman/command/command_grpc.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/instman/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/instman/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/instman/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/instman/instman.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/log
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/log/command
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/log/command/command.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/log/command/command_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/log/command/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/log/command/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/log/command/config_grpc.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/log/command/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/log/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/log/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/log/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/log/log.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/log/log_creator.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/log/log_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/burst
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/burst/burst.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/burst/burstobserver.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/burst/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/burst/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/burst/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/burst/healthping.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/burst/healthping_result.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/burst/healthping_result_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/burst/ping.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/command
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/command/command.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/command/command.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/command/command.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/command/command_grpc.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/command/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/explainErrors.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/multiobservatory
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/multiobservatory/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/multiobservatory/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/multiobservatory/multi.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/observatory.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/observatory/observer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/policy
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/policy/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/policy/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/policy/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/policy/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/policy/manager.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/policy/manager_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/policy/policy.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/command
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/command/command.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/command/command.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/command/command.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/command/command_grpc.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/command/doc.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/command/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/inbound
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/inbound/always.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/inbound/dynamic.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/inbound/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/inbound/inbound.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/inbound/worker.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/outbound
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/outbound/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/outbound/handler.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/outbound/handler_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/proxyman/outbound/outbound.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/restfulapi
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/restfulapi/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/restfulapi/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/restfulapi/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/restfulapi/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/restfulapi/restful_api.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/restfulapi/service.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/restfulapi/service_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/reverse
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/reverse/bridge.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/reverse/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/reverse/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/reverse/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/reverse/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/reverse/portal.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/reverse/portal_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/reverse/reverse.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/balancing.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/balancing_override.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/command
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/command/command.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/command/command.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/command/command.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/command/command_grpc.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/command/command_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/command/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/command/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/condition.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/condition_geoip.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/condition_geoip_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/condition_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/router.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/router_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/routercommon
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/routercommon/common.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/routercommon/common.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/strategy_leastload.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/strategy_leastload_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/strategy_leastping.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/strategy_random.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/weight.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/router/weight_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats/channel.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats/channel_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats/command
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats/command/command.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats/command/command.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats/command/command.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats/command/command_grpc.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats/command/command_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats/command/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats/counter.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats/counter_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats/stats.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/stats/stats_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/device
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/device/device.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/device/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/device/gvisor
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/device/gvisor/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/device/gvisor/gvisor.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/device/gvisor/gvisor_linux.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/device/gvisor/gvisor_others.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/device/linkWriterToWriter.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/handler.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/handler_tcp.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/handler_udp.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/net
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/net/net.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/option.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/packetaddradaptar.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/packetparse
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/packetparse/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/packetparse/packetParse.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/packetparse/udp.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/stack.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/tun.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/tunsorter
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/tunsorter/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/app/tun/tunsorter/tunsorter.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/antireplay
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/antireplay/antireplay.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/antireplay/bloomring.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/antireplay/replayfilter.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/bitmask
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/bitmask/byte.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/bitmask/byte_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/buf.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/buffer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/buffer_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/copy.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/copy_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/io.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/io_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/multi_buffer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/multi_buffer_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/reader.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/reader_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/readv_posix.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/readv_reader.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/readv_reader_wasm.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/readv_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/readv_unix.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/readv_windows.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/writer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/buf/writer_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/bytespool
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/bytespool/pool.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/cache
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/cache/lru.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/cache/lru_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/cmdarg
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/cmdarg/arg.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/cmdarg/cmdarg.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/cmdarg/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/common.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/common_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/crypto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/crypto/aes.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/crypto/auth.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/crypto/auth_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/crypto/benchmark_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/crypto/chacha20.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/crypto/chacha20_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/crypto/chunk.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/crypto/chunk_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/crypto/crypto.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/crypto/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/crypto/internal
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/crypto/internal/chacha.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/crypto/internal/chacha_core.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/crypto/internal/chacha_core_gen.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/crypto/io.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/dice
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/dice/dice.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/dice/dice_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/drain
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/drain/drain.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/drain/drainer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/drain/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/app.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/base.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/connection.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/envctx
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/envctx/env.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/envimpl
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/envimpl/fs.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/filesystemcap
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/filesystemcap/fscap.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/proxy.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/rootcap.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/rootcap_impl.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/systemnetworkimpl
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/systemnetworkimpl/systemnetwork.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/transientstorageimpl
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/transientstorageimpl/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/transientstorageimpl/storage.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/environment/transport.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/errors
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/errors/errorgen
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/errors/errorgen/main.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/errors/errors.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/errors/errors_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/errors/multi_error.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/interfaces.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/log
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/log/access.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/log/log.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/log/log.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/log/log.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/log/log_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/log/logger.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/log/logger_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/mux
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/mux/client.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/mux/client_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/mux/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/mux/frame.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/mux/frame_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/mux/mux.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/mux/mux_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/mux/reader.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/mux/server.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/mux/session.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/mux/session_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/mux/writer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/address.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/address.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/address.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/address_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/connection.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/destination.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/destination.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/destination.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/destination_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/net.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/network.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/network.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/network.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/packetaddr
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/packetaddr/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/packetaddr/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/packetaddr/connection_adaptor.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/packetaddr/packetaddr.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/packetaddr/packetaddr_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/packetaddr/special_address.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/port.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/port.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/port.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/port_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/net/system.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/peer
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/peer/latency.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/peer/peer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/ctlcmd
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/ctlcmd/attr_other.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/filesystem
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/filesystem/file.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/filesystem/fsifce
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/filesystem/fsifce/ifce.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/others.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/platform.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/platform_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/securedload
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/securedload/embedded.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/securedload/embeddedhash.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/securedload/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/securedload/file.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/securedload/securedload.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/securedload/verify.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/platform/windows.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/account.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/address.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/address_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/bittorrent
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/bittorrent/bittorrent.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/context.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/dns
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/dns/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/dns/io.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/headers.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/headers.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/headers.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/http
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/http/headers.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/http/headers_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/http/sniff.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/http/sniff_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/id.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/id_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/payload.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/protocol.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/quic
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/quic/cipher_suite.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/quic/sniff.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/quic/sniff_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/server_picker.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/server_picker_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/server_spec.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/server_spec.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/server_spec.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/server_spec_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/time.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/time_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/tls
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/tls/cert
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/tls/cert/cert.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/tls/cert/cert_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/tls/cert/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/tls/cert/privateKey.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/tls/sniff.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/tls/sniff_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/udp
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/udp/packet.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/udp/udp.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/user.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/user.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protocol/user.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protoext
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protoext/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protoext/extensions.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protoext/extensions.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protoext/extensions.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protoext/testing
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protoext/testing/extension_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protoext/testing/test.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protoext/testing/test.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protofilter
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protofilter/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/protofilter/filter.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/registry
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/registry/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/registry/implementation_set.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/registry/registry.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/retry
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/retry/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/retry/retry.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/retry/retry_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/serial
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/serial/resolver.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/serial/serial.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/serial/serial_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/serial/string.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/serial/string_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/serial/typed_message.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/serial/typed_message_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/session
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/session/context.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/session/session.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/signal
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/signal/done
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/signal/done/done.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/signal/notifier.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/signal/notifier_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/signal/pubsub
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/signal/pubsub/pubsub.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/signal/pubsub/pubsub_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/signal/semaphore
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/signal/semaphore/semaphore.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/signal/timer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/signal/timer_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/benchmark_indexmatcher_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/benchmark_matchers_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/indexmatcher_linear.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/indexmatcher_linear_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/indexmatcher_mph.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/indexmatcher_mph_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/matchergroup_ac_automation.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/matchergroup_ac_automation_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/matchergroup_domain.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/matchergroup_domain_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/matchergroup_full.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/matchergroup_full_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/matchergroup_mph.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/matchergroup_mph_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/matchergroup_simple.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/matchergroup_simple_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/matchergroup_substr.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/matchergroup_substr_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/matchers.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/matchers_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/strmatcher/strmatcher.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/taggedfeatures
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/taggedfeatures/configloader.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/taggedfeatures/creator.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/taggedfeatures/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/taggedfeatures/holder.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/taggedfeatures/skeleton.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/taggedfeatures/skeleton.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/taggedfeatures/taggedfeatures.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/task
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/task/common.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/task/periodic.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/task/periodic_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/task/task.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/task/task_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/type.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/type_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/units
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/units/bytesize.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/units/bytesize_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/uuid
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/uuid/uuid.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/common/uuid/uuid_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/context.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/context_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/core.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/dns
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/dns/client.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/dns/fakedns.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/dns/localdns
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/dns/localdns/client.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/dns/localdns/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/extension
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/extension/browser.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/extension/contextreceiver.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/extension/instance.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/extension/observatory.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/extension/storage
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/extension/storage.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/extension/storage/storage.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/feature.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/inbound
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/inbound/inbound.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/outbound
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/outbound/outbound.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/policy
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/policy/default.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/policy/policy.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/routing
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/routing/balancer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/routing/context.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/routing/dispatcher.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/routing/dns
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/routing/dns/context.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/routing/dns/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/routing/router.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/routing/session
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/routing/session/context.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/stats
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/stats/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/features/stats/stats.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/format.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/functions.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/functions_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/buildable.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/common.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/common_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/duration
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/duration/duration.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/duration/duration_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/loader
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/loader/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/loader/loader.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/muxcfg
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/muxcfg/mux.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/proxycfg
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/proxycfg/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/proxycfg/proxy.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/session.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/sniffer
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/sniffer/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/sniffer/sniffer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/socketcfg
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/socketcfg/socket.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/testassist
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/testassist/general.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/tlscfg
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/tlscfg/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/cfgcommon/tlscfg/tls.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/geodata
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/geodata/attr.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/geodata/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/geodata/geodata.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/geodata/geodata_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/geodata/geodataproto.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/geodata/memconservative
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/geodata/memconservative/cache.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/geodata/memconservative/decode.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/geodata/memconservative/decode_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/geodata/memconservative/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/geodata/memconservative/memc.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/geodata/standard
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/geodata/standard/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/geodata/standard/standard.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/json
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/json/json_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/json/reader.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/json/reader_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/json/toml.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/json/toml_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/json/yaml.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/json/yaml_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/jsonpb
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/jsonpb/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/jsonpb/jsonpb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/merge
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/merge/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/merge/map.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/merge/merge.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/merge/merge_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/merge/priority.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/merge/rules.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/merge/tag.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/mergers
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/mergers/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/mergers/extensions.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/mergers/merge.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/mergers/merger_base.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/mergers/mergers.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/mergers/names.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/rule
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/rule/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/rule/rule.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/rule/rule_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/serial
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/serial/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/serial/loader.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/serial/loader_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/serial/serial.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/synthetic
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/synthetic/dns
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/synthetic/dns/dns.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/synthetic/dns/dns_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/synthetic/dns/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/synthetic/dns/fakedns.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/synthetic/log
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/synthetic/log/log.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/synthetic/router
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/synthetic/router/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/synthetic/router/router.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/synthetic/router/router_strategy.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/synthetic/router/router_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v2jsonpb
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v2jsonpb/any2.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v2jsonpb/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v2jsonpb/follower.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v2jsonpb/followerany.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v2jsonpb/followerlist.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v2jsonpb/followermap.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v2jsonpb/v2jsonpb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/api.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/blackhole.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/blackhole_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/browser_forwarder.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/conf.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/dns_proxy.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/dns_proxy_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/dokodemo.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/dokodemo_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/freedom.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/freedom_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/gun.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/http.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/http_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/lint.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/loopback.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/observatory.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/policy.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/policy_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/reverse.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/reverse_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/services.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/shadowsocks.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/shadowsocks_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/socks.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/socks_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/transport.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/transport_authenticators.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/transport_internet.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/transport_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/trojan.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/v2ray.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/v2ray_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/vless.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/vless_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/vmess.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v4/vmess_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v5cfg
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v5cfg/common.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v5cfg/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v5cfg/inbound.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v5cfg/init.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v5cfg/outbound.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v5cfg/root.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v5cfg/skeleton.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v5cfg/stream.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/conf/v5cfg/v5cfg.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/vformat
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/vformat/main.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/vprotogen
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/infra/vprotogen/main.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/api
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/api/api.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/api/balancer_info.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/api/balancer_override.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/api/jsonv4
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/api/jsonv4/inbounds_add.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/api/jsonv4/inbounds_remove.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/api/jsonv4/init.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/api/jsonv4/outbounds_add.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/api/jsonv4/outbounds_remove.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/api/log.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/api/shared.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/api/stats.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/commands.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/engineering
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/engineering/convertpb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/engineering/engineering.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/engineering/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/engineering/reversepb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/format_doc.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/jsonv4
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/jsonv4/convert.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/jsonv4/init.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/love.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/merge_doc.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/tls
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/tls/cert.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/tls/ping.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/tls/tls.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/uuid.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/all/verify.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/base
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/base/command.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/base/env.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/base/execute.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/base/help.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/base/root.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/helpers
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/helpers/config_load.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/helpers/fs.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/run.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/commands/version.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/distro
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/distro/all
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/distro/all/all.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/distro/debug
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/distro/debug/debug.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/formats
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/formats/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/formats/formats.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/main.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/main_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/v2binding
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/v2binding/v2api
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/v2binding/v2api/api.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/main/v2binding/v2binding.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/mocks.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proto.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/blackhole
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/blackhole/blackhole.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/blackhole/blackhole_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/blackhole/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/blackhole/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/blackhole/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/blackhole/config_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/blackhole/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/dns
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/dns/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/dns/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/dns/dns.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/dns/dns_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/dns/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/dokodemo
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/dokodemo/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/dokodemo/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/dokodemo/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/dokodemo/dokodemo.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/dokodemo/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/freedom
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/freedom/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/freedom/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/freedom/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/freedom/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/freedom/freedom.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/http
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/http/client.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/http/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/http/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/http/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/http/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/http/http.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/http/server.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/http/simplified
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/http/simplified/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/http/simplified/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/http/simplified/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/loopback
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/loopback/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/loopback/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/loopback/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/loopback/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/loopback/loopback.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/proxy.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks/client.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks/config_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks/protocol.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks/protocol_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks/server.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks/shadowsocks.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks/simplified
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks/simplified/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks/simplified/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks/simplified/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks/simplified/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks2022
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks2022/client.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks2022/client_session.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks2022/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks2022/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks2022/eih_aes.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks2022/encoding.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks2022/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks2022/kdf_blake3.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks2022/method_aes128gcm.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks2022/method_aes256gcm.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks2022/requestsalt.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks2022/ss2022.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/shadowsocks2022/udp_aes.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/socks
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/socks/client.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/socks/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/socks/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/socks/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/socks/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/socks/protocol.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/socks/protocol_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/socks/server.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/socks/simplified
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/socks/simplified/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/socks/simplified/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/socks/simplified/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/socks/socks.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/trojan
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/trojan/client.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/trojan/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/trojan/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/trojan/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/trojan/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/trojan/protocol.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/trojan/protocol_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/trojan/server.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/trojan/simplified
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/trojan/simplified/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/trojan/simplified/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/trojan/simplified/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/trojan/trojan.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/trojan/validator.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/account.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/account.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/account.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/encoding
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/encoding/addons.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/encoding/addons.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/encoding/addons.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/encoding/encoding.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/encoding/encoding_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/encoding/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/inbound
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/inbound/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/inbound/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/inbound/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/inbound/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/inbound/inbound.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/outbound
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/outbound/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/outbound/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/outbound/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/outbound/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/outbound/outbound.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/validator.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vless/vless.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vlite
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vlite/inbound
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vlite/inbound/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vlite/inbound/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vlite/inbound/connAdp.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vlite/inbound/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vlite/inbound/inbound.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vlite/outbound
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vlite/outbound/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vlite/outbound/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vlite/outbound/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vlite/outbound/outbound.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vlite/vlite.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/account.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/account.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/account.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/aead
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/aead/authid.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/aead/authid_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/aead/consts.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/aead/encrypt.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/aead/encrypt_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/aead/kdf.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/aead/kdf_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/encoding
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/encoding/auth.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/encoding/auth_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/encoding/client.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/encoding/commands.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/encoding/commands_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/encoding/encoding.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/encoding/encoding_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/encoding/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/encoding/server.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/inbound
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/inbound/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/inbound/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/inbound/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/inbound/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/inbound/inbound.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/outbound
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/outbound/command.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/outbound/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/outbound/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/outbound/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/outbound/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/outbound/outbound.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/validator.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/validator_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/vmess.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/proxy/vmess/vmessCtxInterface.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/mocks
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/mocks/dns.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/mocks/io.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/mocks/log.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/mocks/mux.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/mocks/outbound.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/mocks/proxy.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/scenarios
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/scenarios/command_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/scenarios/common.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/scenarios/common_coverage.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/scenarios/common_regular.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/scenarios/dns_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/scenarios/dokodemo_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/scenarios/feature_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/scenarios/http_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/scenarios/policy_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/scenarios/reverse_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/scenarios/shadowsocks_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/scenarios/socks_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/scenarios/tls_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/scenarios/transport_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/scenarios/vmess_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/servers
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/servers/http
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/servers/http/http.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/servers/tcp
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/servers/tcp/port.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/servers/tcp/tcp.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/servers/udp
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/servers/udp/port.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/testing/servers/udp/udp.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/connection.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/dialer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/dialer_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/domainsocket
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/domainsocket/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/domainsocket/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/domainsocket/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/domainsocket/dial.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/domainsocket/errgen.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/domainsocket/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/domainsocket/listener.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/domainsocket/listener_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/filelocker.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/filelocker_other.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/filelocker_windows.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/grpc
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/grpc/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/grpc/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/grpc/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/grpc/dial.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/grpc/encoding
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/grpc/encoding/conn.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/grpc/encoding/customSeviceName.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/grpc/encoding/encoding.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/grpc/encoding/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/grpc/encoding/stream.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/grpc/encoding/stream.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/grpc/encoding/stream_grpc.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/grpc/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/grpc/grpc.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/grpc/hub.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/header.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/header_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/http
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/http/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/http/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/http/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/http/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/http/http.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/http/http_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/http/linkedreadRequest.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/http/resp.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/noop
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/noop/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/noop/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/noop/noop.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/srtp
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/srtp/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/srtp/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/srtp/srtp.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/srtp/srtp_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/tls
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/tls/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/tls/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/tls/dtls.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/tls/dtls_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/utp
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/utp/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/utp/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/utp/utp.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/utp/utp_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/wechat
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/wechat/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/wechat/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/wechat/wechat.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/wechat/wechat_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/wireguard
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/wireguard/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/wireguard/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/headers/wireguard/wireguard.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/http
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/http/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/http/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/http/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/http/dialer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/http/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/http/http.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/http/http_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/http/hub.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/httpupgrade
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/httpupgrade/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/httpupgrade/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/httpupgrade/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/httpupgrade/dialer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/httpupgrade/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/httpupgrade/httpupgrade.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/httpupgrade/hub.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/internet.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/connection.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/connection_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/crypt.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/crypt_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/cryptreal.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/dialer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/io.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/io_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/kcp.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/kcp_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/listener.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/output.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/receiving.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/segment.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/segment_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/sending.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/xor.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/xor_amd64.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/kcp/xor_amd64.s
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/memory_settings.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/quic
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/quic/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/quic/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/quic/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/quic/conn.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/quic/dialer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/quic/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/quic/hub.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/quic/pool.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/quic/quic.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/quic/quic_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/assembler
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/assembler.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/assembler/simple
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/assembler/simple/client.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/assembler/simple/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/assembler/simple/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/assembler/simple/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/assembler/simple/server.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/assembler/simple/simple.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/assembly
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/assembly/assembly.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/assembly/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/assembly/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/assembly/dialer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/assembly/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/assembly/hub.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/options.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/request.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/roundtripper
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/roundtripper.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/roundtripper/httprt
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/roundtripper/httprt/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/roundtripper/httprt/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/roundtripper/httprt/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/roundtripper/httprt/httprt.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/stereotype
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/stereotype/meek
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/stereotype/meek/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/stereotype/meek/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/stereotype/meek/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/request/stereotype/meek/meek.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/security
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/security/connprop.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/security/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/security/security.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/security/util.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/sockopt.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/sockopt_darwin.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/sockopt_freebsd.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/sockopt_linux.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/sockopt_linux_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/sockopt_other.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/sockopt_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/sockopt_windows.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/system_dialer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/system_dns_android.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/system_dns_android_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/system_listener.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/system_listener_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tagged
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tagged/tagged.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tagged/taggedimpl
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tagged/taggedimpl/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tagged/taggedimpl/impl.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tagged/taggedimpl/taggedimpl.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tcp
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tcp/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tcp/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tcp/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tcp/dialer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tcp/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tcp/hub.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tcp/sockopt_freebsd.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tcp/sockopt_linux.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tcp/sockopt_linux_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tcp/sockopt_other.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tcp/tcp.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tcp_hub.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/config_other.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/config_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/config_windows.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/engine.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/pin.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/pin_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/tls.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/utls
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/utls/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/utls/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/utls/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/utls/nameMapper.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/tls/utls/utls.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/transportcommon
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/transportcommon/dialer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/transportcommon/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/transportcommon/httpDialer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/transportcommon/listener.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/transportcommon/tansportcommon.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp/copy.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp/dialer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp/dispatcher.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp/dispatcher_packetaddr.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp/dispatcher_split.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp/dispatcher_split_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp/hub.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp/hub_freebsd.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp/hub_linux.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp/hub_other.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp/monodest.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/udp/udp.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/websocket
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/websocket/config.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/websocket/config.pb.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/websocket/config.proto
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/websocket/connection.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/websocket/connforwarder.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/websocket/dialer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/websocket/errors.generated.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/websocket/hub.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/websocket/ws.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/internet/websocket/ws_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/link.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/pipe
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/pipe/impl.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/pipe/pipe.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/pipe/pipe_test.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/pipe/reader.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/transport/pipe/writer.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/v2ray.go
/usr/share/go/1.21/contrib/src/github.com/v2fly/v2ray-core/v5/v2ray_test.go
/usr/share/licenses/golang-github-v2fly-v2ray-core
/usr/share/licenses/golang-github-v2fly-v2ray-core/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024