This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
fidohub/nginx/binkps.conf

14 lines
443 B
Plaintext
Raw Normal View History

2020-08-09 22:13:39 +00:00
stream {
server {
2020-10-10 09:40:15 +00:00
listen [::]:24553 ssl;
2020-08-09 22:13:39 +00:00
listen 24553 ssl;
ssl_certificate /etc/nginx/conf.d/ssl/binkps.crt;
ssl_certificate_key /etc/nginx/conf.d/ssl/binkps.key;
ssl_protocols TLSv1.2 TLSv1.3;
2020-08-09 22:13:39 +00:00
proxy_pass 127.0.0.1:24554;
}
}
# binkd.cfg:
# node 1:153/757.2 -pipe "openssl s_client -quiet -alpn binkp -connect *H:*I" equinoxbbs.ddns.net:24555