File: ban_config.py

package info (click to toggle)
pyftpd 0.8.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 524 kB
  • ctags: 448
  • sloc: python: 2,748; sh: 80; makefile: 43
file content (5 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (5)
1
2
3
4
5
# list of banned ip's 
banlist = ['192.168.25.*', '123.123.55.*', '256.257.258.259']

banmsg = 'You are banned.'