Update proxy to handle traffic

This commit is contained in:
KingRainbow44
2022-05-16 01:57:34 -04:00
parent 167e13c941
commit acb59ce8a4
7 changed files with 84 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ import React from 'react'
import {invoke} from '@tauri-apps/api/tauri'
async function startProxy() {
await invoke('connect')
await invoke('connect', { port: 2222 })
}
async function stopProxy() {