|
@@ -58,7 +58,7 @@ class Zombie: # class representing a zombie
|
|
|
c.setopt(pycurl.URL, payload.encode('utf-8'))
|
|
|
c.setopt(pycurl.NOBODY, 0) # use GET
|
|
|
if self.ufo.external == True:
|
|
|
- external_service = "https://downforeveryoneorjustme.com/" # external check
|
|
|
+ external_service = "https://status.ws/" # external check
|
|
|
if options.target.startswith('https://'): # fixing url prefix
|
|
|
options.target = options.target.replace('https://','')
|
|
|
if options.target.startswith('http://'): # fixing url prefix
|