Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ...
  2. <IfDefine GEOIP>
  3. LoadModule mod_geoip.c
  4. GeoIPLog /var/log/proftpd/geoip.log
  5.  
  6. GeoIPTable /usr/share/GeoIP/GeoIP.dat MemoryCache UTF8
  7. GeoIPDenyFilter CountryCode (CN|IN|VN|RU|BG|RO|US)
  8. </IfDefine>
  9. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement