-
Updated
May 31, 2020 - JavaScript
proxy-server
Here are 677 public repositories matching this topic...
-
Updated
May 12, 2020 - Makefile
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
On this gif ( https://raw.githubusercontent.com/constverum/ProxyBroker/master/docs/source/_static/cli_serve_example.gif ) the server prints an info line when a client connects.
The current version doesn't do that, though it would be very useful. I tried the command that is on the GIF.
-
Updated
Apr 11, 2020 - C
Is it possible to run this in one (or more) Docker containers? I'd really like to know.
I suppose I could try to write a docker-compose file but my knowledge of Docker, networking, email standards, etc are not up to the task. So I'd feel more comfortable if someone more knowledgeable could pick up this task.
Description
It would be nice if we add "Show in Finder" right-menu of apps from the Left Panel, so it can quickly open the app location.
Acceptance Criteria
- Add "Show in Finder" to the right menu of apps
- Open Finder at the app location
-
Updated
Apr 22, 2019 - PHP
-
Updated
May 8, 2020 - C#
Currently a server owner has no mechanism to know whenever the uProxy server is outdated. We need a solution that:
a) allows the server to monitor if it's out of date
b) notifies the server owner (e.g. app, email, etc) to take action
c) allows the server owner to upgrade the server (possibly overwriting the droplet / image)
... alternatively, we could consider a server that auto-updates.
-
Updated
Jun 3, 2020
-
Updated
May 25, 2020 - PHP
Right now there aren't any instructions in the README.
-
Updated
Nov 9, 2019 - PHP
-
Updated
Jan 6, 2017 - Python
- 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
-
Updated
Mar 8, 2019 - JavaScript
-
Updated
Mar 19, 2020 - Python
-
Updated
Jun 4, 2020
Is it possible to switch the upstream proxy host without restarting the server? I'm currently using the anonymizeProxy helper like so:
const proxyChain = require('proxy-chain');
const user = '...';
const pass = '...';
const vpnHost = process.argv[2];
const oldProxyUrl = `http://${user}:${pass}@${vpnHost}:80`;
const newProxyUrl = proxyChain.anonymizeProxy(oldProxyUrl);
function
-
Updated
Apr 3, 2020 - Shell
-
Updated
Apr 21, 2018 - C#
-
Updated
Dec 22, 2017 - Python
-
Updated
Jan 25, 2019 - JavaScript
-
Updated
May 21, 2020 - TypeScript
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."
Starting with v1.2.1, keys can be sorted by name or utilized bandwidth. I find the feature very useful for identifying both heavy users and unused keys.
It’d be even nicer to have chosen sorting settings preserved between launches.