chore: Update PostgreSQL hostname from postgresql.onwalk.net to postgresql.svc.plus in stunnel configurations.

This commit is contained in:
Haitao Pan 2026-01-27 22:44:38 +08:00
parent 9a711b2574
commit 5d3721bdff
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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