PG접속제한 수정
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#
|
||||
# Allow TCP connections. Narrow the address range in production.
|
||||
# 로컬 소켓 접속 허용(초기화/관리용). 운영에서는 정책에 맞게 조정하세요.
|
||||
#
|
||||
local all all trust
|
||||
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
2366
kngil_plain.sql
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user