https://github.com/titaniumnetwork-dev/alloy
A web proxy for use in combating web filters.
https://github.com/titaniumnetwork-dev/alloy
alloy-proxy javascript proxy unblocker web-proxy websocket-proxy
Last synced: 1 day ago
JSON representation
A web proxy for use in combating web filters.
- Host: GitHub
- URL: https://github.com/titaniumnetwork-dev/alloy
- Owner: titaniumnetwork-dev
- Archived: true
- Created: 2020-07-29T03:28:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T15:43:43.000Z (almost 5 years ago)
- Last Synced: 2026-05-03T19:40:13.526Z (about 1 month ago)
- Topics: alloy-proxy, javascript, proxy, unblocker, web-proxy, websocket-proxy
- Language: CSS
- Homepage: https://alloyproxy.design
- Size: 1.28 MB
- Stars: 101
- Watchers: 12
- Forks: 1,008
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-projects - alloy - A web proxy for use in combating web filters. ⭐102 `CSS` (📦 Legacy & Inactive Projects)
README
# Deprecated!
This project is deprecated! Use our other proxy [Corrosion](https://github.com/titaniumnetwork-dev/corrosion) instead!
# Alloy Proxy
A web proxy for use in combating web filters.
[](https://heroku.com/deploy?template=https://github.com/titaniumnetwork-dev/alloy/tree/master)
## Running locally
```sh
git clone https://github.com/titaniumnetwork-dev/alloyproxy.git
cd alloyproxy
node server.js
```
## Options in config.json
```json
{
"port": "8080",
"ssl": false,
"prefix": "/web/",
"localAddresses": [],
"blockedHostnames": []
}
```
`"port": "8080"` = Sets HTTP server port of web proxy.
`"ssl": "false"` = Sets HTTP server SSL.
`"prefix": "/web/"` = Sets the overall prefix of the web proxy.
`"localAddresses": [ "0.0.0.0" ]` = Allows you to choose which IP to make the request from. If there are multiple IP's then the IP chosen will be randomized.
`"blockedHostnames": [ "example.org", "example.com" ]` = If the hostname of the proxy URL matches any of the URL hostnames listed in the array, the request to the server will be cancelled.