Nginx Rules: api.justyy.com Back to Normal (2026-01-10)
I've added some rules in Nginx to stop these crazy requests coming from steemscan.
Nginx rules
http {
map $http_origin $block_steemscan_origin {
default 0;
"~^https?://(www\.)?steemscan\.com" 1;
}
map $http_referer $block_steemscan_ref {
default 0;
"~^https?://(www\.)?steemscan\.com" 1;
}
}
server {
if ($block_steemscan_origin) {
return 500;
}
if ($block_steemscan_ref) {
return 404;
}
}
Steem to the Moon🚀!
- You can rent Steem Power via rentsp!
- You can swap the TRON:TRX/USDT/USDD to STEEM via tron2steem!
- You can swap the STEEM/SBD to SUI via steem2sui!
- You can swap the STEEM/SBD to SOL Solana via steem2sol!
- You can swap the STEEM/SBD to ETH Ethereum via steem2eth!
- You can swap the STEEM/SBD to Tether USDT (TRC-20) via steem2usdt!
- You can swap the STEEM/SBD to TRX (TRON) via steem2trx!
- You can swap the STEEM/SBD to BTS (BitShares) via steem2bts!
- Register a free STEEM account at SteemYY!
- Steem Block Explorer
- ChatGPT/Steem Integration: You can type !ask command to invoke ChatGPT
- Steem Witness Table and API
- Other Steem Tools
Support me, thank you!
Why you should vote me? My contributions
Please vote me as a witness or set me as a proxy via https://steemitwallet.com/~witnesses




