Skip to content

Commit 1df5e80

Browse files
authored
Set Fly specific ip range (#140)
1 parent 2b50b1d commit 1df5e80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/flypg/pg.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,14 +310,14 @@ func (c *PGConfig) setDefaultHBA() error {
310310
Type: "host",
311311
Database: "replication",
312312
User: c.repmgrUsername,
313-
Address: "::0/0",
313+
Address: "fdaa::/16",
314314
Method: "trust",
315315
},
316316
{
317317
Type: "host",
318318
Database: c.repmgrDatabase,
319319
User: c.repmgrUsername,
320-
Address: "::0/0",
320+
Address: "fdaa::/16",
321321
Method: "trust",
322322
},
323323
{

0 commit comments

Comments
 (0)