@@ -129,7 +129,6 @@ func NewHeadscale(cfg *Config) (*Headscale, error) {
switch cfg.DBtype {
case Postgres:
dbString = fmt.Sprintf(
"host=%s port=%d dbname=%s user=%s password=%s",
"host=%s dbname=%s user=%s",
cfg.DBhost,
cfg.DBname,
The note is not visible to the blocked user.