Skip to content

Commit

Permalink
using wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Feb 21, 2022
1 parent 6781e1e commit 4997231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/example.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Tls_Cert_File: cert.pem
Tls_Chain_Files: chain.pem
# Currently, Tls_Key_File must not be encrypted
Tls_Key_File: privkey.pem # should change this with an absolute path
Quic_Addr: 127.0.0.1,::1
Quic_Addr: 0.0.0.0,::
Quic_Port: 443
#Quic_Debug_Dir: /var/log/mighy/quic-debug/
#Quic_Qlog_Dir: /varlog/mighty/qlog/
2 changes: 1 addition & 1 deletion conf/example.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
-- Currently, tlsKeyFile must not be encrypted
, tlsKeyFile = "privkey.pem"
, quicPort = 443
, quicAddr = ["127.0.0.1","::1"]
, quicAddr = ["0.0.0.0","::"]
, quicDebugDir = None Text
, quicQlogDir = None Text
}

0 comments on commit 4997231

Please sign in to comment.