This commit is contained in:
Harold
2026-04-18 10:43:52 +08:00
parent 817b4e0bcf
commit aaf78a7155
3 changed files with 263 additions and 0 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