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