27 lines
375 B
TOML
27 lines
375 B
TOML
[frontend]
|
|
port = 4200
|
|
name = "velping"
|
|
pings = 25
|
|
|
|
[pinging]
|
|
seconds_between_ping = 60
|
|
|
|
[ntfy]
|
|
enabled = false
|
|
server = "ntfy.sh"
|
|
topic = "my_velping_instance"
|
|
|
|
[services.google]
|
|
name = "Google"
|
|
type = "http"
|
|
address = "https://google.com/"
|
|
timeout = 5
|
|
|
|
[services.iana-whois]
|
|
name = "IANA WHOIS"
|
|
type = "tcp"
|
|
port = 43
|
|
hostname = "whois.iana.org"
|
|
timeout = 5
|
|
ip_version = 4
|