[doc] update TODO

This commit is contained in:
Laurent Peuch 2019-01-19 08:10:16 +01:00
parent f124bd02b7
commit 8e373f1c05

View file

@ -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