repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
4ee6d08
parent
8e4e5f5
author
Antonio Mika
date
2025-01-19 15:56:39 -0500 EST
Add nuremberg dc
1 files changed,  +1, -0
M db/db.go
+1, -0
1@@ -335,6 +335,7 @@ var DenyList = []string{
2 	"localhost",
3 	"ams",
4 	"ash",
5+	"nue",
6 }
7 
8 type DB interface {