-
Updated
Jan 14, 2022 - JavaScript
proxy-server
Here are 974 public repositories matching this topic...
-
Updated
Mar 18, 2022 - Makefile
Is your feature request related to a problem? Please describe.
This is the logic currently implemented in the main branch:
If
headers
criteria are configured, a request is filtered in if it matches both headers and urls. Ifheaders
criteria are NOT configured, the probability options are used.
Describe the solution you'd like
I want to take the URL check when no header is
Is your feature request related to a problem? Please describe.
Not related to a problem
Describe the solution you'd like
We opened #808 to discuss how we might use GitHub actions. At the time, this repo didn't have actions enabled. Now that it does, we should try them out for some of the things in that thread.
_Edit from @arschles - we have focused this issue to just the twitte
-
Updated
Oct 4, 2021 - Python
-
Updated
Mar 4, 2022
-
Updated
Feb 28, 2022 - C
-
Updated
Oct 26, 2021 - JavaScript
Under multiport mode, plugins may need to know on which port was the request received/accepted. This information is currently not surfaced to plugins. For background also see abhinavsingh/proxy.py#535 (comment) thread
-
Updated
Mar 20, 2022
-
Updated
Mar 18, 2022 - JavaScript
-
Updated
Feb 1, 2022 - C#
-
Updated
Mar 17, 2022 - Python
-
Updated
Jan 27, 2022 - TypeScript
-
Updated
Dec 5, 2021 - Go
-
Updated
Mar 6, 2022 - Go
-
Updated
Aug 14, 2021 - PHP
-
Updated
Jan 23, 2022 - Perl
-
Updated
Mar 15, 2022 - Go
- Introduce and implement circuit breaker pattern for weaver
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
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
Jan 6, 2017 - Python
-
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."
Right now the
encryptionMethod
is 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