Skip to content

Commit a0e2eb0

Browse files
committed
update to 0.12.0
1 parent 0cde233 commit a0e2eb0

14 files changed

+201
-165
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@conet.project/conet-proxy",
33

4-
"version": "0.11.9",
4+
"version": "0.12.0",
55

66
"license": "UNLICENSED",
77
"files": [

src/localServer/localGateway.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@ const start = () => {
6060
start()
6161

6262

63-
// curl -v -x http://127.0.0.1:8889 "https://www.google.com"
63+
// curl -v -x http://127.0.0.1:8888 "https://www.google.com"
64+
// curl -v -x socks4a://localhost:8888 "https://www.google.com"
65+
// curl -v -x socks4://localhost:8888 "https://www.google.com"
66+
// curl -v -x socks5h://localhost:8888 "https://www.google.com"

src/localServer/localServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,4 +528,4 @@ new Daemon(3001, '')
528528
// curl -v localhost:3001/getAllRegions
529529
// curl -X POST -H "Content-Type: application/json" --data '{"walletAddress": "0x39EE68D74E6Dc6FF047E60D6Fc769f6E4Bab7fB5", "solanaWallet": "9qrjMUHXsZg7Er7Q9EJEEZpR4cPvM1FAkDJSwkcbCoFy"}' "https://apiv4.conet.network/api/spclub"
530530
// Proxy server test
531-
// curl -v -4 -x socks5h://localhost:3002 "https://www.google.com"
531+
// curl -v -x http://localhost:8888 "https://www.google.com"

src/localServer/proxyServer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const httpProxy = ( clientSocket: Net.Socket, _buffer: Buffer, agent: string, pr
5050
const httpHead = new HttpProxyHeader ( _buffer )
5151
const hostName = httpHead.host
5252
const ssl = isSslFromBuffer ( _buffer )
53+
5354
const connect = (_data: Buffer) => {
5455
hexDebug(_data)
5556
const uuuu : VE_IPptpStream = {

src/localServer/workers/electron/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<link rel="apple-touch-icon" href="/logo192.png" />
1111
<link rel="manifest" href="/manifest.json" />
1212
<title>Silent Pass</title>
13-
<script defer="defer" src="/static/js/main.944f9c9d.js"></script>
14-
<link href="/static/css/main.7223c051.css" rel="stylesheet">
13+
<script defer="defer" src="/static/js/main.4f9768b4.js"></script>
14+
<link href="/static/css/main.18155f27.css" rel="stylesheet">
1515
</head>
1616

1717
<body><noscript>You need to enable JavaScript to run this app.</noscript>

src/localServer/workers/static/css/main.18155f27.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/localServer/workers/static/css/main.18155f27.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/localServer/workers/static/css/main.7223c051.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/localServer/workers/static/css/main.7223c051.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/localServer/workers/static/js/main.4f9768b4.js

Lines changed: 156 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)