1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-22 07:38:18 +00:00

feat: configurable trusted proxies for web requests

هذا الالتزام موجود في:
Adam Cooke
2024-03-05 22:54:19 +00:00
الأصل 9bf6152060
التزام 3785c99851
4 ملفات معدلة مع 16 إضافات و12 حذوفات

عرض الملف

@@ -27,6 +27,8 @@ postal:
signing_key_path: config/postal/signing.key
# An array of SMTP relays in the format of smtp://host:port
smtp_relays: []
# An array of IP addresses to trust for proxying requests to Postal (in addition to localhost addresses)
trusted_proxies: []
web_server:
# The default port the web server should listen on unless overriden by the PORT environment variable