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