chore: Update PostgreSQL hostname from postgresql.onwalk.net to postgresql.svc.plus in stunnel configurations.
This commit is contained in:
parent
9a711b2574
commit
5d3721bdff
@ -6,7 +6,7 @@ foreground = yes
|
||||
[postgres-client]
|
||||
client = yes
|
||||
accept = 127.0.0.1:15432
|
||||
connect = postgresql.onwalk.net:443
|
||||
connect = postgresql.svc.plus:443
|
||||
verify = 2
|
||||
CAfile = /etc/ssl/certs/ca-certificates.crt
|
||||
checkHost = postgresql.onwalk.net
|
||||
checkHost = postgresql.svc.plus
|
||||
|
||||
@ -4,7 +4,7 @@ pid = /var/run/stunnel/stunnel-account-db-client.pid
|
||||
[postgres-client]
|
||||
client = yes
|
||||
accept = 127.0.0.1:15432
|
||||
connect = postgresql.onwalk.net:443
|
||||
connect = postgresql.svc.plus:443
|
||||
verify = 2
|
||||
CAfile = /etc/ssl/certs/ca-certificates.crt
|
||||
checkHost = postgresql.onwalk.net
|
||||
checkHost = postgresql.svc.plus
|
||||
|
||||
Loading…
Reference in New Issue
Block a user