Add a robots file text to the geminiproxy

This commit is contained in:
Midou36O 2024-07-19 00:00:04 +01:00
parent a4a4718222
commit 796568eebf
Signed by: midou
GPG Key ID: 1D134A95FE521A7A

View File

@ -36,7 +36,12 @@ publapi.p.projectsegfau.lt {
import def
}
geminiproxy.projectsegfau.lt geminiproxy.p.projectsegfau.lt gp.p.psf.lt {
reverse_proxy 10.7.0.2:8000
import def
import torloc geminiproxy
reverse_proxy 10.7.0.2:8000
@robots path /robots.txt
handle @robots {
respond `User-agent: *
Disallow: /` 200
}
import def
import torloc geminiproxy
}