mempool/production/nginx/http-acl.conf
2024-02-27 11:46:14 +09:00

7 lines
115 B
Plaintext

# used for "internal" API restriction
geo $remote_addr $mempool_external {
127.0.0.1 '';
::1 '';
default 1;
}