diff options
author | LuzZza <LuzZza@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-28 00:41:00 +0000 |
---|---|---|
committer | LuzZza <LuzZza@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-28 00:41:00 +0000 |
commit | 925b181de6d2c6a1ae3a1ed11d806bfe5785379c (patch) | |
tree | a51c061079047c5538014277b3ce53ae6745edc7 /conf-tmpl/subnet_athena.conf | |
parent | a2a8fdca75fa5728be42f098b241cb391c21338b (diff) | |
download | hercules-925b181de6d2c6a1ae3a1ed11d806bfe5785379c.tar.gz hercules-925b181de6d2c6a1ae3a1ed11d806bfe5785379c.tar.bz2 hercules-925b181de6d2c6a1ae3a1ed11d806bfe5785379c.tar.xz hercules-925b181de6d2c6a1ae3a1ed11d806bfe5785379c.zip |
Rewrote LAN support code. Changed configuration file name lan_support.conf to subnet_athena.conf, changed it syntax.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5398 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/subnet_athena.conf')
-rw-r--r-- | conf-tmpl/subnet_athena.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf-tmpl/subnet_athena.conf b/conf-tmpl/subnet_athena.conf new file mode 100644 index 000000000..39855d991 --- /dev/null +++ b/conf-tmpl/subnet_athena.conf @@ -0,0 +1,6 @@ +// Subnet support file
+// Format is:
+// subnet: subnet/mask:char_ip:map_ip
+// you can add more than one that line
+
+subnet: 127.0.0.1/255.255.255.0:127.0.0.1:127.0.0.1
|