mirror of
https://github.com/postgres/postgres.git
synced 2026-03-02 21:30:36 -05:00
Updated IPv6 patch to fix netmask.
This commit is contained in:
parent
8fc86dd593
commit
3bf160131d
1 changed files with 1 additions and 1 deletions
|
|
@ -46,4 +46,4 @@
|
|||
|
||||
local all all trust
|
||||
host all all 127.0.0.1 255.255.255.255 trust
|
||||
host all all ::1 ffff:ffff:ffff:fff:ffff:ffff:ffff trust
|
||||
host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff trust
|
||||
|
|
|
|||
Loading…
Reference in a new issue