Skip to content

tyler-smith/status-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

status-server

Basic server to check if an OpenBazaar node can accept incoming connections

Usage

curl --request POST \
   --url http://localhost:80/ \
   --header 'Content-Type: application/json' \
   --data '[
 	    "/ip4/104.236.157.44/tcp/4001",
 	    "/ip4/139.59.174.197/tcp/4001/"
 	 ]'

About

Basic server to check if an OpenBazaar node can accept incoming connections

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 76.3%
  • Makefile 23.7%