Merge pull request #40 from Elemental-IRCd/fix/39/deprecated-entries-example-config
Remove deprecated settings from example configs Thanks @YodaNetwork for finding this!
This commit is contained in:
commit
a6eb07553e
|
@ -57,13 +57,6 @@ serverinfo {
|
||||||
helpurl = "http://www.mynet.net/help";
|
helpurl = "http://www.mynet.net/help";
|
||||||
hub = yes;
|
hub = yes;
|
||||||
|
|
||||||
/* On multi-homed hosts you may need the following. These define
|
|
||||||
* the addresses we connect from to other servers. */
|
|
||||||
/* for IPv4 */
|
|
||||||
#vhost = "192.169.0.1";
|
|
||||||
/* for IPv6 */
|
|
||||||
#vhost6 = "3ffe:80e8:546::2";
|
|
||||||
|
|
||||||
/* ssl_private_key: our ssl private key */
|
/* ssl_private_key: our ssl private key */
|
||||||
ssl_private_key = "etc/ssl.key";
|
ssl_private_key = "etc/ssl.key";
|
||||||
|
|
||||||
|
|
|
@ -159,16 +159,6 @@ serverinfo {
|
||||||
*/
|
*/
|
||||||
hub = no;
|
hub = no;
|
||||||
|
|
||||||
/* vhost: the IP to bind to when we connect outward to ipv4 servers.
|
|
||||||
* This should be an ipv4 IP only.
|
|
||||||
*/
|
|
||||||
#vhost = "192.169.0.1";
|
|
||||||
|
|
||||||
/* vhost6: the IP to bind to when we connect outward to ipv6 servers.
|
|
||||||
* This should be an ipv6 IP only.
|
|
||||||
*/
|
|
||||||
#vhost6 = "3ffe:80e8:546::2";
|
|
||||||
|
|
||||||
/* ssl_private_key: our ssl private key */
|
/* ssl_private_key: our ssl private key */
|
||||||
ssl_private_key = "etc/ssl.key";
|
ssl_private_key = "etc/ssl.key";
|
||||||
|
|
||||||
|
|
|
@ -155,16 +155,6 @@ serverinfo {
|
||||||
*/
|
*/
|
||||||
hub = no;
|
hub = no;
|
||||||
|
|
||||||
/* vhost: the IP to bind to when we connect outward to ipv4 servers.
|
|
||||||
* This should be an ipv4 IP only.
|
|
||||||
*/
|
|
||||||
#vhost = "192.169.0.1";
|
|
||||||
|
|
||||||
/* vhost6: the IP to bind to when we connect outward to ipv6 servers.
|
|
||||||
* This should be an ipv6 IP only.
|
|
||||||
*/
|
|
||||||
#vhost6 = "3ffe:80e8:546::2";
|
|
||||||
|
|
||||||
/* ssl_private_key: our ssl private key */
|
/* ssl_private_key: our ssl private key */
|
||||||
ssl_private_key = "etc/ssl.key";
|
ssl_private_key = "etc/ssl.key";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue