Skip to content

Commit

Permalink
chore: Update sslocal configuration to use 'host' instead of 'us.arlo…
Browse files Browse the repository at this point in the history
…or.dev'
  • Loading branch information
arloor committed Sep 4, 2024
1 parent 436093e commit 2b5befd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@

```bash
cargo install --path . --bin sslocal --features https-tunnel
sslocal --local-addr 0.0.0.0:2080 -k username:password -v -m aes-256-gcm -s us.arloor.dev:444
sslocal --local-addr 0.0.0.0:2080 -k username:password -v -m aes-256-gcm -s host:444
curl https://baidu.com -x http://localhost:2080
```

## run.vbs

```bash
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "taskkill /F /IM sslocal.exe", 0, True
WshShell.Run "sslocal --local-addr 0.0.0.0:2080 -k username:password -v -m aes-256-gcm -s host:444", 0
```

0 comments on commit 2b5befd

Please sign in to comment.