Skip to content

tls_server_name required #196

Description

@xialvjun

Add options like reverse_proxy especially for upstream.transport[http].[tls_server_name] so we can:

:8080 {
  route {
    forward_proxy {
      upstream https://username:password@ip.ip.ip.ip:443 {
        transport http {
          # specify domain and ip to avoid dns query on local machine in case you have a tun device default route to it
          tls_server_name domain.com
        }
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions