Created
March 25, 2023 09:11
-
-
Save awcator/c0e5f0c224d8fae85aa0e43280576482 to your computer and use it in GitHub Desktop.
Mega Bypass traffic using SockPorxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh -i ~/.ssh/path/to/key -D 8080 -L localhost:8081:mega.nz:443 ubuntu@yourHost | |
#Now you can hit mega.nz from localhost:8081 as http_prxy | |
#or you can use socks5 proxy on port 8080 to hit mega |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment