Skip to content

wb8tyw/ratflectors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Public Ratflectors

Known Public Ratflectors for D-Rats use

This is a YAML file that is planned to be used to assist in managing maintaining Internet Ratflector lists for D-Rats.

This file is maintained in YAML format

Each entry has the following members:

  • Name, a short name, about 8 characters may be normally visible.
  • Description, More detailed description.
  • Hostname, Fully qualified host name.
  • Port, port number.
  • Active, true for active at last update.

An optional password member is if a password is needed. The password should not be stored in this file.

Advanced maintainers can copy the tests/pre-commit script to .git/hooks which if the proper tools are installed, will test the format of the files in a git commit action. This requires shellcheck, yamllint, and codespell to be installed.

---
ratflectors:
  - name: short_name
    description: |
      Long description of the Ratflector that can take
      multiple lines, including contact information if known.
    hostname: ratflector.example.com
    port: 9000
    active: true
    password: false

About

Known Public Ratflectors for D-Rats use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%