wip: proxy in maxun-core
This commit is contained in:
5
maxun-core/src/proxy.ts
Normal file
5
maxun-core/src/proxy.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface ProxyConfig {
|
||||
server: string;
|
||||
username?: string;
|
||||
password?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user