init
Some checks failed
ci / macos (push) Has been cancelled
ci / ios (push) Has been cancelled
ci / check-linter (push) Has been cancelled

This commit is contained in:
wenzuhuai
2026-01-12 18:29:52 +08:00
commit d7bdb4f378
87 changed files with 12664 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# this needs to be here for testing localhost tls.
listen: localhost:4222
tls {
cert_file: "%@"
key_file: "%@"
ca_file: "%@"
verify : true
timeout: 2
handshake_first: true
}