-
Updated
Jan 14, 2022 - JavaScript
proxy-server
Here are 959 public repositories matching this topic...
-
Updated
Jan 31, 2022 - Makefile
Right now the encryptionMethod is fixed to chacha20-ietf-poly1305:
Here are the recommended methods in shadowsocks:
- aes-128-gcm, aes-256-gcm
- chacha20-ietf-poly1305
Modern hardwares (CPUs) have crypto instructions that support AES encryption
Describe the bug
CodeQL show that we are logging paths directly. We should instead escape and then log them.
To Reproduce
Results are shown here: https://github.com/gomods/athens/pull/1748/checks?check_run_id=4567576462
Expected behavior
We can simply log escaped paths provided by net/url: https://pkg.go.dev/net/url#URL.EscapedPath
Additional context
Add an
-
Updated
Oct 4, 2021 - Python
-
Updated
Jan 20, 2022
-
Updated
Jan 22, 2022 - C
-
Updated
Oct 26, 2021 - JavaScript
Several clients throw TLSV1_ALERT_UNKNOWN_CA alert. Example:
- cloudresourcemanager.googleapis.com
Several clients throw ssl.SSLEOFError EOF occurred in violation of protocol (_ssl.c:997) alert. Example:
- gateway.icloud.com
- gs-loc.apple.com
- p25-content.icloud.com
- p57-content.icloud.com
Proxy should be able to auto-detect (which it already does when handling exceptions)
-
Updated
Feb 8, 2022
-
Updated
Jan 27, 2022 - JavaScript
-
Updated
Feb 1, 2022 - C#
-
Updated
Feb 2, 2022 - Python
-
Updated
Jan 27, 2022 - TypeScript
-
Updated
Dec 5, 2021 - Go
-
Updated
Jun 19, 2020 - Go
-
Updated
Aug 14, 2021 - PHP
-
Updated
Jan 23, 2022 - Perl
- Introduce and implement circuit breaker pattern for weaver
-
Updated
Feb 8, 2022 - Go
It would be nice to have a validation every time ergo runs in order to avoid badly formatted files and undefined errors.
-
Updated
Jun 30, 2019 - Python
-
Updated
Jan 6, 2017 - Python
Simply modified your code on handler_forward.js
// custom `http.Agent` support, set `server.httpAgent`
if (!!this.server.httpAgent) reqOpts.agent = this.server.httpAgent;
And in server.js in constructor add
this.httpAgent = options.httpAgent;
Then, if we want to create server with socks proxy for example, do this:
const { SocksProxyAgent } = require('socks-proxy-agent');
-
Updated
Dec 3, 2020 - Python
-
Updated
Nov 24, 2021 - Shell
-
Updated
Jul 23, 2020
Improve this page
Add a description, image, and links to the proxy-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the proxy-server topic, visit your repo's landing page and select "manage topics."
Is egctl has any way to delete all objects using just one command, right now I can put all Easegress objects(including HTTPServer、GlobalFilter、NacosServiceRegistry、HTTPPipeline etc) in a file and use just one command
egctl object create -f fileto create. But for any reason if I change one of these objects especially for local debug,it is very hard for me to apply these new changes(I need to