From 877b7b64021410c1bb686cad562e7446eb65c318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 2 May 2022 00:45:48 +0200 Subject: dns server. untested. compiles. --- ircxmpp.conf | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'ircxmpp.conf') diff --git a/ircxmpp.conf b/ircxmpp.conf index d389ba1..9851fab 100644 --- a/ircxmpp.conf +++ b/ircxmpp.conf @@ -1,6 +1,13 @@ ## configuration file for ircxmpp. ## see http://git.sijanec.eu/sijanec/ircxmpp ## or /usr/share/doc/ircxmpp/README.Debian + ####################### GLOBAL VARIABLES ####################### +## global variables do not have their 2, 3, 4 counterparts and are same for all bridges. +## delay after each event loop cycle in microseconds, defaults to 10ms. +# IX_LOOPDELAY=10000 +## port on which the DNS server should run. use this if you already have a DNS server that'd proxy. +# IX_DNS_PORT=53 + ###################### PER-BRIDGE VARIABLES ###################### ####################### REQUIRED VARIABLES ####################### ## JID of ircxmpp user on XMPP server to connect with # IX_JID=change@me @@ -17,8 +24,8 @@ ####################### OPTIONAL VARIABLES ####################### ## set to IRC channel password if channel on IRC is password protected # IX_CHPASS=somepassword -## delay after each event loop cycle in microseconds, defaults to 10ms. -# IX_LOOPDELAY=10000 +## domain name suffix (your domain name) for IRC hostname spoofing. setting this ENABLES DNS server +# IX_DOMAIN=ircxmpp.example ####################### ANOTHER LINK SETUP ######################## ## As many links as you'd like can be setup. Append a number, starting with 2, to every setting. # IX_JID2=v@lu.e @@ -28,4 +35,4 @@ # IX_CHANNEL2=#value # IX_MUC2=v@l.u.e # IX_CHPASS2=value -# IX_LOOPDELAY2 does not exist, as the event loop is shared between all links. +# IX_DOMAIN2=ircxmpp2.example -- cgit v1.2.3