Update Up

This commit is contained in:
cluntop
2026-03-22 15:53:53 +08:00
parent ab0eb83e21
commit 8cd1a03ba4
9 changed files with 270 additions and 52 deletions
+6
View File
@@ -0,0 +1,6 @@
class Proxy:
def getUrl(self, local):
return 'http://127.0.0.1:9978'
def getPort(self):
return 9978