]> git.ipfire.org Git - ipfire.org.git/blobdiff - webapp/backend/tracker.py
netboot: Serve updated images from webapp
[ipfire.org.git] / webapp / backend / tracker.py
index 80f38c0204d68b72d6fe7bcfbdf579da85f56f5c..2b3c44ea049f49db4e15b3b0e12b0d89f5243f6d 100644 (file)
@@ -94,10 +94,6 @@ class Tracker(Object):
        def update_peer(self, peer_id, info_hash, **kwargs):
                # Translate the location IP address
                address4 = kwargs.get("address4", None)
-               if address4 and address4.startswith("172.28.1."):
-                       kwargs.update({
-                               "address4" : "178.63.73.246",
-                       })
 
                if self.peer_exists(peer_id, info_hash):
                        self.__update_peer(peer_id, info_hash, **kwargs)