浏览代码

Enable ghost privacy option

It's a pity this isn't the default
Bob Mottram 8 年前
父节点
当前提交
8dacd26f16
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/freedombone-app-ghost

+ 3
- 0
src/freedombone-app-ghost 查看文件

@@ -265,6 +265,9 @@ function ghost_create_config {
265 265
     echo "            host: '127.0.0.1'," >> $ghost_config
266 266
     echo "            port: '${GHOST_PORT}'" >> $ghost_config
267 267
     echo '        },' >> $ghost_config
268
+    echo '        privacy: {' >> $ghost_config
269
+    echo '            useTinfoil: true,' >> $ghost_config
270
+    echo '        },' >> $ghost_config
268 271
     echo '        logging: false' >> $ghost_config
269 272
     echo '    }' >> $ghost_config
270 273
     echo '};' >> $ghost_config