We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI,
chisel version: chisel_1.7.7_linux_amd64
chisel_1.7.7_linux_amd64
server runs: chisel-server server --reverse --socks5 -p 28080 --authfile users.json2
chisel-server server --reverse --socks5 -p 28080 --authfile users.json2
users.json2:
{ "root:toor": [ "" ], "foo:bar": [ "^0.0.0.0:3000$" ], "foo:bar2": [ "^0.0.0.0:3000$", "^socks$" ], "ping:pong": [ "^0.0.0.0:[45]000$", "^example.com:80$", "^R:0.0.0.0:7000$" ] }
client runs: chisel-client client --auth foo:bar2 127.0.0.1:28080 socks
chisel-client client --auth foo:bar2 127.0.0.1:28080 socks
failed error logs:
> 2024/06/05 15:11:26 client: Connecting to ws://127.0.0.1:28080 > 2024/06/05 15:11:26 client: tun: proxy#127.0.0.1:1080=>socks: Listening > 2024/06/05 15:11:26 client: Connection error: server: access to ':' denied > 2024/06/05 15:11:26 client: Give up
so how could I configure the authfile correctly when use socks proxy?
thx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
HI,
chisel version:
chisel_1.7.7_linux_amd64
server runs:
chisel-server server --reverse --socks5 -p 28080 --authfile users.json2
users.json2:
client runs:
chisel-client client --auth foo:bar2 127.0.0.1:28080 socks
failed error logs:
so how could I configure the authfile correctly when use socks proxy?
thx
The text was updated successfully, but these errors were encountered: