mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-22 21:45:19 +01:00
nginx lb: also protect /gossip/order
This commit is contained in:
parent
bb0845af89
commit
c9cd6a31ea
1 changed files with 24 additions and 24 deletions
|
@ -189,7 +189,7 @@ write_files:
|
|||
}
|
||||
|
||||
# Client cert authenticated gossip endpoints
|
||||
location ~ ^/gossip/(order/.*)$ {
|
||||
location ~ ^/gossip/(order/?.*)$ {
|
||||
# Allow base stations only
|
||||
allow 202.161.136.2;
|
||||
allow 66.203.141.162;
|
||||
|
|
Loading…
Add table
Reference in a new issue