Skip to content

uala/robots-disallow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robots-disallow

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

This is a fork of https://github.com/wikiwi/robots-disallow.

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 leen15/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

  • Go 92.6%
  • Dockerfile 7.4%