ipecho

package module
v0.0.0-...-13f7dd5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2024 License: MIT Imports: 12 Imported by: 0

README

ipecho

Actions Status go-report

ipecho is an coredns plugin, it parses the IP out of a subdomain and echos it back as an record.

Example

A IN 127.0.0.1.example.com. -> A: 127.0.0.1
AAAA IN ::1.example.com. -> AAAA: ::1

Syntax

ipecho {
    domain example1.com
    domain example2.com
    ttl 2629800
}
  • domain adds the domain that should be handled
  • ttl defines the ttl that should be used in the response
  • debug enables debug logging

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL