diff options
| author | RblSb <msrblsb@gmail.com> | 2021-09-27 19:41:27 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2021-09-27 19:41:27 +0300 |
| commit | d3c34032ef86163d683ef22906481e0f3196ae79 (patch) | |
| tree | 67cdffa949819f3104d2298e70b2a40f94d26ffc /default-config.json | |
| parent | f76c28ea26ab42fbc7f8232e5cc0b41f1e1d99d1 (diff) | |
Allow proxy ips by default
And improve server output
Diffstat (limited to 'default-config.json')
| -rw-r--r-- | default-config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-config.json b/default-config.json index 0448a1a..c6e9083 100644 --- a/default-config.json +++ b/default-config.json @@ -8,6 +8,7 @@ "userVideoLimit": 0, "requestLeaderOnPause": false, "localAdmins": true, + "allowProxyIps": true, "templateUrl": "https://youtube.com/playlist?list=PL9FiZUDVMu9tc_85frYognMOVFC_-VkSX", "youtubeApiKey": "AIzaSyDTk1OPRI9cDkAK_BKsBcv10DQCHse-QaA", "youtubePlaylistLimit": 50, |
