nginx-configs/common/yacy.conf

6 lines
253 B
Plaintext
Raw Permalink Normal View History

2022-08-05 07:27:04 +00:00
add_header Onion-Location http://yacy.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
2022-10-21 20:40:01 +00:00
add_header X-I2P-Location http://vernxiu4oiyb6t2impixu7kqot4irhdr3pzmgszbaxjbpwblapeq.b32.i2p$request_uri;
2023-11-20 07:03:34 +00:00
if ($badagent) {
return 403;
}