This commit is contained in:
pricema
2025-10-07 01:31:31 +08:00
parent 239a874feb
commit 6e8af5c540
238 changed files with 58798 additions and 36 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