-
Updated
Oct 18, 2021 - JavaScript
proxy-server
Here are 950 public repositories matching this topic...
-
Updated
Jan 9, 2022 - Makefile
-
Updated
Jan 13, 2022 - Go
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
Dec 21, 2021
-
Updated
Nov 28, 2021 - C
-
Updated
Oct 26, 2021 - JavaScript
Integration tests must exist under both normal and TLS interception mode.
See https://github.com/abhinavsingh/proxy.py/tree/develop/tests/integration for existing integration tests.
-
Updated
Jan 13, 2022
-
Updated
Jan 10, 2022 - JavaScript
-
Updated
Jan 7, 2022 - C#
-
Updated
Sep 21, 2021 - TypeScript
-
Updated
Jan 12, 2022 - Python
-
Updated
Dec 5, 2021 - Go
-
Updated
Jun 19, 2020 - Go
-
Updated
Aug 14, 2021 - PHP
-
Updated
Jan 12, 2022 - Perl
- Introduce and implement circuit breaker pattern for weaver
-
Updated
Jan 10, 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
Jan 6, 2017 - Python
-
Updated
Jun 30, 2019 - 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
Mar 8, 2019 - JavaScript
-
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."


Right now the
encryptionMethodis fixed tochacha20-ietf-poly1305:https://github.com/Jigsaw-Code/outline-server/blob/037430d732d7e7bcfd2fc0f33cdbee39ce66fe79/src/shadowbox/server/server_access_key.ts#L87
Here are the recommended methods in shadowsocks:
Modern hardwares (CPUs) have crypto instructions that support AES encryption