Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 2.42 KB

setups.md

File metadata and controls

50 lines (41 loc) · 2.42 KB

Project Fog Services Use Case

Disclaimer: I am not an expert in configs making. it is only based on my experience and how I use it. Feel free to DM me if I have incorrect information. I will correct it.

Services Platform Client Apps Dependant to other Services Config Setups Possible to use a BugHost?
Shadowsocks Windows and Mobile Many software supporting this service. - Use plugin like v2ray, xray etc.
V2ray Windows and Mobile Many software supporting this service. - Recommended: vless
OpenVPN UDP Windows and Mobile OpenVPN - - -
OpenVPN TCP Windows and Mobile OpenVPN Openvpn + Remote Proxy + Payload Setups
OpenSSH or Dropbear Windows and Mobile HTTP Injector, KPN and many more SSH Direct, SSH + Remote Proxy + Payload Setups
Stunnel Windows and Mobile HTTP Injector, KPN and many more SSL + SNI, SSL + SNI + Payload Setups
L2TP / IPSec PSK Mobile Built-in VPN for Android and IOS Mask IP to Bughost

Remote Proxy

Kinds of Remote Proxy

  • Simple Remote Proxy
    • A valid HTTP request is required to receive a status 200 response from the server
  • Direct Remote Proxy
    • No need for a valid and correct http request. Allow all requests, even invalid ones and server automatically response Status 200.

Project Fog Services Remote Proxy Summary

Services Method Simple Remote Proxy Direct Remote Proxy Use Case
Squid - Remote Proxy for SSH and OpenVPN
Privoxy - Remote Proxy for SSH and OpenVPN
OHP OHP over Squid Remote Proxy for SSH
OHP OHP over Privoxy Remote Proxy for SSH
OHP OHP over OpenVPN Remote Proxy for Openvpn
Python Socks Proxy Simple Socks Proxy Remote Proxy for SSH and OpenVPN
Python Socks Proxy Direct Socks Proxy Remote Proxy for SSH
Python Socks Proxy OpenvPN Socks Proxy Remote Proxy for Openvpn

Important Reminders

Payload Setups

Same with " HTTP Proxies" and it will require " Remote Proxies "

Bughost

Same with "Payload" and "SNI"

Payload and Remote Proxy

This is the key to the gate of free internet, which is why these two items are very important in all setups.