Skip to content

wikiwi/robots-disallow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robots-disallow

robots-disallow implements a http server serving content of a robots.txt file disallowing all robots.

Build Status Widget Coverage Status Widget Code Climate Widget MicroBadger Image Widget

Usage

Usage:
  robots-disallow [OPTIONS]

Application Options:
      --listen=  address to listen on (default: 0.0.0.0:8080) [$ROBOTS_DISALLOW_LISTEN]
  -v, --version  show version number

Help Options:
  -h, --help     Show this help message

Example

docker run -p 8080:8080 wikiwi/robots-disallow

Output

curl localhost:8080
User-agent: *
Disallow: /

Docker Hub

Automated build is available at the Docker Hub.

About

Serve robots.txt denying all robots

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages