A Go implementation of a URL tracer.
🚨 I've only been using Go since late May 2023. 🚨
wheregoes.com remains a fine site that you should probably use instead.
I'm just doing this to learn Go.
There are some env variables that can be set:
- SERVE: set to 'tcp' to serve on PORT (see below), or 'socket' to serve on /tmp/go-trace.sock
- PORT: The port for the tcp server to listen on. Defaults to 8080
- HOST: The host ip for the tcp server to listen on. Defaults to 127.0.0.1
- MODE: [Currently in development]
There's a cli version (beta) of this tool here: go-traceurl-cli