From 5341ce6c4aba3aa9518160a652339bca4defa93f Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 1 Mar 2021 18:33:28 +0000 Subject: [PATCH] resrt hs pp --- hotspot_proxy_v2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hotspot_proxy_v2.py b/hotspot_proxy_v2.py index 57a8347..76957c9 100644 --- a/hotspot_proxy_v2.py +++ b/hotspot_proxy_v2.py @@ -150,8 +150,8 @@ if __name__ == '__main__': Master = "127.0.0.1" ListenPort = 62031 - DestportStart = 54100 - DestPortEnd = 54200 + DestportStart = 54000 + DestPortEnd = 54100 Timeout = 30 Stats = True Debug = True