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
        }
      }
    }
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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