User Tools

Site Tools


installing_irc_at_home

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
installing_irc_at_home [2020/07/04 01:25] – [inspircd.conf] waxphilosophicinstalling_irc_at_home [2020/07/04 01:28] – [inspircd.conf] waxphilosophic
Line 59: Line 59:
 === PORT CONFIGURATION === === PORT CONFIGURATION ===
  
-Most of the PORT CONFIGURATION section can be left as it is. However, the last two lines are used to open ports so that other IRC servers can connect to ours. In a home LAN environment, with a single server, this will never happen.+Most of the PORT CONFIGURATION section can be left as it is. However, the last two lines are used to open ports allowing other IRC servers to connect to ours. In a home LAN environment, with a single server, this will never happen.
  
 So, find these lines: So, find these lines:
Line 366: Line 366:
 --- ---
 >        email="beastie@beastie.home.lan"> >        email="beastie@beastie.home.lan">
 +225,226c225,226
 +< <bind address="" port="7000,7001" type="servers">
 +< <bind address="1.2.3.4" port="7005" type="servers" ssl="openssl">
 +---
 +> #<bind address="" port="7000,7001" type="servers">
 +> #<bind address="1.2.3.4" port="7005" type="servers" ssl="openssl">
 313c313 313c313
 <          resolvehostnames="yes" <          resolvehostnames="yes"
installing_irc_at_home.txt · Last modified: 2020/07/13 01:01 by waxphilosophic