Paul Wouters 7ac9aec
# Fedora/EPEL version of dnssec-trigger.conf
9fcdf7c
9fcdf7c
# logging detail, 0=only errors, 1=operations, 2=detail, 3,4 debug detail.
9fcdf7c
# verbosity: 1
9fcdf7c
9fcdf7c
# pidfile location
9fcdf7c
pidfile: "/var/run/dnssec-triggerd.pid"
9fcdf7c
9fcdf7c
# log to a file instead of syslog, default is to syslog
9fcdf7c
# logfile: "/var/log/dnssec-trigger.log"
9fcdf7c
9fcdf7c
# log to syslog, or (log to to stderr or a logfile if specified). yes or no.
9fcdf7c
# use-syslog: yes
9fcdf7c
9fcdf7c
# chroot to this directory
9fcdf7c
# chroot: ""
9fcdf7c
9fcdf7c
# the unbound-control binary if not found in PATH.
9fcdf7c
# commandline options can be appended "unbound-control -c my.conf" if you wish.
9fcdf7c
# unbound-control: "/usr/sbin/unbound-control"
9fcdf7c
9fcdf7c
# where is resolv.conf to edit.
9fcdf7c
# resolvconf: "/etc/resolv.conf"
9fcdf7c
9fcdf7c
# the domain example.com line (if any) to add to resolv.conf(5). default none.
9fcdf7c
# domain: ""
9fcdf7c
9fcdf7c
# domain name search path to add to resolv.conf(5). default none.
9fcdf7c
# the search path from DHCP is not picked up, it could be used to misdirect.
9fcdf7c
# search: ""
9fcdf7c
Paul Wouters 7ac9aec
# the command to run to open login pages on hot spots, a web browser.
Paul Wouters 7ac9aec
# empty string runs no command.
Paul Wouters 7ac9aec
# login-command: "xdg-open"
Paul Wouters 7ac9aec
Paul Wouters 7ac9aec
# the url to open to get hot spot login, it gets overridden by the hotspot.
Paul Wouters 7ac9aec
# login-location: "http://www.nlnetlabs.nl/projects/dnssec-trigger"
Paul Wouters 7ac9aec
# should to be a ttl=0 entry
Paul Wouters 7ac9aec
login-location: "http://hotspot-nocache.fedoraproject.org/"
Paul Wouters 7ac9aec
9fcdf7c
# do not perform actions (unbound-control or resolv.conf), for a dry-run.
9fcdf7c
# noaction: no
9fcdf7c
9fcdf7c
# port number to use for probe daemon.
9fcdf7c
# port: 8955
9fcdf7c
9fcdf7c
# keys and certificates generated by the dnssec-trigger-keygen systemd service
9fcdf7c
# (which called dnssec-trigger-control-setup)
9fcdf7c
server-key-file: "/etc/dnssec-trigger/dnssec_trigger_server.key"
9fcdf7c
server-cert-file: "/etc/dnssec-trigger/dnssec_trigger_server.pem"
9fcdf7c
control-key-file: "/etc/dnssec-trigger/dnssec_trigger_control.key"
9fcdf7c
control-cert-file: "/etc/dnssec-trigger/dnssec_trigger_control.pem"
9fcdf7c
Paul Wouters 7ac9aec
# check for updates, download and ask to install them (for Windows, OSX).
Paul Wouters 7ac9aec
# check-updates: no
Paul Wouters 7ac9aec
Paul Wouters 7ac9aec
# webservers that are probed to see if internet access is possible.
Paul Wouters 7ac9aec
# They serve a simple static page over HTTP port 80.  It probes a random url:
Paul Wouters 7ac9aec
# after a space is the content expected on the page, (the page can contain
Paul Wouters 7ac9aec
# whitespace before and after this code).  Without urls it skips http probes.
Paul Wouters 7ac9aec
Paul Wouters 7ac9aec
# provided by NLnetLabs
Paul Wouters 7ac9aec
# It is provided on a best effort basis, with no service guarantee.
Paul Wouters 7ac9aec
# url: "http://ster.nlnetlabs.nl/hotspot.txt OK"
Paul Wouters 7ac9aec
Paul Wouters 7ac9aec
# provided by FedoraProject
Paul Wouters 7ac9aec
url: "http://fedoraproject.org/static/hotspot.txt OK"
Paul Wouters 7ac9aec
9fcdf7c
# fallback open DNSSEC resolvers that run on TCP port 80 and TCP port 443.
9fcdf7c
# the ssl443 adds an ssl server IP, if you specify a hash it is checked, put
9fcdf7c
# the following on one line: ssl443:<space><IP><space><HASHoutput>
9fcdf7c
# hash is output of openssl x509 -sha256 -fingerprint -in server.pem
9fcdf7c
# You can add more with extra config lines.
9fcdf7c
dab22c6
# Provided by fedoraproject.org, #fedora-admin
dab22c6
# It is provided on a best effort basis, with no service guarantee.
dab22c6
ssl443: 80.239.156.220 A8:3E:DA:F0:12:82:55:7E:60:B5:B5:56:F1:66:BB:13:A8:BD:FC:B4:51:41:C0:F2:E7:8E:7B:64:AA:87:E6:F2
8201fd4
tcp80:  80.239.156.220 
dab22c6
ssl443: 66.35.62.163 A8:3E:DA:F0:12:82:55:7E:60:B5:B5:56:F1:66:BB:13:A8:BD:FC:B4:51:41:C0:F2:E7:8E:7B:64:AA:87:E6:F2
8201fd4
tcp80:  66.35.62.163 
dab22c6
ssl443: 152.19.134.150 A8:3E:DA:F0:12:82:55:7E:60:B5:B5:56:F1:66:BB:13:A8:BD:FC:B4:51:41:C0:F2:E7:8E:7B:64:AA:87:E6:F2
8201fd4
tcp80:  152.19.134.150 
09afdd7
ssl443: 2610:28:3090:3001:dead:beef:cafe:fed9 A8:3E:DA:F0:12:82:55:7E:60:B5:B5:56:F1:66:BB:13:A8:BD:FC:B4:51:41:C0:F2:E7:8E:7B:64:AA:87:E6:F2
8201fd4
tcp80:  2610:28:3090:3001:dead:beef:cafe:fed9 
dab22c6
dab22c6
# provided by Paul Wouters (pwouters@redhat.com)
9fcdf7c
# It is provided on a best effort basis, with no service guarantee.
dab22c6
# tcp80:  193.110.157.123
dab22c6
# tcp80:  2001:888:2003:1004::123
dab22c6
# ssl443: 193.110.157.123 16:41:49:E0:9D:62:CD:DB:79:A7:2B:71:58:C4:D5:E8:70:FA:BF:4D:6D:36:CC:07:35:33:C0:16:17:1B:61:E7
dab22c6
# ssl443: 2001:888:2003:1004::123 16:41:49:E0:9D:62:CD:DB:79:A7:2B:71:58:C4:D5:E8:70:FA:BF:4D:6D:36:CC:07:35:33:C0:16:17:1B:61:E7
9fcdf7c
dab22c6
# provided by NLnetLabs (www.nlnetlabs.nl)
9fcdf7c
# It is provided on a best effort basis, with no service guarantee.
9fcdf7c
# tcp80: 213.154.224.3
9fcdf7c
# tcp80: 2001:7b8:206:1:bb::
9fcdf7c
# ssl443: 213.154.224.3 DC:22:7B:1C:00:1A:CE:C5:48:49:B1:E3:30:DE:61:93:61:12:4E:CB:5C:B4:33:C4:BC:75:8C:D6:16:9D:F0:9F
9fcdf7c
# ssl443: 2001:7b8:206:1:bb:: DC:22:7B:1C:00:1A:CE:C5:48:49:B1:E3:30:DE:61:93:61:12:4E:CB:5C:B4:33:C4:BC:75:8C:D6:16:9D:F0:9F
9fcdf7c