Skip to content

Instantly share code, notes, and snippets.

@master-hax
Created January 20, 2022 08:11
Show Gist options
  • Save master-hax/3feb0fb26512a79241a403f6c4ac2e01 to your computer and use it in GitHub Desktop.
Save master-hax/3feb0fb26512a79241a403f6c4ac2e01 to your computer and use it in GitHub Desktop.
create a netsh proxy in Windows to allow IPFS companion to load content on HTTPS websites from a LAN IPFS node
netsh interface portproxy add v4tov4 listenport=8080 listenaddress=127.0.0.1 connectport=8080 connectaddress=<ip addr of LAN IPFS node>
netsh interface portproxy delete v4tov4 listenport=8080 listenaddress=127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment