package
0.1.16
Repository: https://github.com/maxkulish/dnscrypt-list.git
Documentation: pkg.go.dev

# Functions

CollectTargets iterates targets in BlackList and WhiteList.
NewTargetFromRaw creates Target instance NewTargetFromRaw("blacklist", &rawTarget) -> *Target.
NewTargetsStore creates an instance of TargetsStore.
StringToBase64 produce base64 encoding for URL or Path string -> string StringToBase64("hello") -> "aGVsbG8=".

# Constants

Bind zone "example.com" {type master; file "/etc/hosts";};.
BlackList targets to block.
Domain example.com.
Host example.com.
URL http://1.1.1.1:4/bin.sh.
WhiteList allowed targets.

# Variables

ErrorValidationTarget shows that target is not valid.

# Structs

Target keeps information about a target.
TargetsStore keeps the list of Targets.

# Type aliases

Format types of targets.
Type of targets.