Replication makes hba match physical replication connections.
()
| 164 | |
| 165 | // Replication makes hba match physical replication connections. |
| 166 | func (hba *HostBasedAuthentication) Replication() *HostBasedAuthentication { |
| 167 | hba.database = "replication" |
| 168 | return hba |
| 169 | } |
| 170 | |
| 171 | // SameNetwork makes hba match connection attempts from IP addresses in any |
| 172 | // subnet to which the server is directly connected. |
no outgoing calls