wire up everything with gluetun

This commit is contained in:
Quentin McGaw
2026-05-19 12:47:35 +00:00
parent f35dd19ee7
commit 7ef16a5438
8 changed files with 201 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ type Server struct {
stopping atomic.Bool
}
func New(settings Settings) *Server {
func newServer(settings Settings) *Server {
return &Server{
username: settings.Username,
password: settings.Password,