Note for the future about trying to diagnose hairpinning

This commit is contained in:
Alexandre Aubin 2019-08-18 04:53:32 +02:00 committed by Alexandre Aubin
parent 339b6d9cbe
commit e0fa87cb36

View file

@ -48,6 +48,10 @@ class HttpDiagnoser(Diagnoser):
status="ERROR",
summary=("diagnosis_http_unreachable", {"domain": domain}))
# In there or idk where else ...
# try to diagnose hairpinning situation by crafting a request for the
# global ip (from within local network) and seeing if we're getting the right page ?
def main(args, env, loggers):
return HttpDiagnoser(args, env, loggers).diagnose()