Update config.json

This commit is contained in:
Alexandre
2021-10-30 21:17:18 +02:00
committed by GitHub
parent fe4be3655d
commit 5f1d4b74bf

View File

@@ -14,7 +14,8 @@
"incomplete_dir": "/share/incomplete",
"networkdisks": "//ADDRESS/SHARE",
"cifsusername": "username",
"cifspassword": "password"
"cifspassword": "password",
"DNS_server": "8.8.8.8,1.1.1.1"
},
"ports": {
"9091/tcp": 9091,
@@ -36,6 +37,7 @@
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"DNS_server": "str?",
"smbv1": "bool?"
},
"slug": "transmission_ls",