init: Initial commit

This commit is contained in:
Björn Benouarets
2025-12-15 14:13:43 +01:00
commit c6b269cf35
10 changed files with 657 additions and 0 deletions

17
config.yaml Normal file
View File

@@ -0,0 +1,17 @@
# PostgreSQL Proxy Configuration
# Maps external hostnames to internal backend servers
# Listen address and port
listen:
address: "0.0.0.0"
port: 5432
debug: true
# Hostname mappings
# External hostname -> Internal hostname and port
mappings:
- external: "mytestserver"
internal: "localhost"
- external: "mytestserver2"
internal: "deploy.deinserver.co"