updated readme with lego

This commit is contained in:
Niklas 2021-02-02 00:51:23 +01:00
parent 30a0b7c5df
commit 39ca792d74

View File

@ -42,4 +42,10 @@ blacklist: # What domains to block when forwarding
format: host # Format of the blacklist: Hostfile format: host # Format of the blacklist: Hostfile
- url: https://blocklistproject.github.io/Lists/alt-version/ads-nl.txt - url: https://blocklistproject.github.io/Lists/alt-version/ads-nl.txt
format: line # Format: One domain per line format: line # Format: One domain per line
lego: # Support for Lego http provider. See https://go-acme.github.io/lego/dns/httpreq/
enable: true
address: :8080
username: lego
secret: "133742069ab"
``` ```