host option is not working
Ouverte
- 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.