Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lelux.fi
Wiki
Commits
38a98d0a
Verified
Commit
38a98d0a
authored
Jun 01, 2019
by
Elias Ojala
Browse files
Disable logs by default on HAProxy
parent
7e5a8246
Changes
1
Hide whitespace changes
Inline
Side-by-side
haproxy.md
View file @
38a98d0a
...
...
@@ -27,9 +27,10 @@ global
ssl-default-server-options no-sslv3 no-tlsv10 no-tlsv11 no-tls-tickets
defaults
log global
# enables: tcplog so disabled
# log global
mode http
option httplog
#
option httplog
option dontlognull
timeout connect 5000
timeout client 50000
...
...
@@ -225,7 +226,7 @@ It should return your DNS resolver's outgoing IP address as result.
Example result:
```
console
$
kdig
-d
@resolver1.lelux.fi +tls-ca +tls-host
=
resolver1.lelux.fi whoami.v4.powerdns.org
$
kdig
-d
@resolver1.lelux.fi +tls-ca +tls-host
=
resolver1.lelux.fi
+tls-sni
=
resolver1.lelux.fi
whoami.v4.powerdns.org
;
;
DEBUG: Querying
for
owner
(
whoami.v4.powerdns.org.
)
, class
(
1
)
,
type
(
1
)
, server
(
resolver1.lelux.fi
)
, port
(
853
)
, protocol
(
TCP
)
;
;
DEBUG: TLS, imported 128 system certificates
;
;
DEBUG: TLS, received certificate hierarchy:
...
...
@@ -255,7 +256,7 @@ whoami.v4.powerdns.org. 60 IN A 51.158.160.192
### Further reading
*
[
Pi-hole ja DNS over TLS -välityspalvelin H
a
Proxy:llä
](
https://mt-tech.fi/pi-hole-ja-dns-over-tls-valityspalvelin-haproxylla/
)
(
in
Finnish)
*
[
Pi-hole ja DNS over TLS -välityspalvelin H
A
Proxy:llä
](
https://mt-tech.fi/pi-hole-ja-dns-over-tls-valityspalvelin-haproxylla/
)
(
in
Finnish)
<!--
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment