Initial LisgloSIPS V2 implementation

This commit is contained in:
hectorzhao
2026-06-22 10:56:38 +08:00
commit 5fa1bd35e9
303 changed files with 35644 additions and 0 deletions
@@ -0,0 +1,8 @@
ssl_certificate /etc/lisglosips/pki/certs/server.crt;
ssl_certificate_key /etc/lisglosips/pki/private/server.key;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers off;
ssl_session_cache shared:LisgloSIPSTLS:10m;
ssl_session_timeout 1d;
ssl_session_tickets off;