# 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,036 |
Nodes: | 15 (1 / 14) |
Uptime: | 237:48:09 |
Calls: | 751 |
Calls today: | 11 |
Files: | 95,170 |
U/L today: |
1 files (593K bytes) |
D/L today: |
1,483 files (239M bytes) |
Messages: | 298,887 |
Posted today: | 1 |