feat: init

This commit is contained in:
2024-02-23 22:07:44 +08:00
commit 96ca2076ed
87 changed files with 11550 additions and 0 deletions

5
apps/proxy/.whistle/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
**/.backup
**/.recycle_bin
**/.clientid
/properties/*
!/properties/properties

View File

@@ -0,0 +1 @@
{"filesOrder":["latestVersion"],"Custom1":"Custom1","Custom2":"Custom2","allowMultipleChoice":true}

View File

@@ -0,0 +1,2 @@
^https://webui.konobangu.com/*** http://127.0.0.1:3000/$1
^wss://webui.konobangu.com/*** ws://127.0.0.1:3000/$1

View File

@@ -0,0 +1 @@
^https://recorder.konobangu.com/*** http://127.0.0.1:7600/$1

View File

@@ -0,0 +1 @@
{"filesOrder":["webui","recorder"],"selectedList":["webui","recorder"],"disabledDefalutRules":true}

View File

13
apps/proxy/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "proxy",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "whistle run -p 8899 -t 30000 -M \"keepXFF|prod|capture\" -D . --no-global-plugins"
},
"keywords": [],
"license": "MIT",
"devDependencies": {
"whistle": "^2.9.61"
}
}