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
my config
listen="0.0.0.0:3129" access_log="/tmp/microproxy.access.log" activity_log="/tmp/microproxy.error.log" allowed_connect_ports=[443, 80] auth_file="auth.txt" auth_type="basic" auth_realm="proxy" forwarded_for_header="on" #allowed_networks=["127.0.0.1/32"] #add_headers=[ # ["X-Test-Header1", "yes"], # ["X-Test-Header2", "no"] #]
auth.txt
user:password
even I already add auth_type in config , but client still can connect to microproxy without authencation . any suggestions ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
my config
auth.txt
even I already add auth_type in config , but client still can connect to microproxy without authencation .
any suggestions ?
The text was updated successfully, but these errors were encountered: