db

package
v0.0.0-...-3d9a477 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TestDomain

func TestDomain(country string, domain string, ip string)

Types

type TestReport

type TestReport struct {
	Country    string                   `json:"country"`
	ProxyIP    string                   `json:"proxy_ip"`
	ProxyISP   string                   `json:"proxy_isp"`
	TestTime   string                   `json:"test_time"`
	HostDomain string                   `json:"host_domain"`
	HostIP     string                   `json:"host_ip"`
	Residual   []util.ResidualDetected  `json:"residual,omitempty"`
	DNS        dns_tester.DNSResult     `json:"dns"`
	IP         ip_tester.IPResult       `json:"ip"`
	HTTP       http_tester.HTTPResult   `json:"http"`
	HTTPS      https_tester.HTTPSResult `json:"https"`
	QUIC       quic_tester.QUICResult   `json:"quic"`
}

Jump to

Keyboard shortcuts

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