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 /src/Types.hx | |
| parent | f76c28ea26ab42fbc7f8232e5cc0b41f1e1d99d1 (diff) | |
Allow proxy ips by default
And improve server output
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx index 3a3f437..90952e2 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -25,6 +25,7 @@ typedef Config = { userVideoLimit:Int, requestLeaderOnPause:Bool, localAdmins:Bool, + allowProxyIps:Bool, templateUrl:String, youtubeApiKey:String, youtubePlaylistLimit:Int, |
