mirror of
https://github.com/mempool/mempool.git
synced 2025-01-19 05:34:03 +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;
|
||
|
}
|