# 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,091 |
Nodes: | 15 (0 / 15) |
Uptime: | 03:12:09 |
Calls: | 232,705 |
Calls today: | 15 |
Files: | 60,047 |
D/L today: |
103 files (118M bytes) |
Messages: | 298,800 |
Posted today: | 2 |