Kaynağa Gözat

syncing dev branches

epsylon 5 yıl önce
ebeveyn
işleme
1db41daa3a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      core/zombie.py

+ 1 - 1
core/zombie.py

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