Hello,
I want crypt host on my Hybrid (I can crypt this host) but I have a proxydetect, et he work with the real hostname and not with the crypt host. Who can help me ?
Thx !
Crypt host on hybrid with proxydetect
Moderators: Website/Forum Admins, Software/IRCD Moderators
You can't. There is no way to solve this issue. If you spoof someone (what I believe you mean by host hiding), it is assumed that they are trusted.Sniper94 wrote:I use a hybrid IRCD
my scanner is sockscleaner.
I know how hiding the hostname on my IRCD but my server send to all another server the hiding hostname, and my scanner is a server.
I don't know just send to my sanner the real hostname.
Sorry for my english, i'm not english...
tkanks for your help
It seems as if you're setting the daemon up to spoof everyone who connects?
Crypt host
hybrid 7.2.0 now has ip_cloaking.c in contrib if you want the real ip sent across all servers you can use sockhost in the NICK %s lines in s_user.c and s_serv.c if you want to see a example feel free to send me a private message on EfNet and I will be happy to show you the code I use
Edited post this is from my s_user.c saying the line wont help as ive made alot of modifications to my ircd
sendto_one(uplink, "NICK %s %d %lu %s %s %s %s %s :%s",
source_p->name, source_p->hopcount+1,
(unsigned long)source_p->tsinfo,
ubuf, source_p->username, source_p->sockhost,
source_p->host, source_p->servptr->name,
source_p->info);
Will send the real host in numeric form and the hidden host ive also used sockhost in s_serv.c
Edited post this is from my s_user.c saying the line wont help as ive made alot of modifications to my ircd
sendto_one(uplink, "NICK %s %d %lu %s %s %s %s %s :%s",
source_p->name, source_p->hopcount+1,
(unsigned long)source_p->tsinfo,
ubuf, source_p->username, source_p->sockhost,
source_p->host, source_p->servptr->name,
source_p->info);
Will send the real host in numeric form and the hidden host ive also used sockhost in s_serv.c
I am 1 from many
Who is online
Users browsing this forum: No registered users and 7 guests