Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 986 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 986 Bytes

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.