Files
Archive/juicity/install/example-server.json
2024-03-05 02:32:38 -08:00

10 lines
256 B
JSON

{
"listen": ":23182",
"users": {
"00000000-0000-0000-0000-000000000000": "my_password"
},
"certificate": "/path/to/fullchain.cer",
"private_key": "/path/to/private.key",
"congestion_control": "bbr",
"log_level": "info"
}