Intenral firewall bypass if local and docker.
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 4m5s
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 4m5s
This commit is contained in:
parent
32af9c56ef
commit
dcdc5f8819
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ in {
|
||||||
#type database DBuser auth-method
|
#type database DBuser auth-method
|
||||||
local all all trust
|
local all all trust
|
||||||
host all all 127.0.0.1/32 scram-sha-256
|
host all all 127.0.0.1/32 scram-sha-256
|
||||||
|
host all all 10.1.1.248/32 scram-sha-256
|
||||||
host all all ::1/128 scram-sha-256
|
host all all ::1/128 scram-sha-256
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue