diff options
author | Zido <Zido@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-10 05:38:27 +0000 |
---|---|---|
committer | Zido <Zido@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-10 05:38:27 +0000 |
commit | c0803d2d60c1281458951db2dcc911be214b509e (patch) | |
tree | 7990edc375d05549c3a42f931d4fb4d8c513362a /conf-tmpl | |
parent | 14d2e0e61a8d2ca85f15eb0c8eb6238564edb375 (diff) | |
download | hercules-c0803d2d60c1281458951db2dcc911be214b509e.tar.gz hercules-c0803d2d60c1281458951db2dcc911be214b509e.tar.bz2 hercules-c0803d2d60c1281458951db2dcc911be214b509e.tar.xz hercules-c0803d2d60c1281458951db2dcc911be214b509e.zip |
Finished DNSBL, Although untested, It's simple code and should work fine.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6543 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/login_athena.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/login_athena.conf b/conf-tmpl/login_athena.conf index 3fd1f2617..7d8db3538 100644 --- a/conf-tmpl/login_athena.conf +++ b/conf-tmpl/login_athena.conf @@ -182,4 +182,7 @@ dynamic_account_ban_class: 0 //DNS Blacklist Blocking (on: 1, off: 0)
use_dnsbl: 0
+//DNS Servers (seperated by a comma)
+dnsbl_servers: dnsbl.deltaanime.net
+
import: conf/import/login_conf.txt
|