http

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const Key = "dnsbl"

Variables

View Source
var DefaultParameters = Parameters{
	VerifyProbability: 0.10,
	Timeout:           time.Second * 1,
	Decay:             time.Hour * 1,
	Host:              "dnsbl.dronebl.org",
}

Functions

func FillRegistration

func FillRegistration(state challenge.StateInterface, reg *challenge.Registration, parameters ast.Node) error

Types

type Parameters

type Parameters struct {
	VerifyProbability float64       `yaml:"verify-probability"`
	Host              string        `yaml:"dnsbl-host"`
	Timeout           time.Duration `yaml:"dnsbl-timeout"`
	Decay             time.Duration `yaml:"dnsbl-decay"`
}

Jump to

Keyboard shortcuts

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