Documentation ¶
Index ¶
- func DNSQueryTypeToString(queryType uint16) string
- func MarshallObjects(objects ...any) ([]byte, error)
- func MergeObjects(objects ...any) (*badjson.JSONObject, error)
- func ToMap(v any) (*badjson.JSONObject, error)
- func UnmarshallExcluded(inputContent []byte, parentObject any, object any) error
- type ACMEDNS01AliDNSOptions
- type ACMEDNS01ChallengeOptions
- type ACMEDNS01CloudflareOptions
- type ACMEExternalAccountOptions
- type AddrPrefix
- type BrutalOptions
- type CacheFileOptions
- type ClashAPIOptions
- type DNSClientOptions
- type DNSFakeIPOptions
- type DNSOptions
- type DNSQueryType
- type DNSRule
- type DNSServerOptions
- type DebugOptions
- type DefaultDNSRule
- type DefaultHeadlessRule
- type DefaultRule
- type DialerOptions
- type DialerOptionsWrapper
- type DirectInboundOptions
- type DirectOutboundOptions
- type DomainStrategy
- type Duration
- type ExperimentalOptions
- type FwMark
- type GeoIPOptions
- type GeositeOptions
- type HTTPHeader
- type HTTPMixedInboundOptions
- type HTTPOutboundOptions
- type HTTPProxyOptions
- type HeadlessRule
- type Hysteria2InboundOptions
- type Hysteria2Obfs
- type Hysteria2OutboundOptions
- type Hysteria2User
- type HysteriaInboundOptions
- type HysteriaOutboundOptions
- type HysteriaUser
- type Inbound
- type InboundACMEOptions
- type InboundECHOptions
- type InboundMultiplexOptions
- type InboundOptions
- type InboundRealityHandshakeOptions
- type InboundRealityOptions
- type InboundTLSOptions
- type InboundTLSOptionsContainer
- type InboundTLSOptionsWrapper
- type Listable
- type ListenAddress
- type ListenOptions
- type ListenOptionsWrapper
- type LocalRuleSet
- type LogOptions
- type LogicalDNSRule
- type LogicalHeadlessRule
- type LogicalRule
- type MemoryBytes
- type NTPOptions
- type NaiveInboundOptions
- type NetworkList
- type OnDemandOptions
- type OnDemandRule
- type OnDemandRuleAction
- type OnDemandRuleInterfaceType
- type Options
- type Outbound
- type OutboundECHOptions
- type OutboundMultiplexOptions
- type OutboundRealityOptions
- type OutboundTLSOptions
- type OutboundTLSOptionsContainer
- type OutboundTLSOptionsWrapper
- type OutboundUTLSOptions
- type PlainRuleSet
- type PlainRuleSetCompat
- type RedirectInboundOptions
- type RemoteRuleSet
- type RouteOptions
- type Rule
- type RuleSet
- type SSHOutboundOptions
- type SelectorOutboundOptions
- type ServerOptions
- type ServerOptionsWrapper
- type ShadowTLSHandshakeOptions
- type ShadowTLSInboundOptions
- type ShadowTLSOutboundOptions
- type ShadowTLSUser
- type ShadowsocksDestination
- type ShadowsocksInboundOptions
- type ShadowsocksOutboundOptions
- type ShadowsocksROutboundOptions
- type ShadowsocksUser
- type SocksInboundOptions
- type SocksOutboundOptions
- type TProxyInboundOptions
- type TUICInboundOptions
- type TUICOutboundOptions
- type TUICUser
- type TorOutboundOptions
- type TrojanInboundOptions
- type TrojanOutboundOptions
- type TrojanUser
- type TunInboundOptions
- type TunPlatformOptions
- type UDPOverTCPOptions
- type UDPTimeoutCompat
- type URLTestOutboundOptions
- type V2RayAPIOptions
- type V2RayGRPCOptions
- type V2RayHTTPOptions
- type V2RayHTTPUpgradeOptions
- type V2RayQUICOptions
- type V2RayStatsServiceOptions
- type V2RayTransportOptions
- type V2RayWebsocketOptions
- type VLESSInboundOptions
- type VLESSOutboundOptions
- type VLESSUser
- type VMessInboundOptions
- type VMessOutboundOptions
- type VMessUser
- type WireGuardOutboundOptions
- type WireGuardPeer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DNSQueryTypeToString ¶ added in v1.2.0
func MarshallObjects ¶
func MergeObjects ¶
func MergeObjects(objects ...any) (*badjson.JSONObject, error)
Types ¶
type ACMEDNS01AliDNSOptions ¶ added in v1.5.0
type ACMEDNS01ChallengeOptions ¶ added in v1.5.0
type ACMEDNS01ChallengeOptions _ACMEDNS01ChallengeOptions
func (ACMEDNS01ChallengeOptions) MarshalJSON ¶ added in v1.5.0
func (o ACMEDNS01ChallengeOptions) MarshalJSON() ([]byte, error)
func (*ACMEDNS01ChallengeOptions) UnmarshalJSON ¶ added in v1.5.0
func (o *ACMEDNS01ChallengeOptions) UnmarshalJSON(bytes []byte) error
type ACMEDNS01CloudflareOptions ¶ added in v1.5.0
type ACMEDNS01CloudflareOptions struct {
APIToken string `json:"api_token,omitempty"`
}
type ACMEExternalAccountOptions ¶ added in v1.0.1
type AddrPrefix ¶ added in v1.9.0
func (AddrPrefix) Build ¶ added in v1.9.0
func (a AddrPrefix) Build() netip.Prefix
func (AddrPrefix) MarshalJSON ¶ added in v1.9.0
func (a AddrPrefix) MarshalJSON() ([]byte, error)
func (*AddrPrefix) UnmarshalJSON ¶ added in v1.9.0
func (a *AddrPrefix) UnmarshalJSON(content []byte) error
type BrutalOptions ¶ added in v1.7.0
type CacheFileOptions ¶ added in v1.8.0
type ClashAPIOptions ¶
type ClashAPIOptions struct { ExternalController string `json:"external_controller,omitempty"` ExternalUI string `json:"external_ui,omitempty"` ExternalUIDownloadURL string `json:"external_ui_download_url,omitempty"` ExternalUIDownloadDetour string `json:"external_ui_download_detour,omitempty"` Secret string `json:"secret,omitempty"` DefaultMode string `json:"default_mode,omitempty"` ModeList []string `json:"-"` // Deprecated: migrated to global cache file CacheFile string `json:"cache_file,omitempty"` // Deprecated: migrated to global cache file CacheID string `json:"cache_id,omitempty"` // Deprecated: migrated to global cache file StoreMode bool `json:"store_mode,omitempty"` // Deprecated: migrated to global cache file StoreSelected bool `json:"store_selected,omitempty"` // Deprecated: migrated to global cache file StoreFakeIP bool `json:"store_fakeip,omitempty"` }
type DNSClientOptions ¶
type DNSClientOptions struct { Strategy DomainStrategy `json:"strategy,omitempty"` DisableCache bool `json:"disable_cache,omitempty"` DisableExpire bool `json:"disable_expire,omitempty"` IndependentCache bool `json:"independent_cache,omitempty"` ClientSubnet *AddrPrefix `json:"client_subnet,omitempty"` }
type DNSFakeIPOptions ¶ added in v1.3.0
type DNSOptions ¶
type DNSOptions struct { Servers []DNSServerOptions `json:"servers,omitempty"` Rules []DNSRule `json:"rules,omitempty"` Final string `json:"final,omitempty"` ReverseMapping bool `json:"reverse_mapping,omitempty"` FakeIP *DNSFakeIPOptions `json:"fakeip,omitempty"` DNSClientOptions }
type DNSQueryType ¶ added in v1.2.0
type DNSQueryType uint16
func (DNSQueryType) MarshalJSON ¶ added in v1.2.0
func (t DNSQueryType) MarshalJSON() ([]byte, error)
func (DNSQueryType) String ¶ added in v1.8.0
func (t DNSQueryType) String() string
func (*DNSQueryType) UnmarshalJSON ¶ added in v1.2.0
func (t *DNSQueryType) UnmarshalJSON(bytes []byte) error
type DNSServerOptions ¶
type DNSServerOptions struct { Tag string `json:"tag,omitempty"` Address string `json:"address"` AddressResolver string `json:"address_resolver,omitempty"` AddressStrategy DomainStrategy `json:"address_strategy,omitempty"` AddressFallbackDelay Duration `json:"address_fallback_delay,omitempty"` Strategy DomainStrategy `json:"strategy,omitempty"` Detour string `json:"detour,omitempty"` ClientSubnet *AddrPrefix `json:"client_subnet,omitempty"` }
type DebugOptions ¶ added in v1.2.0
type DebugOptions struct { Listen string `json:"listen,omitempty"` GCPercent *int `json:"gc_percent,omitempty"` MaxStack *int `json:"max_stack,omitempty"` MaxThreads *int `json:"max_threads,omitempty"` PanicOnFault *bool `json:"panic_on_fault,omitempty"` TraceBack string `json:"trace_back,omitempty"` MemoryLimit MemoryBytes `json:"memory_limit,omitempty"` OOMKiller *bool `json:"oom_killer,omitempty"` }
type DefaultDNSRule ¶
type DefaultDNSRule _DefaultDNSRule
func (*DefaultDNSRule) IsValid ¶
func (r *DefaultDNSRule) IsValid() bool
func (*DefaultDNSRule) UnmarshalJSON ¶ added in v1.10.0
func (r *DefaultDNSRule) UnmarshalJSON(bytes []byte) error
type DefaultHeadlessRule ¶ added in v1.8.0
type DefaultHeadlessRule struct { QueryType Listable[DNSQueryType] `json:"query_type,omitempty"` Network Listable[string] `json:"network,omitempty"` Domain Listable[string] `json:"domain,omitempty"` DomainSuffix Listable[string] `json:"domain_suffix,omitempty"` DomainKeyword Listable[string] `json:"domain_keyword,omitempty"` DomainRegex Listable[string] `json:"domain_regex,omitempty"` SourceIPCIDR Listable[string] `json:"source_ip_cidr,omitempty"` IPCIDR Listable[string] `json:"ip_cidr,omitempty"` SourcePort Listable[uint16] `json:"source_port,omitempty"` SourcePortRange Listable[string] `json:"source_port_range,omitempty"` Port Listable[uint16] `json:"port,omitempty"` PortRange Listable[string] `json:"port_range,omitempty"` ProcessName Listable[string] `json:"process_name,omitempty"` ProcessPath Listable[string] `json:"process_path,omitempty"` PackageName Listable[string] `json:"package_name,omitempty"` WIFISSID Listable[string] `json:"wifi_ssid,omitempty"` WIFIBSSID Listable[string] `json:"wifi_bssid,omitempty"` Invert bool `json:"invert,omitempty"` DomainMatcher *domain.Matcher `json:"-"` SourceIPSet *netipx.IPSet `json:"-"` IPSet *netipx.IPSet `json:"-"` AdGuardDomain Listable[string] `json:"-"` AdGuardDomainMatcher *domain.AdGuardMatcher `json:"-"` }
func (DefaultHeadlessRule) IsValid ¶ added in v1.8.0
func (r DefaultHeadlessRule) IsValid() bool
type DefaultRule ¶
type DefaultRule _DefaultRule
func (*DefaultRule) IsValid ¶
func (r *DefaultRule) IsValid() bool
func (*DefaultRule) UnmarshalJSON ¶ added in v1.10.0
func (r *DefaultRule) UnmarshalJSON(bytes []byte) error
type DialerOptions ¶
type DialerOptions struct { Detour string `json:"detour,omitempty"` BindInterface string `json:"bind_interface,omitempty"` Inet4BindAddress *ListenAddress `json:"inet4_bind_address,omitempty"` Inet6BindAddress *ListenAddress `json:"inet6_bind_address,omitempty"` ProtectPath string `json:"protect_path,omitempty"` RoutingMark uint32 `json:"routing_mark,omitempty"` ReuseAddr bool `json:"reuse_addr,omitempty"` ConnectTimeout Duration `json:"connect_timeout,omitempty"` TCPFastOpen bool `json:"tcp_fast_open,omitempty"` TCPMultiPath bool `json:"tcp_multi_path,omitempty"` UDPFragment *bool `json:"udp_fragment,omitempty"` UDPFragmentDefault bool `json:"-"` DomainStrategy DomainStrategy `json:"domain_strategy,omitempty"` FallbackDelay Duration `json:"fallback_delay,omitempty"` IsWireGuardListener bool `json:"-"` }
func (*DialerOptions) ReplaceDialerOptions ¶ added in v1.8.0
func (o *DialerOptions) ReplaceDialerOptions(options DialerOptions)
func (*DialerOptions) TakeDialerOptions ¶ added in v1.8.0
func (o *DialerOptions) TakeDialerOptions() DialerOptions
type DialerOptionsWrapper ¶ added in v1.8.0
type DialerOptionsWrapper interface { TakeDialerOptions() DialerOptions ReplaceDialerOptions(options DialerOptions) }
type DirectInboundOptions ¶
type DirectInboundOptions struct { ListenOptions Network NetworkList `json:"network,omitempty"` OverrideAddress string `json:"override_address,omitempty"` OverridePort uint16 `json:"override_port,omitempty"` }
type DirectOutboundOptions ¶
type DirectOutboundOptions struct { DialerOptions OverrideAddress string `json:"override_address,omitempty"` OverridePort uint16 `json:"override_port,omitempty"` ProxyProtocol uint8 `json:"proxy_protocol,omitempty"` }
type DomainStrategy ¶
type DomainStrategy dns.DomainStrategy
func (DomainStrategy) MarshalJSON ¶
func (s DomainStrategy) MarshalJSON() ([]byte, error)
func (*DomainStrategy) UnmarshalJSON ¶
func (s *DomainStrategy) UnmarshalJSON(bytes []byte) error
type Duration ¶
func ParseDuration ¶ added in v1.8.0
ParseDuration parses a duration string. A duration string is a possibly signed sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms", "-1.5h" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
func (Duration) MarshalJSON ¶
func (*Duration) UnmarshalJSON ¶
type ExperimentalOptions ¶
type ExperimentalOptions struct { CacheFile *CacheFileOptions `json:"cache_file,omitempty"` ClashAPI *ClashAPIOptions `json:"clash_api,omitempty"` V2RayAPI *V2RayAPIOptions `json:"v2ray_api,omitempty"` Debug *DebugOptions `json:"debug,omitempty"` }
type FwMark ¶ added in v1.10.0
type FwMark uint32
func (FwMark) MarshalJSON ¶ added in v1.10.0
func (*FwMark) UnmarshalJSON ¶ added in v1.10.0
type GeoIPOptions ¶
type GeositeOptions ¶
type HTTPHeader ¶ added in v1.6.0
func (HTTPHeader) Build ¶ added in v1.6.0
func (h HTTPHeader) Build() http.Header
type HTTPMixedInboundOptions ¶
type HTTPMixedInboundOptions struct { ListenOptions Users []auth.User `json:"users,omitempty"` SetSystemProxy bool `json:"set_system_proxy,omitempty"` InboundTLSOptionsContainer }
type HTTPOutboundOptions ¶
type HTTPOutboundOptions struct { DialerOptions ServerOptions Username string `json:"username,omitempty"` Password string `json:"password,omitempty"` OutboundTLSOptionsContainer Path string `json:"path,omitempty"` Headers HTTPHeader `json:"headers,omitempty"` }
type HTTPProxyOptions ¶ added in v1.2.0
type HeadlessRule ¶ added in v1.8.0
type HeadlessRule _HeadlessRule
func (HeadlessRule) IsValid ¶ added in v1.8.0
func (r HeadlessRule) IsValid() bool
func (HeadlessRule) MarshalJSON ¶ added in v1.8.0
func (r HeadlessRule) MarshalJSON() ([]byte, error)
func (*HeadlessRule) UnmarshalJSON ¶ added in v1.8.0
func (r *HeadlessRule) UnmarshalJSON(bytes []byte) error
type Hysteria2InboundOptions ¶ added in v1.4.3
type Hysteria2InboundOptions struct { ListenOptions UpMbps int `json:"up_mbps,omitempty"` DownMbps int `json:"down_mbps,omitempty"` Obfs *Hysteria2Obfs `json:"obfs,omitempty"` Users []Hysteria2User `json:"users,omitempty"` IgnoreClientBandwidth bool `json:"ignore_client_bandwidth,omitempty"` InboundTLSOptionsContainer Masquerade string `json:"masquerade,omitempty"` BrutalDebug bool `json:"brutal_debug,omitempty"` }
type Hysteria2Obfs ¶ added in v1.4.3
type Hysteria2OutboundOptions ¶ added in v1.4.3
type Hysteria2OutboundOptions struct { DialerOptions ServerOptions UpMbps int `json:"up_mbps,omitempty"` DownMbps int `json:"down_mbps,omitempty"` Obfs *Hysteria2Obfs `json:"obfs,omitempty"` Password string `json:"password,omitempty"` Network NetworkList `json:"network,omitempty"` OutboundTLSOptionsContainer BrutalDebug bool `json:"brutal_debug,omitempty"` }
type Hysteria2User ¶ added in v1.4.3
type HysteriaInboundOptions ¶ added in v1.0.1
type HysteriaInboundOptions struct { ListenOptions Up string `json:"up,omitempty"` UpMbps int `json:"up_mbps,omitempty"` Down string `json:"down,omitempty"` DownMbps int `json:"down_mbps,omitempty"` Obfs string `json:"obfs,omitempty"` Users []HysteriaUser `json:"users,omitempty"` ReceiveWindowConn uint64 `json:"recv_window_conn,omitempty"` ReceiveWindowClient uint64 `json:"recv_window_client,omitempty"` MaxConnClient int `json:"max_conn_client,omitempty"` DisableMTUDiscovery bool `json:"disable_mtu_discovery,omitempty"` InboundTLSOptionsContainer }
type HysteriaOutboundOptions ¶ added in v1.0.1
type HysteriaOutboundOptions struct { DialerOptions ServerOptions Up string `json:"up,omitempty"` UpMbps int `json:"up_mbps,omitempty"` Down string `json:"down,omitempty"` DownMbps int `json:"down_mbps,omitempty"` Obfs string `json:"obfs,omitempty"` Auth []byte `json:"auth,omitempty"` AuthString string `json:"auth_str,omitempty"` ReceiveWindowConn uint64 `json:"recv_window_conn,omitempty"` ReceiveWindow uint64 `json:"recv_window,omitempty"` DisableMTUDiscovery bool `json:"disable_mtu_discovery,omitempty"` Network NetworkList `json:"network,omitempty"` OutboundTLSOptionsContainer }
type HysteriaUser ¶ added in v1.1.0
type Inbound ¶
type Inbound _Inbound
func (Inbound) MarshalJSON ¶
func (*Inbound) RawOptions ¶ added in v1.8.0
func (*Inbound) UnmarshalJSON ¶
type InboundACMEOptions ¶ added in v1.0.1
type InboundACMEOptions struct { Domain Listable[string] `json:"domain,omitempty"` DataDirectory string `json:"data_directory,omitempty"` DefaultServerName string `json:"default_server_name,omitempty"` Email string `json:"email,omitempty"` Provider string `json:"provider,omitempty"` DisableHTTPChallenge bool `json:"disable_http_challenge,omitempty"` DisableTLSALPNChallenge bool `json:"disable_tls_alpn_challenge,omitempty"` AlternativeHTTPPort uint16 `json:"alternative_http_port,omitempty"` AlternativeTLSPort uint16 `json:"alternative_tls_port,omitempty"` ExternalAccount *ACMEExternalAccountOptions `json:"external_account,omitempty"` DNS01Challenge *ACMEDNS01ChallengeOptions `json:"dns01_challenge,omitempty"` }
type InboundECHOptions ¶ added in v1.4.3
type InboundECHOptions struct { Enabled bool `json:"enabled,omitempty"` PQSignatureSchemesEnabled bool `json:"pq_signature_schemes_enabled,omitempty"` DynamicRecordSizingDisabled bool `json:"dynamic_record_sizing_disabled,omitempty"` Key Listable[string] `json:"key,omitempty"` KeyPath string `json:"key_path,omitempty"` }
type InboundMultiplexOptions ¶ added in v1.7.0
type InboundMultiplexOptions struct { Enabled bool `json:"enabled,omitempty"` Padding bool `json:"padding,omitempty"` Brutal *BrutalOptions `json:"brutal,omitempty"` }
type InboundOptions ¶
type InboundOptions struct { SniffEnabled bool `json:"sniff,omitempty"` SniffOverrideDestination bool `json:"sniff_override_destination,omitempty"` SniffTimeout Duration `json:"sniff_timeout,omitempty"` DomainStrategy DomainStrategy `json:"domain_strategy,omitempty"` UDPDisableDomainUnmapping bool `json:"udp_disable_domain_unmapping,omitempty"` }
type InboundRealityHandshakeOptions ¶ added in v1.2.0
type InboundRealityHandshakeOptions struct { ServerOptions DialerOptions }
type InboundRealityOptions ¶ added in v1.2.0
type InboundRealityOptions struct { Enabled bool `json:"enabled,omitempty"` Handshake InboundRealityHandshakeOptions `json:"handshake,omitempty"` PrivateKey string `json:"private_key,omitempty"` ShortID Listable[string] `json:"short_id,omitempty"` MaxTimeDifference Duration `json:"max_time_difference,omitempty"` }
type InboundTLSOptions ¶
type InboundTLSOptions struct { Enabled bool `json:"enabled,omitempty"` ServerName string `json:"server_name,omitempty"` Insecure bool `json:"insecure,omitempty"` ALPN Listable[string] `json:"alpn,omitempty"` MinVersion string `json:"min_version,omitempty"` MaxVersion string `json:"max_version,omitempty"` CipherSuites Listable[string] `json:"cipher_suites,omitempty"` Certificate Listable[string] `json:"certificate,omitempty"` CertificatePath string `json:"certificate_path,omitempty"` Key Listable[string] `json:"key,omitempty"` KeyPath string `json:"key_path,omitempty"` ACME *InboundACMEOptions `json:"acme,omitempty"` ECH *InboundECHOptions `json:"ech,omitempty"` Reality *InboundRealityOptions `json:"reality,omitempty"` }
type InboundTLSOptionsContainer ¶ added in v1.8.0
type InboundTLSOptionsContainer struct {
TLS *InboundTLSOptions `json:"tls,omitempty"`
}
func (*InboundTLSOptionsContainer) ReplaceInboundTLSOptions ¶ added in v1.8.0
func (o *InboundTLSOptionsContainer) ReplaceInboundTLSOptions(options *InboundTLSOptions)
func (*InboundTLSOptionsContainer) TakeInboundTLSOptions ¶ added in v1.8.0
func (o *InboundTLSOptionsContainer) TakeInboundTLSOptions() *InboundTLSOptions
type InboundTLSOptionsWrapper ¶ added in v1.8.0
type InboundTLSOptionsWrapper interface { TakeInboundTLSOptions() *InboundTLSOptions ReplaceInboundTLSOptions(options *InboundTLSOptions) }
type Listable ¶
type Listable[T any] []T
func (Listable[T]) MarshalJSON ¶
func (*Listable[T]) UnmarshalJSON ¶
type ListenAddress ¶
func NewListenAddress ¶ added in v1.2.0
func NewListenAddress(addr netip.Addr) *ListenAddress
func (*ListenAddress) Build ¶ added in v1.0.1
func (a *ListenAddress) Build() netip.Addr
func (ListenAddress) MarshalJSON ¶
func (a ListenAddress) MarshalJSON() ([]byte, error)
func (*ListenAddress) UnmarshalJSON ¶
func (a *ListenAddress) UnmarshalJSON(content []byte) error
type ListenOptions ¶
type ListenOptions struct { Listen *ListenAddress `json:"listen,omitempty"` ListenPort uint16 `json:"listen_port,omitempty"` TCPFastOpen bool `json:"tcp_fast_open,omitempty"` TCPMultiPath bool `json:"tcp_multi_path,omitempty"` UDPFragment *bool `json:"udp_fragment,omitempty"` UDPFragmentDefault bool `json:"-"` UDPTimeout UDPTimeoutCompat `json:"udp_timeout,omitempty"` ProxyProtocol bool `json:"proxy_protocol,omitempty"` ProxyProtocolAcceptNoHeader bool `json:"proxy_protocol_accept_no_header,omitempty"` Detour string `json:"detour,omitempty"` InboundOptions }
func (*ListenOptions) ReplaceListenOptions ¶ added in v1.8.0
func (o *ListenOptions) ReplaceListenOptions(options ListenOptions)
func (*ListenOptions) TakeListenOptions ¶ added in v1.8.0
func (o *ListenOptions) TakeListenOptions() ListenOptions
type ListenOptionsWrapper ¶ added in v1.8.0
type ListenOptionsWrapper interface { TakeListenOptions() ListenOptions ReplaceListenOptions(options ListenOptions) }
type LocalRuleSet ¶ added in v1.8.0
type LocalRuleSet struct {
Path string `json:"path,omitempty"`
}
type LogOptions ¶
type LogicalDNSRule ¶
type LogicalDNSRule struct { Mode string `json:"mode"` Rules []DNSRule `json:"rules,omitempty"` Invert bool `json:"invert,omitempty"` Server string `json:"server,omitempty"` DisableCache bool `json:"disable_cache,omitempty"` RewriteTTL *uint32 `json:"rewrite_ttl,omitempty"` ClientSubnet *AddrPrefix `json:"client_subnet,omitempty"` }
func (LogicalDNSRule) IsValid ¶
func (r LogicalDNSRule) IsValid() bool
type LogicalHeadlessRule ¶ added in v1.8.0
type LogicalHeadlessRule struct { Mode string `json:"mode"` Rules []HeadlessRule `json:"rules,omitempty"` Invert bool `json:"invert,omitempty"` }
func (LogicalHeadlessRule) IsValid ¶ added in v1.8.0
func (r LogicalHeadlessRule) IsValid() bool
type LogicalRule ¶
type LogicalRule struct { Mode string `json:"mode"` Rules []Rule `json:"rules,omitempty"` Invert bool `json:"invert,omitempty"` Outbound string `json:"outbound,omitempty"` }
func (LogicalRule) IsValid ¶
func (r LogicalRule) IsValid() bool
type MemoryBytes ¶ added in v1.4.4
type MemoryBytes uint64
func (MemoryBytes) MarshalJSON ¶ added in v1.4.4
func (l MemoryBytes) MarshalJSON() ([]byte, error)
func (*MemoryBytes) UnmarshalJSON ¶ added in v1.4.4
func (l *MemoryBytes) UnmarshalJSON(bytes []byte) error
type NTPOptions ¶ added in v1.2.0
type NTPOptions struct { Enabled bool `json:"enabled,omitempty"` Interval Duration `json:"interval,omitempty"` WriteToSystem bool `json:"write_to_system,omitempty"` ServerOptions DialerOptions }
type NaiveInboundOptions ¶
type NaiveInboundOptions struct { ListenOptions Users []auth.User `json:"users,omitempty"` Network NetworkList `json:"network,omitempty"` InboundTLSOptionsContainer }
type NetworkList ¶
type NetworkList string
func (NetworkList) Build ¶
func (v NetworkList) Build() []string
func (*NetworkList) UnmarshalJSON ¶
func (v *NetworkList) UnmarshalJSON(content []byte) error
type OnDemandOptions ¶ added in v1.2.0
type OnDemandOptions struct { Enabled bool `json:"enabled,omitempty"` Rules []OnDemandRule `json:"rules,omitempty"` }
type OnDemandRule ¶ added in v1.2.0
type OnDemandRule struct { Action *OnDemandRuleAction `json:"action,omitempty"` DNSSearchDomainMatch Listable[string] `json:"dns_search_domain_match,omitempty"` DNSServerAddressMatch Listable[string] `json:"dns_server_address_match,omitempty"` InterfaceTypeMatch *OnDemandRuleInterfaceType `json:"interface_type_match,omitempty"` SSIDMatch Listable[string] `json:"ssid_match,omitempty"` ProbeURL string `json:"probe_url,omitempty"` }
type OnDemandRuleAction ¶ added in v1.2.0
type OnDemandRuleAction int
func (*OnDemandRuleAction) MarshalJSON ¶ added in v1.2.0
func (r *OnDemandRuleAction) MarshalJSON() ([]byte, error)
func (*OnDemandRuleAction) UnmarshalJSON ¶ added in v1.2.0
func (r *OnDemandRuleAction) UnmarshalJSON(bytes []byte) error
type OnDemandRuleInterfaceType ¶ added in v1.2.0
type OnDemandRuleInterfaceType int
func (*OnDemandRuleInterfaceType) MarshalJSON ¶ added in v1.2.0
func (r *OnDemandRuleInterfaceType) MarshalJSON() ([]byte, error)
func (*OnDemandRuleInterfaceType) UnmarshalJSON ¶ added in v1.2.0
func (r *OnDemandRuleInterfaceType) UnmarshalJSON(bytes []byte) error
type Outbound ¶
type Outbound _Outbound
func (*Outbound) MarshalJSON ¶
func (*Outbound) RawOptions ¶ added in v1.8.0
func (*Outbound) UnmarshalJSON ¶
type OutboundECHOptions ¶ added in v1.1.0
type OutboundECHOptions struct { Enabled bool `json:"enabled,omitempty"` PQSignatureSchemesEnabled bool `json:"pq_signature_schemes_enabled,omitempty"` DynamicRecordSizingDisabled bool `json:"dynamic_record_sizing_disabled,omitempty"` Config Listable[string] `json:"config,omitempty"` ConfigPath string `json:"config_path,omitempty"` }
type OutboundMultiplexOptions ¶ added in v1.7.0
type OutboundMultiplexOptions struct { Enabled bool `json:"enabled,omitempty"` Protocol string `json:"protocol,omitempty"` MaxConnections int `json:"max_connections,omitempty"` MinStreams int `json:"min_streams,omitempty"` MaxStreams int `json:"max_streams,omitempty"` Padding bool `json:"padding,omitempty"` Brutal *BrutalOptions `json:"brutal,omitempty"` }
type OutboundRealityOptions ¶ added in v1.2.0
type OutboundTLSOptions ¶
type OutboundTLSOptions struct { Enabled bool `json:"enabled,omitempty"` DisableSNI bool `json:"disable_sni,omitempty"` ServerName string `json:"server_name,omitempty"` Insecure bool `json:"insecure,omitempty"` ALPN Listable[string] `json:"alpn,omitempty"` MinVersion string `json:"min_version,omitempty"` MaxVersion string `json:"max_version,omitempty"` CipherSuites Listable[string] `json:"cipher_suites,omitempty"` Certificate Listable[string] `json:"certificate,omitempty"` CertificatePath string `json:"certificate_path,omitempty"` ECH *OutboundECHOptions `json:"ech,omitempty"` UTLS *OutboundUTLSOptions `json:"utls,omitempty"` Reality *OutboundRealityOptions `json:"reality,omitempty"` }
type OutboundTLSOptionsContainer ¶ added in v1.8.0
type OutboundTLSOptionsContainer struct {
TLS *OutboundTLSOptions `json:"tls,omitempty"`
}
func (*OutboundTLSOptionsContainer) ReplaceOutboundTLSOptions ¶ added in v1.8.0
func (o *OutboundTLSOptionsContainer) ReplaceOutboundTLSOptions(options *OutboundTLSOptions)
func (*OutboundTLSOptionsContainer) TakeOutboundTLSOptions ¶ added in v1.8.0
func (o *OutboundTLSOptionsContainer) TakeOutboundTLSOptions() *OutboundTLSOptions
type OutboundTLSOptionsWrapper ¶ added in v1.8.0
type OutboundTLSOptionsWrapper interface { TakeOutboundTLSOptions() *OutboundTLSOptions ReplaceOutboundTLSOptions(options *OutboundTLSOptions) }
type OutboundUTLSOptions ¶ added in v1.1.0
type PlainRuleSet ¶ added in v1.8.0
type PlainRuleSet struct {
Rules []HeadlessRule `json:"rules,omitempty"`
}
type PlainRuleSetCompat ¶ added in v1.8.0
type PlainRuleSetCompat _PlainRuleSetCompat
func (PlainRuleSetCompat) MarshalJSON ¶ added in v1.8.0
func (r PlainRuleSetCompat) MarshalJSON() ([]byte, error)
func (*PlainRuleSetCompat) UnmarshalJSON ¶ added in v1.8.0
func (r *PlainRuleSetCompat) UnmarshalJSON(bytes []byte) error
func (PlainRuleSetCompat) Upgrade ¶ added in v1.8.0
func (r PlainRuleSetCompat) Upgrade() (PlainRuleSet, error)
type RedirectInboundOptions ¶
type RedirectInboundOptions struct {
ListenOptions
}
type RemoteRuleSet ¶ added in v1.8.0
type RouteOptions ¶
type RouteOptions struct { GeoIP *GeoIPOptions `json:"geoip,omitempty"` Geosite *GeositeOptions `json:"geosite,omitempty"` Rules []Rule `json:"rules,omitempty"` RuleSet []RuleSet `json:"rule_set,omitempty"` Final string `json:"final,omitempty"` FindProcess bool `json:"find_process,omitempty"` AutoDetectInterface bool `json:"auto_detect_interface,omitempty"` OverrideAndroidVPN bool `json:"override_android_vpn,omitempty"` DefaultInterface string `json:"default_interface,omitempty"` DefaultMark uint32 `json:"default_mark,omitempty"` }
type RuleSet ¶ added in v1.8.0
type RuleSet _RuleSet
func (RuleSet) MarshalJSON ¶ added in v1.8.0
func (*RuleSet) UnmarshalJSON ¶ added in v1.8.0
type SSHOutboundOptions ¶ added in v1.0.1
type SSHOutboundOptions struct { DialerOptions ServerOptions User string `json:"user,omitempty"` Password string `json:"password,omitempty"` PrivateKey Listable[string] `json:"private_key,omitempty"` PrivateKeyPath string `json:"private_key_path,omitempty"` PrivateKeyPassphrase string `json:"private_key_passphrase,omitempty"` HostKey Listable[string] `json:"host_key,omitempty"` HostKeyAlgorithms Listable[string] `json:"host_key_algorithms,omitempty"` ClientVersion string `json:"client_version,omitempty"` }
type SelectorOutboundOptions ¶
type ServerOptions ¶
func (ServerOptions) Build ¶
func (o ServerOptions) Build() M.Socksaddr
func (*ServerOptions) ReplaceServerOptions ¶ added in v1.8.0
func (o *ServerOptions) ReplaceServerOptions(options ServerOptions)
func (*ServerOptions) TakeServerOptions ¶ added in v1.8.0
func (o *ServerOptions) TakeServerOptions() ServerOptions
type ServerOptionsWrapper ¶ added in v1.8.0
type ServerOptionsWrapper interface { TakeServerOptions() ServerOptions ReplaceServerOptions(options ServerOptions) }
type ShadowTLSHandshakeOptions ¶ added in v1.0.1
type ShadowTLSHandshakeOptions struct { ServerOptions DialerOptions }
type ShadowTLSInboundOptions ¶ added in v1.0.1
type ShadowTLSInboundOptions struct { ListenOptions Version int `json:"version,omitempty"` Password string `json:"password,omitempty"` Users []ShadowTLSUser `json:"users,omitempty"` Handshake ShadowTLSHandshakeOptions `json:"handshake,omitempty"` HandshakeForServerName map[string]ShadowTLSHandshakeOptions `json:"handshake_for_server_name,omitempty"` StrictMode bool `json:"strict_mode,omitempty"` }
type ShadowTLSOutboundOptions ¶ added in v1.0.1
type ShadowTLSOutboundOptions struct { DialerOptions ServerOptions Version int `json:"version,omitempty"` Password string `json:"password,omitempty"` OutboundTLSOptionsContainer }
type ShadowTLSUser ¶ added in v1.2.0
type ShadowsocksDestination ¶
type ShadowsocksDestination struct { Name string `json:"name"` Password string `json:"password"` ServerOptions }
type ShadowsocksInboundOptions ¶
type ShadowsocksInboundOptions struct { ListenOptions Network NetworkList `json:"network,omitempty"` Method string `json:"method"` Password string `json:"password,omitempty"` Users []ShadowsocksUser `json:"users,omitempty"` Destinations []ShadowsocksDestination `json:"destinations,omitempty"` Multiplex *InboundMultiplexOptions `json:"multiplex,omitempty"` }
type ShadowsocksOutboundOptions ¶
type ShadowsocksOutboundOptions struct { DialerOptions ServerOptions Method string `json:"method"` Password string `json:"password"` Plugin string `json:"plugin,omitempty"` PluginOptions string `json:"plugin_opts,omitempty"` Network NetworkList `json:"network,omitempty"` UDPOverTCP *UDPOverTCPOptions `json:"udp_over_tcp,omitempty"` Multiplex *OutboundMultiplexOptions `json:"multiplex,omitempty"` }
type ShadowsocksROutboundOptions ¶ added in v1.1.0
type ShadowsocksROutboundOptions struct { DialerOptions ServerOptions Method string `json:"method"` Password string `json:"password"` Obfs string `json:"obfs,omitempty"` ObfsParam string `json:"obfs_param,omitempty"` Protocol string `json:"protocol,omitempty"` ProtocolParam string `json:"protocol_param,omitempty"` Network NetworkList `json:"network,omitempty"` }
type ShadowsocksUser ¶
type SocksInboundOptions ¶
type SocksInboundOptions struct { ListenOptions Users []auth.User `json:"users,omitempty"` }
type SocksOutboundOptions ¶
type SocksOutboundOptions struct { DialerOptions ServerOptions Version string `json:"version,omitempty"` Username string `json:"username,omitempty"` Password string `json:"password,omitempty"` Network NetworkList `json:"network,omitempty"` UDPOverTCP *UDPOverTCPOptions `json:"udp_over_tcp,omitempty"` }
type TProxyInboundOptions ¶
type TProxyInboundOptions struct { ListenOptions Network NetworkList `json:"network,omitempty"` }
type TUICInboundOptions ¶ added in v1.4.0
type TUICInboundOptions struct { ListenOptions Users []TUICUser `json:"users,omitempty"` CongestionControl string `json:"congestion_control,omitempty"` AuthTimeout Duration `json:"auth_timeout,omitempty"` ZeroRTTHandshake bool `json:"zero_rtt_handshake,omitempty"` Heartbeat Duration `json:"heartbeat,omitempty"` InboundTLSOptionsContainer }
type TUICOutboundOptions ¶ added in v1.4.0
type TUICOutboundOptions struct { DialerOptions ServerOptions UUID string `json:"uuid,omitempty"` Password string `json:"password,omitempty"` CongestionControl string `json:"congestion_control,omitempty"` UDPRelayMode string `json:"udp_relay_mode,omitempty"` UDPOverStream bool `json:"udp_over_stream,omitempty"` ZeroRTTHandshake bool `json:"zero_rtt_handshake,omitempty"` Heartbeat Duration `json:"heartbeat,omitempty"` Network NetworkList `json:"network,omitempty"` OutboundTLSOptionsContainer }
type TorOutboundOptions ¶ added in v1.0.1
type TrojanInboundOptions ¶
type TrojanInboundOptions struct { ListenOptions Users []TrojanUser `json:"users,omitempty"` InboundTLSOptionsContainer Fallback *ServerOptions `json:"fallback,omitempty"` FallbackForALPN map[string]*ServerOptions `json:"fallback_for_alpn,omitempty"` Multiplex *InboundMultiplexOptions `json:"multiplex,omitempty"` Transport *V2RayTransportOptions `json:"transport,omitempty"` }
type TrojanOutboundOptions ¶
type TrojanOutboundOptions struct { DialerOptions ServerOptions Password string `json:"password"` Network NetworkList `json:"network,omitempty"` OutboundTLSOptionsContainer Multiplex *OutboundMultiplexOptions `json:"multiplex,omitempty"` Transport *V2RayTransportOptions `json:"transport,omitempty"` }
type TrojanUser ¶
type TunInboundOptions ¶
type TunInboundOptions struct { InterfaceName string `json:"interface_name,omitempty"` MTU uint32 `json:"mtu,omitempty"` GSO bool `json:"gso,omitempty"` Address Listable[netip.Prefix] `json:"address,omitempty"` AutoRoute bool `json:"auto_route,omitempty"` IPRoute2TableIndex int `json:"iproute2_table_index,omitempty"` IPRoute2RuleIndex int `json:"iproute2_rule_index,omitempty"` AutoRedirect bool `json:"auto_redirect,omitempty"` AutoRedirectInputMark FwMark `json:"auto_redirect_input_mark,omitempty"` AutoRedirectOutputMark FwMark `json:"auto_redirect_output_mark,omitempty"` StrictRoute bool `json:"strict_route,omitempty"` RouteAddress Listable[netip.Prefix] `json:"route_address,omitempty"` RouteAddressSet Listable[string] `json:"route_address_set,omitempty"` RouteExcludeAddress Listable[netip.Prefix] `json:"route_exclude_address,omitempty"` RouteExcludeAddressSet Listable[string] `json:"route_exclude_address_set,omitempty"` IncludeInterface Listable[string] `json:"include_interface,omitempty"` ExcludeInterface Listable[string] `json:"exclude_interface,omitempty"` IncludeUID Listable[uint32] `json:"include_uid,omitempty"` IncludeUIDRange Listable[string] `json:"include_uid_range,omitempty"` ExcludeUID Listable[uint32] `json:"exclude_uid,omitempty"` ExcludeUIDRange Listable[string] `json:"exclude_uid_range,omitempty"` IncludeAndroidUser Listable[int] `json:"include_android_user,omitempty"` IncludePackage Listable[string] `json:"include_package,omitempty"` ExcludePackage Listable[string] `json:"exclude_package,omitempty"` EndpointIndependentNat bool `json:"endpoint_independent_nat,omitempty"` UDPTimeout UDPTimeoutCompat `json:"udp_timeout,omitempty"` Stack string `json:"stack,omitempty"` Platform *TunPlatformOptions `json:"platform,omitempty"` InboundOptions // Deprecated: merged to Address Inet4Address Listable[netip.Prefix] `json:"inet4_address,omitempty"` // Deprecated: merged to Address Inet6Address Listable[netip.Prefix] `json:"inet6_address,omitempty"` // Deprecated: merged to RouteAddress Inet4RouteAddress Listable[netip.Prefix] `json:"inet4_route_address,omitempty"` // Deprecated: merged to RouteAddress Inet6RouteAddress Listable[netip.Prefix] `json:"inet6_route_address,omitempty"` // Deprecated: merged to RouteExcludeAddress Inet4RouteExcludeAddress Listable[netip.Prefix] `json:"inet4_route_exclude_address,omitempty"` // Deprecated: merged to RouteExcludeAddress Inet6RouteExcludeAddress Listable[netip.Prefix] `json:"inet6_route_exclude_address,omitempty"` }
type TunPlatformOptions ¶ added in v1.2.0
type TunPlatformOptions struct {
HTTPProxy *HTTPProxyOptions `json:"http_proxy,omitempty"`
}
type UDPOverTCPOptions ¶ added in v1.2.0
type UDPOverTCPOptions _UDPOverTCPOptions
func (UDPOverTCPOptions) MarshalJSON ¶ added in v1.2.0
func (o UDPOverTCPOptions) MarshalJSON() ([]byte, error)
func (*UDPOverTCPOptions) UnmarshalJSON ¶ added in v1.2.0
func (o *UDPOverTCPOptions) UnmarshalJSON(bytes []byte) error
type UDPTimeoutCompat ¶ added in v1.7.6
type UDPTimeoutCompat Duration
func (UDPTimeoutCompat) MarshalJSON ¶ added in v1.7.7
func (c UDPTimeoutCompat) MarshalJSON() ([]byte, error)
func (*UDPTimeoutCompat) UnmarshalJSON ¶ added in v1.7.6
func (c *UDPTimeoutCompat) UnmarshalJSON(data []byte) error
type URLTestOutboundOptions ¶ added in v1.1.0
type URLTestOutboundOptions struct { Outbounds []string `json:"outbounds"` URL string `json:"url,omitempty"` Interval Duration `json:"interval,omitempty"` Tolerance uint16 `json:"tolerance,omitempty"` IdleTimeout Duration `json:"idle_timeout,omitempty"` InterruptExistConnections bool `json:"interrupt_exist_connections,omitempty"` }
type V2RayAPIOptions ¶ added in v1.1.0
type V2RayAPIOptions struct { Listen string `json:"listen,omitempty"` Stats *V2RayStatsServiceOptions `json:"stats,omitempty"` }
type V2RayGRPCOptions ¶ added in v1.0.1
type V2RayHTTPOptions ¶ added in v1.0.1
type V2RayHTTPOptions struct { Host Listable[string] `json:"host,omitempty"` Path string `json:"path,omitempty"` Method string `json:"method,omitempty"` Headers HTTPHeader `json:"headers,omitempty"` IdleTimeout Duration `json:"idle_timeout,omitempty"` PingTimeout Duration `json:"ping_timeout,omitempty"` }
type V2RayHTTPUpgradeOptions ¶ added in v1.7.0
type V2RayHTTPUpgradeOptions struct { Host string `json:"host,omitempty"` Path string `json:"path,omitempty"` Headers HTTPHeader `json:"headers,omitempty"` }
type V2RayQUICOptions ¶ added in v1.0.1
type V2RayQUICOptions struct{}
type V2RayStatsServiceOptions ¶ added in v1.1.0
type V2RayTransportOptions ¶ added in v1.0.1
type V2RayTransportOptions _V2RayTransportOptions
func (V2RayTransportOptions) MarshalJSON ¶ added in v1.0.1
func (o V2RayTransportOptions) MarshalJSON() ([]byte, error)
func (*V2RayTransportOptions) UnmarshalJSON ¶ added in v1.0.1
func (o *V2RayTransportOptions) UnmarshalJSON(bytes []byte) error
type V2RayWebsocketOptions ¶ added in v1.0.1
type V2RayWebsocketOptions struct { Path string `json:"path,omitempty"` Headers HTTPHeader `json:"headers,omitempty"` MaxEarlyData uint32 `json:"max_early_data,omitempty"` EarlyDataHeaderName string `json:"early_data_header_name,omitempty"` }
type VLESSInboundOptions ¶ added in v1.2.0
type VLESSInboundOptions struct { ListenOptions Users []VLESSUser `json:"users,omitempty"` InboundTLSOptionsContainer Multiplex *InboundMultiplexOptions `json:"multiplex,omitempty"` Transport *V2RayTransportOptions `json:"transport,omitempty"` }
type VLESSOutboundOptions ¶ added in v1.1.0
type VLESSOutboundOptions struct { DialerOptions ServerOptions UUID string `json:"uuid"` Flow string `json:"flow,omitempty"` Network NetworkList `json:"network,omitempty"` OutboundTLSOptionsContainer Multiplex *OutboundMultiplexOptions `json:"multiplex,omitempty"` Transport *V2RayTransportOptions `json:"transport,omitempty"` PacketEncoding *string `json:"packet_encoding,omitempty"` }
type VMessInboundOptions ¶
type VMessInboundOptions struct { ListenOptions Users []VMessUser `json:"users,omitempty"` InboundTLSOptionsContainer Multiplex *InboundMultiplexOptions `json:"multiplex,omitempty"` Transport *V2RayTransportOptions `json:"transport,omitempty"` }
type VMessOutboundOptions ¶
type VMessOutboundOptions struct { DialerOptions ServerOptions UUID string `json:"uuid"` Security string `json:"security"` AlterId int `json:"alter_id,omitempty"` GlobalPadding bool `json:"global_padding,omitempty"` AuthenticatedLength bool `json:"authenticated_length,omitempty"` Network NetworkList `json:"network,omitempty"` OutboundTLSOptionsContainer PacketEncoding string `json:"packet_encoding,omitempty"` Multiplex *OutboundMultiplexOptions `json:"multiplex,omitempty"` Transport *V2RayTransportOptions `json:"transport,omitempty"` }
type WireGuardOutboundOptions ¶ added in v1.0.1
type WireGuardOutboundOptions struct { DialerOptions SystemInterface bool `json:"system_interface,omitempty"` GSO bool `json:"gso,omitempty"` InterfaceName string `json:"interface_name,omitempty"` LocalAddress Listable[netip.Prefix] `json:"local_address"` PrivateKey string `json:"private_key"` Peers []WireGuardPeer `json:"peers,omitempty"` ServerOptions PeerPublicKey string `json:"peer_public_key"` Reserved []uint8 `json:"reserved,omitempty"` Workers int `json:"workers,omitempty"` MTU uint32 `json:"mtu,omitempty"` Network NetworkList `json:"network,omitempty"` }
type WireGuardPeer ¶ added in v1.3.0
type WireGuardPeer struct { ServerOptions PublicKey string `json:"public_key,omitempty"` AllowedIPs Listable[string] `json:"allowed_ips,omitempty"` Reserved []uint8 `json:"reserved,omitempty"` }
Source Files ¶
- config.go
- debug.go
- direct.go
- dns.go
- experimental.go
- group.go
- hysteria.go
- hysteria2.go
- inbound.go
- json.go
- multiplex.go
- naive.go
- ntp.go
- outbound.go
- platform.go
- redir.go
- route.go
- rule.go
- rule_dns.go
- rule_set.go
- shadowsocks.go
- shadowsocksr.go
- shadowtls.go
- simple.go
- ssh.go
- time_unit.go
- tls.go
- tls_acme.go
- tor.go
- trojan.go
- tuic.go
- tun.go
- tun_platform.go
- types.go
- udp_over_tcp.go
- v2ray.go
- v2ray_transport.go
- vless.go
- vmess.go
- wireguard.go
Click to show internal directories.
Click to hide internal directories.