Skip to content

A simple transparent web proxy written with PHP & cURL with basic cookie support

License

Notifications You must be signed in to change notification settings

flyingvirus/broxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Broxy

status-release version-0-1-0

A simple transparent web proxy written with PHP & cURL with basic cookie support

Getting Started

Prerequisites

  • PHP 5.6+ with cURL

Installing

  • Configure Broxy by editing config.json
{
    "host": "https://beremaran.com",
    "targetHost": "http://localhost:8000"
}
  • Copy .htaccess file
  • Give read/write permissions to cookies folder
  • Done.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning.

Authors

License

This project is licensed under MIT license. See LICENSE for details

About

A simple transparent web proxy written with PHP & cURL with basic cookie support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages