Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| accecd74a5 | |||
| c896f69ff9 |
@@ -344,6 +344,15 @@
|
|||||||
|
|
||||||
# Fulfillr - {{ fulfillr_server_name }} (Static + API with IP restrictions)
|
# Fulfillr - {{ fulfillr_server_name }} (Static + API with IP restrictions)
|
||||||
{{ fulfillr_server_name }} {
|
{{ fulfillr_server_name }} {
|
||||||
|
# Public EasyPost tracker webhook — HMAC-verified inside go-fulfillr. Placed
|
||||||
|
# before the IP restriction (handle blocks are mutually exclusive, first
|
||||||
|
# match wins) so EasyPost's servers can POST here while everything else on
|
||||||
|
# this host stays IP-restricted.
|
||||||
|
@easypost_webhook path /webhooks/easypost
|
||||||
|
handle @easypost_webhook {
|
||||||
|
reverse_proxy localhost:9054
|
||||||
|
}
|
||||||
|
|
||||||
{{ ip_restricted_site() }}
|
{{ ip_restricted_site() }}
|
||||||
|
|
||||||
@api {
|
@api {
|
||||||
@@ -391,6 +400,13 @@
|
|||||||
|
|
||||||
# Fulfillr DEV/staging - {{ fulfillr_dev_server_name }} (Static + API with IP restrictions)
|
# Fulfillr DEV/staging - {{ fulfillr_dev_server_name }} (Static + API with IP restrictions)
|
||||||
{{ fulfillr_dev_server_name }} {
|
{{ fulfillr_dev_server_name }} {
|
||||||
|
# Public EasyPost tracker webhook (test mode) — HMAC-verified inside
|
||||||
|
# go-fulfillr. Placed before the IP restriction so EasyPost can POST here.
|
||||||
|
@easypost_webhook path /webhooks/easypost
|
||||||
|
handle @easypost_webhook {
|
||||||
|
reverse_proxy localhost:9055
|
||||||
|
}
|
||||||
|
|
||||||
{{ ip_restricted_site() }}
|
{{ ip_restricted_site() }}
|
||||||
|
|
||||||
@api {
|
@api {
|
||||||
|
|||||||
Reference in New Issue
Block a user