From 0d75c6dee80a922bb15ece3ce71581dad70403b9 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 27 Oct 2024 00:30:37 +0530 Subject: [PATCH] wip: proxy in maxun-core --- maxun-core/src/proxy.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 maxun-core/src/proxy.ts diff --git a/maxun-core/src/proxy.ts b/maxun-core/src/proxy.ts new file mode 100644 index 00000000..3c38d58c --- /dev/null +++ b/maxun-core/src/proxy.ts @@ -0,0 +1,5 @@ +export interface ProxyConfig { + server: string; + username?: string; + password?: string; +} \ No newline at end of file