mirror of
https://github.com/sartoopjj/thefeed.git
synced 2026-05-19 04:34:36 +03:00
feat: add XPublicReader for fetching public posts from X via Nitter RSS
This commit is contained in:
@@ -76,7 +76,7 @@ func startDNSServerEx(t *testing.T, domain, passphrase string, allowManage bool,
|
||||
channelsFile = f.Name()
|
||||
}
|
||||
|
||||
dnsServer := server.NewDNSServer(addr, domain, feed, qk, rk, protocol.DefaultMaxPadding, nil, allowManage, channelsFile, false)
|
||||
dnsServer := server.NewDNSServer(addr, domain, feed, qk, rk, protocol.DefaultMaxPadding, nil, allowManage, channelsFile, nil, false)
|
||||
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user