Nykolyn, Andy (AS) wrote:
Is there a way to set up the pg_hba.conf file to allow users to
connect regardless of their IP address? I have users that need to
access the database through a VPN using a non static IP address.
Thanks in advance.
specify a subnet mask that includes all thes
Nykolyn, Andy (AS) wrote:
> Is there a way to set up the pg_hba.conf file to allow users to connect
> regardless of their IP address? I have users that need to access the database
> through a VPN using a non static IP address. Thanks in advance.
Sure, use 0.0.0.0/0 as CIDR-adress.
Andreas
--
Is there a way to set up the pg_hba.conf file to allow users to connect
regardless of their IP address? I have users that need to access the
database through a VPN using a non static IP address. Thanks in
advance.