# apt-get install nginx
then add the following to /etc/nginx.conf
stream {
server {
listen 24553 ssl;
listen [::]:24553 ssl;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_certificate /srv/certs/fidonet-rsa.key;
ssl_certificate_key /srv/certs/fidonet-rsa.crt;
ssl_certificate /srv/certs/fidonet-ed25519.key;
ssl_certificate_key /srv/certs/fidonet-ed25519.crt;
proxy_pass 127.0.0.1:24554;
}
}
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,146 |
Nodes: | 15 (0 / 15) |
Uptime: | 14:10:39 |
Calls: | 229,976 |
Calls today: | 2 |
Files: | 59,436 |
D/L today: |
22 files (208M bytes) |
Messages: | 293,936 |
Posted today: | 4 |