Estou tentando encontrar uma solução alternativa para o problema conhecido no Github Enterprise:
We incorrectly redirect to the dashboard if you accessed GitHub Enterprise using an alias while in private mode. This might happen if you set a fully qualified domain name but the subdomain resolves correctly.
Digamos que o Github esteja hospedado em subdoma.in.example.com
e também tenha
search example.com
em /etc/resolv.conf
. Existe alguma chance de eu poder tornar subdoma.in
não-resolvível?
Tags dns resolv.conf github linux