add config-template.json

This commit is contained in:
soruh 2023-02-15 13:42:31 +01:00
parent 895244aa4e
commit 6c89b9c040

9
config-template.json Normal file
View File

@ -0,0 +1,9 @@
{
"dyn_ip_server": "127.0.0.1:11811",
"allowed_ports": [
[
3000,
3005
]
]
}