wip: proxy in maxun-core

This commit is contained in:
karishmas6
2024-10-27 00:30:37 +05:30
parent 41f7e2d6ea
commit 0d75c6dee8

5
maxun-core/src/proxy.ts Normal file
View File

@@ -0,0 +1,5 @@
export interface ProxyConfig {
server: string;
username?: string;
password?: string;
}