/go-mlbam-proxy

local reverse proxy for any http(s) sites to send requests from a domain to another, runs faster than mitmdump

Primary LanguageGoMIT LicenseMIT

go-mlbam-proxy

command line reverse proxy
it's like using the windows hosts file but without Windows restrictions. if you are familiar with mitm proxy and its mitmdump command line, it pretty much does the same work but faster and without being flagged as a malware.

go-mlbam-proxy -p 17070 -d example.ddns.net -s google.com,facebook.com,twitter.com

-d string
      Destination domain to forward source domains requests to.
-p int
      Port used by the local proxy (default 17070)
-s string
      Source domains to redirect requests from, separated by commas.

projects using go-mlbam-proxy

  • NHLGames windows app for watching nhl games
  • LazyMan linux/mac/windows app for watching nhl/mlb games

if you are using go-mlbam-proxy in a project please send a pull request to add it to the list.