* options {
* (options here*);
};
* /* If we use SSL, we can choose what cipher to use in SSL mode
* * Retrieve a list by "openssl ciphers", seperate ciphers with :'s
* */
* ciphers "DES-CBC3-MD5";
* };
/*
the line after ciphers is line298, what's wrong with the code?
/*
* NEW: link {}
* OLD: C/N:Lines
* This defines an okay for a server connection.
* NOTE: BOTH SERVERS NEED A LINK {} SETTING TO CONNECT PROPERLY!
* Syntax is as follows:
*/
link services.whistler.no-ip.com;
{
username *;
hostname localhost;
bind-ip *;
port 6667;
hub *;
password-connect "robin";
password-receive "robin";
class servers;
* options {
* (options here*);
};
* /* If we use SSL, we can choose what cipher to use in SSL mode
* * Retrieve a list by "openssl ciphers", seperate ciphers with :'s
* */
* ciphers "DES-CBC3-MD5";
* };
/*
link services.whistler.no-ip.com {
username *;
hostname localhost;
bind-ip *;
port 6667;
hub *;
password-connect "robin";
password-receive "robin";
class servers;
ciphers "DES-CBC3-MD5";
};
I would try this. I prefer to write my own .conf file and comment it with relavent information rather then take the example conf file and rework it. That way, i don't end up with a ton of next to useless comments in my working file (the example is there for reference reasons so those comments are valid)
Never argue with an idiot. They will bring you down to their level, then beat you with experience.