map/links Restriction
Posted: Wed Nov 19, 2008 8:51 pm
Is there a way to restricit /map to opers only (removing sensitive servers from the list)? If yes, how and if it's also possible to edit /links list also under the same aim?
Welcome to the UnrealIRCd Forums!
https://forums.unrealircd.org/
That's the best you can do, because later on when you read the documentation:set::options::flat-map;
If this is present, all servers will appear as directly linked in /map and /links, thus you can no longer see which server is linked to which. This is a little help against (D)DoS attacks because evil people now no longer can easily see the 'weak points'.
I guess you're stuck here.MAP / LINKS
Several people have asked if there was some way to disable /map or /links. Our position on this is that it's silly and gives a false sense of security, let me explain... Hiding servers that are actually used by users is useless since they already know about your servers (how else could they get on them in the first place?). For any servers that you don't want users on, see section 8.6.
Now what CAN you do? Since 3.2.1 there's an option called 'flat map' (set::options::flat-map), this will make all servers appear as 'directly linked' in /map and /links, thus normal users can no longer see which server is linked to which... This can be a nice additional layer of protection because this way a kiddie cannot easily spot any 'weak points' with /map or /links. So, use of this is recommended. Note that this is not foolproof... If any split happends someone can still see which server was linked to which, and this is also true for some other things as well.
Code: Select all
set::options::hide-ulines;
If this is present, Ulined server will be hidden in a /links requested by non-opers.