Skip to content

lucabarletta/dns-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dns-prototype


setup

  1. Install Go

  2. Install Go plugin on VS Code or any other compatible Editor (Jetbrains GoLand)

  3. Clone Project https://github.com/lucabarletta/dns-prototype.git

  4. Open project in terminal or cmd and run go run main.go

  5. Go documentation https://go.dev/doc/effective_go


examples

GET example

curl --location 'http://localhost:9090/domain.i2p'
{
  // todo: add response
}

This dns entry is hardcoded and available after startup


PUT example

curl --location \
  --request PUT 'http://localhost:9090/domain.i2p/m6elnkiizogiz5wq4perd7aslir5rdu7jmtwxlxua5aofa43zyva'
{
    "ident": "543E2jGQ"
}

TODO

  • Docker compose
  • documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published