summaryrefslogtreecommitdiffstats
path: root/ircxmpp.conf
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2022-05-02 00:45:48 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2022-05-02 00:45:48 +0200
commit877b7b64021410c1bb686cad562e7446eb65c318 (patch)
tree2ec40e995636cfbb86655d9f4feb67730c85fb43 /ircxmpp.conf
parent0.0.5 (diff)
downloadircxmpp-877b7b64021410c1bb686cad562e7446eb65c318.tar
ircxmpp-877b7b64021410c1bb686cad562e7446eb65c318.tar.gz
ircxmpp-877b7b64021410c1bb686cad562e7446eb65c318.tar.bz2
ircxmpp-877b7b64021410c1bb686cad562e7446eb65c318.tar.lz
ircxmpp-877b7b64021410c1bb686cad562e7446eb65c318.tar.xz
ircxmpp-877b7b64021410c1bb686cad562e7446eb65c318.tar.zst
ircxmpp-877b7b64021410c1bb686cad562e7446eb65c318.zip
Diffstat (limited to 'ircxmpp.conf')
-rw-r--r--ircxmpp.conf13
1 files changed, 10 insertions, 3 deletions
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