agrinman / agrinman/tunnelto

host option is not working

Ouverte
#56 0 commentaires 1 réaction 0 personnes assignées Voir sur GitHub
Langage dominant
Rust
Étoiles
7.1k
Forks
547
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

I create tunnel with:
`tunnelto --subdomain test --port 443 --scheme https --host local.domain.com --dashboard-port 9443 -v`

I have local.domain.com added in /etc/hosts to point to 127.0.0.1.
On local I have my app and when I check the HTTP_HOST header is "test.tunneto.dev" and not "local.domain.com".
If I test with:
`curl -H "Host:local.domain.com" https://local.domain.com`
I see in my app HTTP_HOST=local.domain.com as expected.

Did I miss something, or it's really a bug?

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.