Skip to content

dappnetbby/local-gateway-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local-gateway-go

WIP rewrite of the local gateway module from Dappnet mainline in Go.

Status:

  • Resolve .eth domains to content hash
  • HTTP gateway - resolve http://localhost:10422 to IPFS content by specifying Host: vitalik.eth
  • HTTPS gateway - self-signed certificates generation is working.
  • Rewrite SOCKS5 proxy, also in Go.
  • Handle IPFS errors like the JS gateway does.
  • Add BitTorrent support.
  • Listen to ENS record updates, and refresh cache.

Demo.

go build
./local-gateway

cd socks5
go build
./socks5-proxy

About

.eth.limo in a single binary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages