Home
last modified time | relevance | path

Searched refs:TransparentProxy (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdnet/td/net/
H A DTransparentProxy.cpp16 TransparentProxy::TransparentProxy(SocketFd socket_fd, IPAddress ip_address, string username, strin… in TransparentProxy() function in td::TransparentProxy
26 void TransparentProxy::on_error(Status status) { in on_error()
36 void TransparentProxy::tear_down() { in tear_down()
50 void TransparentProxy::hangup() { in hangup()
54 void TransparentProxy::start_up() { in start_up()
64 void TransparentProxy::loop() { in loop()
80 void TransparentProxy::timeout_expired() { in timeout_expired()
H A DHttpProxy.h15 class HttpProxy final : public TransparentProxy {
17 using TransparentProxy::TransparentProxy;
H A DSocks5.h15 class Socks5 final : public TransparentProxy {
17 using TransparentProxy::TransparentProxy;
H A DTransparentProxy.h22 class TransparentProxy : public Actor {
35 TransparentProxy(SocketFd socket_fd, IPAddress ip_address, string username, string password,
/dports/sysutils/consul/consul-1.10.3/ui/packages/consul-ui/tests/acceptance/dc/services/show/topology/
H A Dtproxy.feature25 TransparentProxy: false
40 TransparentProxy: false
56 TransparentProxy: false
66 TransparentProxy: false
79 TransparentProxy: false
89 TransparentProxy: true
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/tests/acceptance/dc/services/show/topology/
H A Dtproxy.feature25 TransparentProxy: false
40 TransparentProxy: false
56 TransparentProxy: false
66 TransparentProxy: false
79 TransparentProxy: false
89 TransparentProxy: true
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/tests/acceptance/dc/services/show/topology/
H A Dtproxy.feature25 TransparentProxy: false
40 TransparentProxy: false
56 TransparentProxy: false
66 TransparentProxy: false
79 TransparentProxy: false
89 TransparentProxy: true
/dports/sysutils/consul/consul-1.10.3/agent/structs/
H A Dconnect_proxy_config.go207 TransparentProxy TransparentProxyConfig `json:",omitempty" alias:"transparent_proxy"` member
245 if t.TransparentProxy.OutboundListenerPort == 0 {
246 t.TransparentProxy.OutboundListenerPort = aux.TransparentProxySnake.OutboundListenerPort
248 if !t.TransparentProxy.DialedDirectly {
249 t.TransparentProxy.DialedDirectly = aux.TransparentProxySnake.DialedDirectly
259 TransparentProxy *TransparentProxyConfig `json:",omitempty"`
271 if !c.TransparentProxy.IsZero() {
272 out.TransparentProxy = &out.Alias.TransparentProxy
290 TransparentProxy: c.TransparentProxy.ToAPI(),
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go207 TransparentProxy TransparentProxyConfig `json:",omitempty" alias:"transparent_proxy"` member
245 if t.TransparentProxy.OutboundListenerPort == 0 {
246 t.TransparentProxy.OutboundListenerPort = aux.TransparentProxySnake.OutboundListenerPort
248 if !t.TransparentProxy.DialedDirectly {
249 t.TransparentProxy.DialedDirectly = aux.TransparentProxySnake.DialedDirectly
259 TransparentProxy *TransparentProxyConfig `json:",omitempty"`
271 if !c.TransparentProxy.IsZero() {
272 out.TransparentProxy = &out.Alias.TransparentProxy
290 TransparentProxy: c.TransparentProxy.ToAPI(),
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go203 TransparentProxy TransparentProxyConfig `json:",omitempty" alias:"transparent_proxy"` member
241 if t.TransparentProxy.OutboundListenerPort == 0 {
242 t.TransparentProxy.OutboundListenerPort = aux.TransparentProxySnake.OutboundListenerPort
244 if !t.TransparentProxy.DialedDirectly {
245 t.TransparentProxy.DialedDirectly = aux.TransparentProxySnake.DialedDirectly
255 TransparentProxy *TransparentProxyConfig `json:",omitempty"`
267 if !c.TransparentProxy.IsZero() {
268 out.TransparentProxy = &out.Alias.TransparentProxy
286 TransparentProxy: c.TransparentProxy.ToAPI(),
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go207 TransparentProxy TransparentProxyConfig `json:",omitempty" alias:"transparent_proxy"` member
245 if t.TransparentProxy.OutboundListenerPort == 0 {
246 t.TransparentProxy.OutboundListenerPort = aux.TransparentProxySnake.OutboundListenerPort
248 if !t.TransparentProxy.DialedDirectly {
249 t.TransparentProxy.DialedDirectly = aux.TransparentProxySnake.DialedDirectly
259 TransparentProxy *TransparentProxyConfig `json:",omitempty"`
271 if !c.TransparentProxy.IsZero() {
272 out.TransparentProxy = &out.Alias.TransparentProxy
290 TransparentProxy: c.TransparentProxy.ToAPI(),
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/website/content/docs/connect/config-entries/
H A Dmesh.mdx32 TransparentProxy {
50 "TransparentProxy": {
70 TransparentProxy {
89 "TransparentProxy": {
147 name: 'TransparentProxy',
/dports/sysutils/consul/consul-1.10.3/website/content/docs/connect/config-entries/
H A Dmesh.mdx32 TransparentProxy {
50 "TransparentProxy": {
70 TransparentProxy {
89 "TransparentProxy": {
147 name: 'TransparentProxy',
/dports/sysutils/consul/consul-1.10.3/agent/consul/
H A Dconfig_endpoint.go355 thisReply.TransparentProxy = proxyConf.TransparentProxy
396 if serviceConf.TransparentProxy.OutboundListenerPort != 0 {
397 …thisReply.TransparentProxy.OutboundListenerPort = serviceConf.TransparentProxy.OutboundListenerPort
399 if serviceConf.TransparentProxy.DialedDirectly {
400 thisReply.TransparentProxy.DialedDirectly = serviceConf.TransparentProxy.DialedDirectly
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/
H A Dconfig_endpoint.go355 thisReply.TransparentProxy = proxyConf.TransparentProxy
396 if serviceConf.TransparentProxy.OutboundListenerPort != 0 {
397 …thisReply.TransparentProxy.OutboundListenerPort = serviceConf.TransparentProxy.OutboundListenerPort
399 if serviceConf.TransparentProxy.DialedDirectly {
400 thisReply.TransparentProxy.DialedDirectly = serviceConf.TransparentProxy.DialedDirectly
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/
H A Dconfig_endpoint.go355 thisReply.TransparentProxy = proxyConf.TransparentProxy
396 if serviceConf.TransparentProxy.OutboundListenerPort != 0 {
397 …thisReply.TransparentProxy.OutboundListenerPort = serviceConf.TransparentProxy.OutboundListenerPort
399 if serviceConf.TransparentProxy.DialedDirectly {
400 thisReply.TransparentProxy.DialedDirectly = serviceConf.TransparentProxy.DialedDirectly
/dports/sysutils/consul/consul-1.10.3/agent/
H A Dservice_manager.go383 if ns.Proxy.TransparentProxy.OutboundListenerPort == 0 {
384 ns.Proxy.TransparentProxy.OutboundListenerPort = defaults.TransparentProxy.OutboundListenerPort
386 if !ns.Proxy.TransparentProxy.DialedDirectly {
387 ns.Proxy.TransparentProxy.DialedDirectly = defaults.TransparentProxy.DialedDirectly
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/
H A Dservice_manager.go383 if ns.Proxy.TransparentProxy.OutboundListenerPort == 0 {
384 ns.Proxy.TransparentProxy.OutboundListenerPort = defaults.TransparentProxy.OutboundListenerPort
386 if !ns.Proxy.TransparentProxy.DialedDirectly {
387 ns.Proxy.TransparentProxy.DialedDirectly = defaults.TransparentProxy.DialedDirectly
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/
H A Dservice_manager.go383 if ns.Proxy.TransparentProxy.OutboundListenerPort == 0 {
384 ns.Proxy.TransparentProxy.OutboundListenerPort = defaults.TransparentProxy.OutboundListenerPort
386 if !ns.Proxy.TransparentProxy.DialedDirectly {
387 ns.Proxy.TransparentProxy.DialedDirectly = defaults.TransparentProxy.DialedDirectly
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/mtproto/
H A DTlsInit.h26 class TlsInit final : public TransparentProxy {
30 …: TransparentProxy(std::move(socket_fd), IPAddress(), std::move(domain), std::move(secret), std::m… in TlsInit()
/dports/sysutils/consul/consul-1.10.3/proto/pbservice/
H A Dservice.gen.go19 t.TransparentProxy = TransparentProxyConfigToStructs(s.TransparentProxy)
34 s.TransparentProxy = NewTransparentProxyConfigFromStructs(t.TransparentProxy)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/proto/pbservice/
H A Dservice.gen.go19 t.TransparentProxy = TransparentProxyConfigToStructs(s.TransparentProxy)
34 s.TransparentProxy = NewTransparentProxyConfigFromStructs(t.TransparentProxy)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/proto/pbservice/
H A Dservice.gen.go19 t.TransparentProxy = TransparentProxyConfigToStructs(s.TransparentProxy)
34 s.TransparentProxy = NewTransparentProxyConfigFromStructs(t.TransparentProxy)
/dports/sysutils/consul/consul-1.10.3/command/services/
H A Dconfig_test.go126 TransparentProxy: structs.TransparentProxyConfig{
146 TransparentProxy: &api.TransparentProxyConfig{
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/command/services/
H A Dconfig_test.go126 TransparentProxy: structs.TransparentProxyConfig{
146 TransparentProxy: &api.TransparentProxyConfig{

12345678