titaniumnetwork-dev / alloy

Licence: other
A web proxy for use in combating web filters.

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to alloy

web-proxy-script
Minimalist web proxy script
Stars: ✭ 55 (-25.68%)
Mutual labels:  web-proxy
websockify-nginx-module
Embed websockify into Nginx (convert any tcp connection into websocket)
Stars: ✭ 132 (+78.38%)
Mutual labels:  websocket-proxy
SmartGW
Domain based VPN Gateway/Proxy for all devices
Stars: ✭ 49 (-33.78%)
Mutual labels:  unblocker
Goproxy
🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
Stars: ✭ 11,334 (+15216.22%)
Mutual labels:  websocket-proxy
Websockify
Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.
Stars: ✭ 2,942 (+3875.68%)
Mutual labels:  websocket-proxy
amiws
Asterisk Management Interface (AMI) to Web-socket proxy
Stars: ✭ 60 (-18.92%)
Mutual labels:  websocket-proxy
cnn-proxy
Subdomain method that proxies websockets, XMLHttpRequests, and more.
Stars: ✭ 13 (-82.43%)
Mutual labels:  websocket-proxy
iyov
Web proxy for http(s) for developers to analyze data between client and servers based on workerman, especailly for app developers.
Stars: ✭ 27 (-63.51%)
Mutual labels:  web-proxy
PyDodge
Python HTTP Proxy w/ Rewrites (PyDodge "B") https://github.com/webrecorder/pywb
Stars: ✭ 20 (-72.97%)
Mutual labels:  web-proxy
WebproxyPortlet
No description or website provided.
Stars: ✭ 14 (-81.08%)
Mutual labels:  web-proxy
Unblockneteasemusic
Revive unavailable songs for Netease Cloud Music
Stars: ✭ 15,529 (+20885.14%)
Mutual labels:  unblocker
Easy163
安卓端一键解锁网易云音乐,无须 ROOT
Stars: ✭ 2,165 (+2825.68%)
Mutual labels:  unblocker
Ieasemusic
网易云音乐第三方
Stars: ✭ 8,572 (+11483.78%)
Mutual labels:  unblocker
Tsunami
An official Fog Network proxy site, made to access the blocked web. Surf without web filters or restrictions. Made with style, Tsunami is a rather fancy service dedicated to protecting your freedom from censorship
Stars: ✭ 44 (-40.54%)
Mutual labels:  unblocker

Deprecated!

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

Alloy Proxy

A web proxy for use in combating web filters.

Deploy

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].