fix(irc): use short name for unrealircd in anope + thelounge configs
Same CoreDNS iamworkin.lan template + ndots:5 hijack as the irc-notify fix.
Anope services (nickserv/chanserv/memo) have been disconnected from unrealircd
for weeks ("Host is unreachable" every 3s). Thelounge server defaults pointed
at the same broken FQDN.
Short name unrealircd.irc.svc resolves to the ClusterIP directly.
This commit is contained in:
@@ -70,7 +70,7 @@ data:
|
||||
},
|
||||
defaults: {
|
||||
name: "BlueJayIRC",
|
||||
host: "unrealircd.irc.svc.cluster.local",
|
||||
host: "unrealircd.irc.svc",
|
||||
port: 6667,
|
||||
password: "",
|
||||
tls: false,
|
||||
@@ -739,7 +739,7 @@ data:
|
||||
|
||||
uplink
|
||||
{
|
||||
host = "unrealircd.irc.svc.cluster.local"
|
||||
host = "unrealircd.irc.svc"
|
||||
port = 8067
|
||||
password = "__LINK_PASSWORD__"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user