From 9877fd4ad81120af8e63e96d5d429092014dc017 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 7 Jul 2021 20:34:27 -0300 Subject: Remove all Legacy files --- login/conf/lan_support.conf | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 login/conf/lan_support.conf (limited to 'login/conf/lan_support.conf') diff --git a/login/conf/lan_support.conf b/login/conf/lan_support.conf deleted file mode 100644 index 73d5362b..00000000 --- a/login/conf/lan_support.conf +++ /dev/null @@ -1,45 +0,0 @@ -// Note: used by the login-server; another copy is used by the char-server - -// This file is necessary to connect to your server locally: -// by using it's internal (LAN) IP address, or localhost (127.0.0.1) - -// The default version treats you LAN as localhost only, -// which is fine if you have only one computer -// You only need to change this file if you have a public server -// AND want to connect from other machines in the LAN -// (for an nonpublic server it would be best to leave localhost as LAN -// and treat the rest of your LAN as the WAN) - -// Note: if you set up this file to point to your real LAN, you will not -// be able to do: -// mana --server localhost --port 6901 -// or mana --server 127.0.0.1 --port 6901 -// because of the check_ip_flag: yes option -// (which will become mandatory in the next release of the server) -// instead do: -// mana --server 192.168.1.100 --port 6901 -// or maybe, depending on how your /etc/hosts and /etc/host.conf are setup, -// mana --server ben-desktop --port 6901 -// or mana --server ben-desktop.local --port 6901 - -// Note that only one IP is used, so you can't put different char servers -// on different machines (unless you do some internal port-forwarding) - - -// the IP that LAN players should use to connect to the char-server -lan_char_ip: 127.0.0.1 -//lan_char_ip: 192.168.1.100 - -// put here the Subnet mask of your LAN -// see output of ifconfig (Linux) or ipconfig (Windows) -lan_subnet: 127.0.0.1 -//lan_subnet: 127.0.0.1/255.0.0.0 - -// Common subnets (if you have a subnet that is not one of these, -// you probably don't need to be reading this) -//lan_subnet: 10.0.0.0/8 -//lan_subnet: 172.16.0.0/12 -//lan_subnet: 192.168.0.0/16 - -// Many home routers only use a portion: -//lan_subnet: 192.168.1.0/255.255.255.0 -- cgit v1.2.3-70-g09d2