Page 1 of 1

how to add multiple ports to listen on?

Posted: Wed Nov 17, 2021 2:10 pm
by bekeme
How to add a number of port to enter? port1 port2 port3 port4 port5 port6 port7
what is the way
Thank you

Re: port to enter?

Posted: Wed Nov 17, 2021 4:14 pm
by Lord255
hello.
https://www.unrealircd.org/docs/Listen_block

look for
"This is the port you want to listen on, like 6667. You can also specify a port range, like 6667-6669."

:)

(in case you want to add diff ports, you need a listen block for each of them)

Re: port to enter?

Posted: Wed Nov 17, 2021 9:59 pm
by bekeme
Thank you Lord255