Hello, I’m Valmond but I need to post from my local machine so I’m Loulou@mindoki.com now :-)
I’m checking my traces in the Docker output (I run it in a shell) and I get this kind of error quite frequently:
lemmy_1 | 2023-08-01T19:08:53.230788Z WARN lemmy_server::root_span_builder: Domain is not in allowlist
lemmy_1 | 0: lemmy_apub::activities::verify_person_in_community
lemmy_1 | at crates/apub/src/activities/mod.rs:50
lemmy_1 | 1: lemmy_apub::activities::voting::vote::verify
lemmy_1 | at crates/apub/src/activities/voting/vote.rs:57
lemmy_1 | 2: lemmy_apub::activities::community::announce::receive
lemmy_1 | at crates/apub/src/activities/community/announce.rs:141
lemmy_1 | 3: lemmy_server::root_span_builder::HTTP request
lemmy_1 | with http.method=POST http.scheme="http" http.host=lemmy.mindoki.com http.target=/inbox otel.kind="server" request_id=3eb2b88d-fba0-45e6-96e2-fb485cd81b73
lemmy_1 | at src/root_span_builder.rs:16
lemmy_1 | LemmyError { message: None, inner: Domain is not in allowlist, context: SpanTrace [{ target: "lemmy_apub::activities", name: "verify_person_in_community", file: "crates/apub/src/activities/mod.rs", line: 50 }, { target: "lemmy_apub::activities::voting::vote", name: "verify", file: "crates/apub/src/activities/voting/vote.rs", line: 57 }, { target: "lemmy_apub::activities::community::announce", name: "receive", file: "crates/apub/src/activities/community/announce.rs", line: 141 }, { target: "lemmy_server::root_span_builder", name: "HTTP request", fields: "http.method=POST http.scheme=\"http\" http.host=lemmy.mindoki.com http.target=/inbox otel.kind=\"server\" request_id=3eb2b88d-fba0-45e6-96e2-fb485cd81b73", file: "src/root_span_builder.rs", line: 16 }] }
Anyone knows what it is and why it’s happening?
It seems to be a thing on my own server (and in the beginning I messed up some stuff in the config files, so I’d love to track this down and get rid of it if it’s that)
Thank you all fabulous people!
Valmond / Loulou
“Domain is not in allowlist”… Do you changed the default allow/block lists?
This is probably it, the instance they’re communicating with has only 5 instances in their allowlist (look at the bottom of this page).
As that is the instance they’re posting this from, they probably won’t see my comment.
I removed them all, and it brought my server on its knees for a minute or two, syncing like crazy :-D
Now everything seems to be A-OK, thank you so much!
mind replying to the OP since most of us are on instances hes (likely accidentally) blocked?
By setting an allow list hes blocked every other instance not in his list
https://join-lemmy.org/docs/administration/federation_getting_started.html
Hello,
Yes but only adding, I have no blocked ones.
I Did mess up my initial config though and had image links pointing on 0.0.0.0 instead of Lemmy.mindoki.com, guess I’ll have to curate my database manually …