6 Commits

Author SHA1 Message Date
sfan5
705ea6e1a0 Re-add banlist features
This effectively reverts commit b3662901188fe1139603d5cf0874dcd4674a454f.
2017-05-14 15:03:05 +02:00
ShadowNinja
ccd85da424 Remove list filename option
There's just not really a compelling reason for this to be configurable.
2016-01-24 00:25:58 -05:00
ShadowNinja
b366290118 Remove ban list
This should be handled at a higher level, such as in NetFilter or the proxy server.
I only added this feature because the old server list had it.
2016-01-23 23:53:01 -05:00
ShadowNinja
a431911b9d Load defaults from example config
This makes some options non-optional -- allowing for a smaller config file.
This also removes the X-Sendfile example, bucause the proxy server should
handle static files directly and the option is not at all specific to this
particular application (and general Flask options aren't documented).
2016-01-23 23:47:15 -05:00
ShadowNinja
8c0dd17bb6 Change default development server listen address back to 127.0.0.1 2014-09-14 15:33:24 -04:00
ShadowNinja
3a891e5614 Move config.py to config-example.py and .gitignore the real config 2014-09-14 15:29:50 -04:00