Sfoglia il codice sorgente

no more noobs, better/simple explanation for this now xD

MELERIX 14 anni fa
parent
commit
cd01b534e5
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      L2_GameServer/java/config/ipconfig.xml

+ 3 - 3
L2_GameServer/java/config/ipconfig.xml

@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Put old contents of ExternalHostname here, used by default -->
+<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
 <gameserver address="127.0.0.1">
-	<!-- Localhost access -->
+	<!-- Localhost here -->
 	<define subnet="127.0.0.0/8" address="127.0.0.1" />
-	<!-- LAN's, put old contents of InternalHostname here -->
+	<!-- Internalhosts here (LANs IPs) -->
 	<define subnet="10.0.0.0/8" address="10.0.0.0" />
 	<define subnet="172.16.0.0/19" address="172.16.0.0" />
 	<define subnet="192.168.0.0/16" address="192.168.0.0" />