Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 29, 2021. It is now read-only.

titaniumnetwork-dev/alloy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

117 Commits

Repository files navigation

Deprecated!

This project is deprecated! Use our other proxy Corrosion instead!

Alloy Proxy

A web proxy for use in combating web filters.

Running locally

git clone https://github.com/titaniumnetwork-dev/alloyproxy.git
cd alloyproxy
node server.js

Options in config.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.

About

A web proxy for use in combating web filters.

Topics

Resources

Readme

Stars

Watchers

Forks

Contributors