add pg_hba rules
This commit is contained in:
@@ -18,3 +18,5 @@ host replication all 127.0.0.1/32 md5
|
||||
host replication all ::1/128 md5
|
||||
|
||||
host all all 0.0.0.0/0 md5
|
||||
|
||||
# custom rules below
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# description: <%=@name%>
|
||||
# order number: <%=@psql_auth_order%>
|
||||
# order number: <%=@pl_auth_order%>
|
||||
<%= @pl_auth_type %> <%= @pl_auth_database %> <%= @pl_auth_user %> <%= @pl_auth_address %> <%=@pl_auth_method %> <%=@psql_auth_option%>
|
||||
|
||||
Reference in New Issue
Block a user