mempool/production/nginx/http-acl.conf

7 lines
115 B
Plaintext
Raw Normal View History

2024-02-27 03:45:35 +01:00
# used for "internal" API restriction
geo $remote_addr $mempool_external {
127.0.0.1 '';
::1 '';
default 1;
}