Implement IP echo

This commit is contained in:
PhatPhuckDave
2024-07-21 19:01:07 +02:00
parent 996e062424
commit b5f3f660f4
3 changed files with 66 additions and 0 deletions

1
deploy.sh Normal file
View File

@@ -0,0 +1 @@
go build main && docker build -t echo-ip .