mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 06:47:52 +01:00
7 lines
115 B
Text
7 lines
115 B
Text
|
# used for "internal" API restriction
|
||
|
geo $remote_addr $mempool_external {
|
||
|
127.0.0.1 '';
|
||
|
::1 '';
|
||
|
default 1;
|
||
|
}
|