FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pgfilterproxy/pgfilterproxy.yaml.example at main · debfx/pgfilterproxy · GitHub
debfx
/
pgfilterproxy
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
0
Pull requests
0
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
pgfilterproxy
/
pgfilterproxy.yaml.example
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (10 loc) · 358 Bytes
Breadcrumbs
pgfilterproxy
/
pgfilterproxy.yaml.example
Copy path
File metadata and controls
12 lines (10 loc) · 358 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
listen: ":54321"
target_server: localhost:5432
# allow queries that match these fingerprints
allowed_fingerprints:
- 02a281c251c3a43d2fe7457dff01f76c5cc523f8c8
# allow message formats (first byte of message) in addition to query (Q)
# https://www.postgresql.org/docs/current/protocol-message-formats.html
allowed_commands:
# terminate connection
- X
Back
|
FazBrowse Home
|
New Git URL