diff --git a/config/config.go b/config/config.go index 88ec20c..df5a8cc 100644 --- a/config/config.go +++ b/config/config.go @@ -2,5 +2,5 @@ package config const ( LOCAL_SOCKET_ADDR = "127.0.0.1" - LOCAL_SOCKET_PORT = 1080 + LOCAL_SOCKET_PORT = 8999 ) diff --git a/main-windows.exe b/main-windows.exe index 070d334..2671e02 100644 Binary files a/main-windows.exe and b/main-windows.exe differ