PG접속제한 수정

This commit is contained in:
Lectom C Han
2026-02-04 17:23:12 +09:00
parent 3f81939e80
commit 2a118a24f7
2 changed files with 2375 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# #
# Allow TCP connections. Narrow the address range in production. # 로컬 소켓 접속 허용(초기화/관리용). 운영에서는 정책에 맞게 조정하세요.
# #
host all all 0.0.0.0/0 scram-sha-256 local all all trust
host all all ::/0 scram-sha-256 host all all 127.0.0.1/32 scram-sha-256
host all all ::1/128 scram-sha-256
#
# 외부 TCP 접속 허용. 운영에서는 허용 대역을 제한하세요.
#
host all all 0.0.0.0/0 scram-sha-256
host all all ::/0 scram-sha-256

2366
kngil_plain.sql Normal file

File diff suppressed because it is too large Load Diff