mirror of
https://github.com/YunoHost/check-http.git
synced 2024-09-03 19:56:42 +02:00
[doc] update TODO
This commit is contained in:
parent
f124bd02b7
commit
8e373f1c05
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ async def check_http(request):
|
||||||
# [x] - get ip
|
# [x] - get ip
|
||||||
# [x] - get request json
|
# [x] - get request json
|
||||||
# [x] - in request json get domain target
|
# [x] - in request json get domain target
|
||||||
# [ ] - validate domain is in correct format
|
# [x] - validate domain is in correct format
|
||||||
# [ ] - check dns that domain == ip
|
# [ ] - check dns that domain == ip
|
||||||
# [ ] - if not, complain
|
# [ ] - if not, complain
|
||||||
# [x] - if everything is ok, try to get with http
|
# [x] - if everything is ok, try to get with http
|
||||||
|
|
Loading…
Reference in a new issue