mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
fix(indexers): update Fuzer IRC addr (#1764)
This commit is contained in:
parent
00326d2486
commit
509e4ddaed
3 changed files with 9 additions and 1 deletions
|
@ -970,5 +970,9 @@ ALTER TABLE irc_network
|
|||
|
||||
CREATE INDEX filter_priority_index
|
||||
ON filter (priority);
|
||||
`,
|
||||
`UPDATE irc_network
|
||||
SET server = 'irc.fuzer.xyz'
|
||||
WHERE server = 'irc.fuzer.me';
|
||||
`,
|
||||
}
|
||||
|
|
|
@ -1612,5 +1612,9 @@ CREATE INDEX filter_enabled_index
|
|||
|
||||
CREATE INDEX filter_priority_index
|
||||
ON filter (priority);
|
||||
`,
|
||||
`UPDATE irc_network
|
||||
SET server = 'irc.fuzer.xyz'
|
||||
WHERE server = 'irc.fuzer.me';
|
||||
`,
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ settings:
|
|||
|
||||
irc:
|
||||
network: Fuzer
|
||||
server: irc.fuzer.me
|
||||
server: irc.fuzer.xyz
|
||||
port: 6697
|
||||
tls: true
|
||||
channels:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue