mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 21:32:55 +01:00
7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
# used for "internal" API restriction
|
|
geo $remote_addr $mempool_external {
|
|
127.0.0.1 '';
|
|
::1 '';
|
|
default 1;
|
|
}
|