mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Note for the future about trying to diagnose hairpinning
This commit is contained in:
parent
339b6d9cbe
commit
e0fa87cb36
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue