mirror of
https://github.com/MrAle98/sliver
synced 2026-06-08 11:54:46 +00:00
57e2111299
Fallback to Direct Connection when HTTP Proxy Connection Fails
Client
This directory contains the client implementation, pretty much all of this code is also used by the server console.
Important: No code in this directory can import any code from server/.
assets/- Static asset files and management code (e.g. client configs)cli/- Command line interface implementationcommand/- Console command implementationsconstants/- Various shared constant valuescore/- Client state managementlicenses/- Open source licensesspin/- Console spinner librarytcpproxy/- Local TCP proxy listener codetransport/- Wires the client to the serverversion/- Version informationmain.go- Entrypoint