voidq :verified:

@hey@voidq.xyz

OpenBSD on my server, Neovim in my soul, tea in my veins.
self-hosting my own corner of the fediverse because trust issues.
currently: reading man pages and pretending i understand them.

[ BSD / Linux / Cybersecurity / Privacy ]
Personal Websitehttps://voidq.xyz
Pronounshe/him

20 following, 3 followers

[?]João Teixeira » 🌐
@joaomrt@masto.pt

setup
systemd ❌️ runit ✅️
glibc ❌️ musl ✅️
X11 ❌️ Wayland ✅️
Gnome ❌️ KDE ✅️

    ...
    0 ★ 0 ↺

    [?]voidq :verified: [he/him] » 🌐
    @hey@voidq.xyz

    @joaomrt@masto.pt Why wayland instead of X11?

      ...

      [?]João Teixeira » 🌐
      @joaomrt@masto.pt

      @hey My laptop on X11 was having random reboots for years whenever I played a video on VLC or loaded google maps on Firefox. I tried making a sacrifice to Cthulhu but it didn't work. Wayland seems to have fixed it, no crashes or reboots for a month now.

        ...
        0 ★ 0 ↺

        [?]voidq :verified: [he/him] » 🌐
        @hey@voidq.xyz

        @joaomrt@masto.pt I'm using + 4 years never faced with that kind of issues, good since fits on your laptop;)

          [?]xz [he/him] » 🌐
          @xz@ebadf.port0.org

          One annoyance with my small instance - or any small Fediverse island regardless of the software - is the missing visibility of the rest of the network. For followed hashtags, I am missing out on most posts as I am not federating with most instances.

          The usual solution is to use an ActivityPub relay. This, however, resulted in receiving looots of posts, hitting file size and inode limits on this small VM. Thus, I gave up this experiment a while ago.

          Now, I just stumbled about https://relay.fedi.buzz/ from @astro@c3d2.social, which allows to only follow certain hashtags, which is kinda exactly what I wanted ❤️

          After following the Subscribing to Fediverse Relays section from snac(8), I came up with the following jq(1) command to subscribe each hashtag I am already following on my instance. And yes, this would be way faster to do by hand for those six hashtags in total.

          $ # Create multiple snac follow commands for each hashtag the "xz"
          $ # user follows. The "data" directory is the $SNAC_BASEDIR.
          $ jq -j \
          '.followed_hashtags.[] | "snac follow data relay https://relay.fedi.buzz/tag/",.[1:],"; "' \
          < data/user/xz/user.json
          snac follow data relay https://relay.fedi.buzz/tag/openbsd; snac follow data relay https://relay.fedi.buzz/tag/snac; [ . . . ]
          If the generated commands are looking not suspicious enough, rerun the command within $() or execute the output manually.

          Finally, I am able to doomscroll for weird and ridiculously expensive bikes from my instance; yay!

            ...

            [?]The Real Grunfink » 🌐
            @grunfink@comam.es

            This is valuable, thanks for sharing.

            Also, I think it's important to remember that also allows following hashtags by those RSS feeds provided by several Fediverse implementations (like Mastodon), avoiding the need of subscribing to a relay. E.g., you can add https://mastodon.social/tags/snac to the followed hashtags field, and it will periodically poll that RSS from the big instance and add to your timeline those posts tagged with .

            CC: @astro@c3d2.social

              ...

              [?]SnackR » 🌐
              @snackr@nano.uninformation.org

              I tried this once and it didn't work. 😀
              What is the Syntax for a remote Hashtag in this field? With or without https:// at the beginning, .rss at the end or not?

                ...

                [?]The Real Grunfink » 🌐
                @grunfink@comam.es

                It works, it's how the original post reached my timeline 😆

                It's the complete URL for the entrypoint, with https and without any rss. Following the OP example, https://mastodon.social/tags/biketooter in its own line.

                It's not immediate; RSS feeds are polled with the period defined by the rss_hashtag_poll_hours keyword in server.json (default 4 hour, minimum 1).

                ...

                [?]xz [he/him] » 🌐
                @xz@ebadf.port0.org

                IIRC, I tried this back in the days when setting up this instance, but I must have been just too impatient. Thanks for the well deserved update :)

                  [?]God Emperor of Mastodon » 🌐
                  @mms@mastodon.bsd.cafe

                  doesn't support split domains ;-(

                  mastodon.sapka.pl/

                  I was *so* close.

                    ...

                    [?]Stefano Marinelli » 🌐
                    @stefano@mastodon.bsd.cafe

                    @mms really? I think it can be done.

                    @grunfink - what do you think?

                      ...

                      [?]The Real Grunfink » 🌐
                      @grunfink@comam.es

                      If what 'split domains' mean is "running in subdomain.example.com but identify as accounts from example.com" then no, it's not supported.

                      But, you can have snac running from a subdirectory of your main domain (which, as far as I know, no other fediverse implementation does). I.e. you can have your snac root in example.com/social and then you can identify as you@example.com . So you have no unnecessary subdomain just to be you.

                      Which is what I do for this very domain.

                      CC: @mms@bsd.cafe

                        ...
                        2 ★ 0 ↺

                        [?]voidq :verified: [he/him] » 🌐
                        @hey@voidq.xyz

                        @grunfink@comam.es yep, and that's the one of features does perfectly;)

                        CC: @stefano@bsd.cafe @mms@bsd.cafe

                          ...

                          [?]Steve Holden » 🌐
                          @holdenweb@freeradical.zone

                          @hey @grunfink @stefano @mms I understood the traditional meaning of "split DNS" is using one set of DNS addresses internally and serving a different set to the Internet.

                          That way your internal systems can get internal network addresses for hosts in yourdomain.com, meaning the traffic stays private, but the Internet sees only the public addresses of those hosts you choose to expose there.

                            1 ★ 0 ↺
                            in reply to »

                            [?]voidq :verified: [he/him] » 🌐
                            @hey@voidq.xyz

                            @galacticstone@mastodon.social well that's seriously, you got a intelligent cat 🐈:)

                              ...

                              [?]daesorin » 🌐
                              @daesorin@hachyderm.io

                              Use `:w !sudo tee %` to save a file that requires elevated permissions to edit, when you have forgotten to append sudo before opening it.

                                ...
                                0 ★ 0 ↺

                                [?]voidq :verified: [he/him] » 🌐
                                @hey@voidq.xyz

                                @daesorin@hachyderm.io nice advice, never knew:)

                                  [?]Michael :gnomed: [he/him] » 🌐
                                  @mbk@brain.worm.pink

                                  3 months of running #snac on my main acct with absolutely zero prior hosting experience. I am in awe at just how low the resource use is on the server -- and I'm not going easy on the thing when I use my account lmao.
                                  Hopefully posting this won't expose just how much of a newb I am here but man...
                                  (yes I know I'm on root in the pic. no I don't usually access root when I ssh.)

                                  the fastfetch output for my berg.mobilecourant.org snac server

                                  Alt...the fastfetch output for my berg.mobilecourant.org snac server

                                    ...
                                    1 ★ 0 ↺

                                    [?]voidq :verified: [he/him] » 🌐
                                    @hey@voidq.xyz

                                    @mbk@brain.worm.pink nice uptime;) I just upgrade my system into 7.9 so I lost all of it;P

                                      [?]OpenBSD Amsterdam » 🌐
                                      @OpenBSDAms@mastodon.bsd.cafe

                                      The 60th OpenBSD release is here... 7.9!

                                      openbsd.org/79.html

                                      Start your sysupgrade engines!
                                      Lots of vmd/vmm fixes and we will upgrade as soon as possible.

                                      Artwork by Lyra Henderson.

                                      OpenBSD 7.9 Artwork by Lyra Henderson.

                                      Alt...OpenBSD 7.9 Artwork by Lyra Henderson.

                                      ...

                                      [?]Zack Whittaker » 🌐
                                      @zackwhittaker@mastodon.social

                                      New: NYC Health and Hospitals says a data breach earlier this year affects 1.8 million people. Hackers stole personal info, medical data, government-issued IDs, Social Security numbers — and *biometrics*, including fingerprints and palm scans.

                                      Already one of the largest healthcare breaches of 2026.

                                      techcrunch.com/2026/05/18/nyc-

                                      ...
                                      0 ★ 0 ↺

                                      [?]voidq :verified: [he/him] » 🌐
                                      @hey@voidq.xyz

                                      @zackwhittaker@mastodon.social Not that easy to hack the system which runs Red Hat, employer should aware of leaking data:/

                                        ...
                                        0 ★ 0 ↺

                                        [?]voidq :verified: [he/him] » 🌐
                                        @hey@voidq.xyz

                                        CC: @zackwhittaker@mastodon.social I think most hospitals runs ...

                                          0 ★ 0 ↺
                                          in reply to »

                                          [?]voidq :verified: [he/him] » 🌐
                                          @hey@voidq.xyz

                                          [?]nixCraft 🐧 » 🌐
                                          @nixCraft@mastodon.social

                                          Linus Torvalds says AI-powered bug hunters have made Linux security mailing list 'almost entirely unmanageable' theregister.com/security/2026/ 😂

                                          FYI, the Linux kernel officially allows AI-assisted code docs.kernel.org/process/coding This is all big tech who are members of Linux foundations forced AI assisted code inside the Linux kernel. Now what's the point of crying about it?l

                                            ...

                                            [?]hidikem » 🌐
                                            @hidikem@piaille.fr

                                            @nixCraft diffrent from "assisted" and fully AI generated.

                                              0 ★ 0 ↺

                                              [?]voidq :verified: [he/him] » 🌐
                                              @hey@voidq.xyz

                                              @nixCraft@mastodon.social I cannot say A.i is too bad, until people analyzing what A.i suggests and then merges it. I won't be surprised if they will register A.i as a member on repository;)

                                                [?]Morgan » 🌐
                                                @kaidenshi@exquisite.social

                                                I am slowly coming to understand that the reason some applications crash often on OpenBSD is not the fault of OpenBSD, but the fault of poorly written applications that have tons of vulnerabilities. OpenBSD is designed to be a secure operating system as one of its main goals, and trying to circumvent these safety guardrails by "optimizing OpenBSD for desktop use" -- i.e. tweaking sysctl.conf to the max -- defeats the purpose of having the guardrails in the first place.

                                                If you want an OS where applications are free to roam full of holes and exploits without crashing, use Linux I guess. It will happily continue to allow those poorly written programs to run, giving the user a false sense of stability. Meanwhile, I'm starting to prefer safety and security over "desktop performance at all costs". If a program misbehaves it should die, and OpenBSD will kill it before I even know it misbehaved.

                                                  ...

                                                  [?]ravenbrook » 🌐
                                                  @ravenbrook@mastodon.social

                                                  so i have been learning and properly and oh my god. acme is the best editor i have ever used. i love the fact that it really is an os interface in its own right. i have been completely underutilising it. i now have a setup on my second desktop at all times.

                                                  sam just seems like ed on steroids with a lot of the acme benefits of the mouse interface.

                                                  i am using acme for actual work or writing and i use sam for quick edits or config files.

                                                  the acme text editor with one large window on the left and two smaller ones stacked on top of each other on the right. the left window is the sam-fans mailing list archive, the top right is my home directory, and the bottom left is a win terminal showing "uname -a" which shows darwin.

                                                  Alt...the acme text editor with one large window on the left and two smaller ones stacked on top of each other on the right. the left window is the sam-fans mailing list archive, the top right is my home directory, and the bottom left is a win terminal showing "uname -a" which shows darwin.

                                                    [?]bfredl » 🌐
                                                    @bfredl.bsky.social@bsky.brid.gy

                                                    Great to see this also in vim:) github.com/vim/vim/pull...

                                                    vim9 with semi-transparent popups

                                                    Alt...vim9 with semi-transparent popups

                                                      [?]BSD Security Advisories » 🤖 🌐
                                                      @bsd@mastodon.bot

                                                      OpenBSD 7.8 // IKED // ERRATA 036

                                                      Date: May 8, 2026
                                                      Name: 036_iked.patch
                                                      Description: In iked(8), address sizes were not checked.
                                                      Link: cdn.openbsd.org/pub/OpenBSD/pa

                                                        [?]BSD Security Advisories » 🤖 🌐
                                                        @bsd@mastodon.bot

                                                        OpenBSD 7.8 // NFS // ERRATA 035

                                                        Date: May 8, 2026
                                                        Name: 035_nfs.patch
                                                        Description: Due to insufficient checks in NFS server, the kernel could crash.
                                                        Link: cdn.openbsd.org/pub/OpenBSD/pa

                                                          [?]BSD Security Advisories » 🤖 🌐
                                                          @bsd@mastodon.bot

                                                          OpenBSD 7.8 // EXPAT // ERRATA 034

                                                          Date: May 8, 2026
                                                          Name: 034_expat.patch
                                                          Description: libexpat uses more entropy to protect against hash flooding. CVE-2026-41080
                                                          Link: cdn.openbsd.org/pub/OpenBSD/pa

                                                            [?]BSD Security Advisories » 🤖 🌐
                                                            @bsd@mastodon.bot

                                                            OpenBSD 7.7 // IKED // ERRATA 042

                                                            Date: May 8, 2026
                                                            Name: 042_iked.patch
                                                            Description: In iked(8), address sizes were not checked.
                                                            Link: cdn.openbsd.org/pub/OpenBSD/pa

                                                              [?]BSD Security Advisories » 🤖 🌐
                                                              @bsd@mastodon.bot

                                                              OpenBSD 7.8 // RPKI // ERRATA 030

                                                              Date: April 14, 2026
                                                              Name: 030_rpki.patch
                                                              Description: A malicious RPKI Publication Server can cause an incorrect error exit. A malicious RRDP Publication Server can cause a NULL dereference.
                                                              Link: cdn.openbsd.org/pub/OpenBSD/pa

                                                                [?]hidikem » 🌐
                                                                @hidikem@piaille.fr

                                                                Here my version of it

                                                                Gmail -> @Tutanota
                                                                Youtube -> @peertube
                                                                Liar Signal -> @delta
                                                                Chrome ->
                                                                NordVPN -> @mullvadnet

                                                                PS: Signal IS big tech, they run on their server, they pay them, they are part of the problem not a solution to it.

                                                                Show change of services

Gmail to Tuta,
Youtube to Peertube,
Signal Logo (called Liar Signal) to Delta Chat,
Chrome to Helium,
NordVPN to Mullvad.

                                                                Alt...Show change of services Gmail to Tuta, Youtube to Peertube, Signal Logo (called Liar Signal) to Delta Chat, Chrome to Helium, NordVPN to Mullvad.

                                                                  ...
                                                                  1 ★ 0 ↺

                                                                  [?]voidq :verified: [he/him] » 🌐
                                                                  @hey@voidq.xyz

                                                                  CC: @Tutanota@mastodon.social @peertube@framapiaf.org @delta@chaos.social @mullvadnet@mastodon.online
                                                                  Hosting a small vps, buying a domain, running Linux/BSD
                                                                  Gmail -> run own email server
                                                                  messenger -> run own server
                                                                  VPN -> run own /
                                                                  Youtube -> piped instances/
                                                                  Chrome ->

                                                                  It is my setup :)

                                                                    [?]Scary Jerry 👻 » 🌐
                                                                    @jerry@infosec.exchange

                                                                    Lots of Linux vulnerabilities lately. Time to move the instance to Windows.

                                                                    ...
                                                                    Older...

                                                                    [?]morb » 🌐
                                                                    @morb@mastodon.social

                                                                    @jerry there must be at least one mastodon instance running on IIS

                                                                      [?]sudonem » 🌐
                                                                      @sudonem@infosec.exchange

                                                                      @jerry

                                                                      A meme of Red Forman from That 70's Show, in which he is responding to Kitty by saying "Oh, is that what we're gonna do today? We're gonna fight?"

                                                                      Alt...A meme of Red Forman from That 70's Show, in which he is responding to Kitty by saying "Oh, is that what we're gonna do today? We're gonna fight?"

                                                                        [?][nate@social0 ~]$ :idle: » 🌐
                                                                        @gangrif@social.undrground.org

                                                                        @jerry I dunno... i haven't heard about any OS/2 Warp vulnerabilities lately.

                                                                          [?]Varx » 🌐
                                                                          @varx@defcon.social

                                                                          @jerry Reject operating systems. Vibe code a bare metal version.

                                                                            ...

                                                                            [?]Olivia Fae 🌻 » 🌐
                                                                            @RandomDamage@infosec.exchange

                                                                            @jerry Clearly you need to move to NetBSD

                                                                              [?]Isaac Ji Kuo » 🌐
                                                                              @isaackuo@spacey.space

                                                                              @jerry No, CP/M. I saw on The Computer Chronicles that CP/M is the premier operating system, and I'm sure The Computer Chronicles is a completely unbiased source on the matter.

                                                                                [?]rk: it’s hyphen-minus actually » 🌐
                                                                                @rk@mastodon.well.com

                                                                                @jerry

                                                                                I’m indestructible!

                                                                                Alt...A screenshot from The Simpsons. A doctor tries to shove little stuffed germs through a small fake door. They don’t fit because they’re all in each other’s way.

                                                                                  [?]katzenberger [he/him, er/ihn] » 🔓
                                                                                  @katzenberger@tldr.nettime.org

                                                                                  @jerry

                                                                                  The as a whole needs to migrate to pneumatic tubes.

                                                                                    [?]maswan » 🔓
                                                                                    @maswan@mastodon.acc.sunet.se

                                                                                    @jerry
                                                                                    Didn't you use to work for IBM? AIX is right there. Lets just get you some cosy POWER hardware for it. I'm already looking forward to the smitty modules for mastodon server mamagement.

                                                                                      [?]Seth Mos » 🌐
                                                                                      @databeestje@noc.social

                                                                                      @jerry It's been terrible in general as of late

                                                                                        [?]varx/tech [he/they] » 🌐
                                                                                        @varx@infosec.exchange

                                                                                        @jerry Not safe enough, Windows has WSL.

                                                                                          [?]Martin Boller :debian: :tux: :freebsd: :windows: :mastodon: [He/Him/His] » 🌐
                                                                                          @itisiboller@infosec.exchange

                                                                                          @jerry

                                                                                          Alt...Animated gif of John Travolta looking confused

                                                                                            [?]Dave » 🌐
                                                                                            @TheLancashireman@hostux.social

                                                                                            @jerry

                                                                                            🤣 🤣 🤣 🤣 🤣

                                                                                              [?]🐜 » 🌐
                                                                                              @antdude@mastodon.social

                                                                                              @jerry more like time to stop using OSes & networks

                                                                                                [?]GP » 🌐
                                                                                                @gpshewan@mastodon.social

                                                                                                @jerry Someone, somewhere in a ‘C’ suite, who thinks they have their finger on the pulse, is asking a tired Tech Director that question.

                                                                                                Betcha.

                                                                                                  [?]Paul_IPv6 [he/him] » 🌐
                                                                                                  @paul_ipv6@infosec.exchange

                                                                                                  @jerry

                                                                                                  might have to get a few costco sized bags of popcorn to last it out while i watch this... and something to read. maybe "war and peace".

                                                                                                    [?]RRB » 🌐
                                                                                                    @rrb@infosec.exchange

                                                                                                    @jerry Let's see if we can find a Multics port.

                                                                                                      [?]David Chisnall (*Now with 50% more sarcasm!*) » 🌐
                                                                                                      @david_chisnall@infosec.exchange

                                                                                                      @jerry

                                                                                                      At MS, there was a big project to unify all of the Windows-derived things. Apparently some folks had a build working that booted to WSL, with no Win32k. I did wonder how secure that would be: at the very least, I doubt there are many people who know how to attack the NT kernel via the Linux syscall interface.

                                                                                                        [?]Wizmax :verified: » 🌐
                                                                                                        @wizmax@sakurajima.moe

                                                                                                        @jerry Its better to get hacked by some guy sitting in his parents garage than getting our data stolen by corporations to feed the AI.

                                                                                                          [?]Cure53🔓 [they/them] » 🌐
                                                                                                          @cure53@infosec.exchange

                                                                                                          @jerry Also, pwn2own with zero findings in Microsoft Internet Explorer for several years meanwhile (!).

                                                                                                          Time for our blue friend to take back the web, not sure why we even abandoned the king of browsers.

                                                                                                            0 ★ 0 ↺

                                                                                                            [?]voidq :verified: [he/him] » 🌐
                                                                                                            @hey@voidq.xyz

                                                                                                            @jerry@infosec.exchange try BSD then, I'm running OpenBSD and feel safe, security by default, my respect to developers, I cannot imagine what will be if I run windows as a server ;)

                                                                                                              ...

                                                                                                              [?]hidikem » 🌐
                                                                                                              @hidikem@piaille.fr

                                                                                                              @hey @jerry the issue lie in "feel" safe, when massive AI assisted code exploration will hit BSD i also expect a bunch of critical vulnerability.

                                                                                                              Because the AI find thing human brain is not wired to see.

                                                                                                              It's not a proof something is not secure tough, pretty sure BSD, Window, Mac, ETC are also full of those issue.

                                                                                                                ...
                                                                                                                0 ★ 0 ↺

                                                                                                                [?]voidq :verified: [he/him] » 🌐
                                                                                                                @hey@voidq.xyz

                                                                                                                CC: @jerry@infosec.exchange
                                                                                                                @hidikem@piaille.fr of cours in any system have issues, even very minimalist systems written only in C lang have some issues with security.

                                                                                                                But we also can use A.i to find these holes in System;)

                                                                                                                  [?]GrumpyDad 🇺🇦🇵🇸 » 🌐
                                                                                                                  @grumpydad@infosec.exchange

                                                                                                                  @jerry You could always try OpenVMS

                                                                                                                    [?]Simon Zerafa » 🌐
                                                                                                                    @simonzerafa@infosec.exchange

                                                                                                                    @jerry

                                                                                                                    I would have suggested Temple OS but Windows worked as well 😉

                                                                                                                      [?]Carlos Solís » 🌐
                                                                                                                      @csolisr@hub.azkware.net

                                                                                                                      @jerry Same energy as those saying "Google is making Android less open, time to move to an iPhone"

                                                                                                                        ...

                                                                                                                        [?]Scary Jerry 👻 » 🌐
                                                                                                                        @jerry@infosec.exchange

                                                                                                                        @csolisr right! And I already did that

                                                                                                                          [?]antsu » 🌐
                                                                                                                          @antsu@p.antsu.net

                                                                                                                          @jerry Time to move to TempleOS for divine protection against exploits.

                                                                                                                            [?]WorldTravelerAll7 » 🌐
                                                                                                                            @WorldTravelerAll7@mastodon.world

                                                                                                                            @jerry

                                                                                                                            so, i'm trying to shed myself of all the tech oligarchies
                                                                                                                            so i'm migrating everything. & it's not about Windows' or Google's vulnerabilities

                                                                                                                            & from what i've learned about the mastodon & fediverse community is, this is the place to be if you support Linux💙

                                                                                                                            so i assume you're being sarcastic? i don't understand a lot of the discussion below but, you are either hated or hilarious😁

                                                                                                                            but i have a question. would the counter-argument to that statement be...

                                                                                                                              ...

                                                                                                                              [?]Scary Jerry 👻 » 🌐
                                                                                                                              @jerry@infosec.exchange

                                                                                                                              @WorldTravelerAll7 I was being sarcastic. It’s a problem I have.

                                                                                                                              The counter argument is that windows has a similar number of vulnerabilities to what Linux has been experiencing, but Windows experiences that every single month for the past 25 years

                                                                                                                                ...

                                                                                                                                [?]WorldTravelerAll7 » 🌐
                                                                                                                                @WorldTravelerAll7@mastodon.world

                                                                                                                                @jerry not a problem, i💙sarcasm😂 it's just hard to discern when one doesn't know the subject or speaker😁

                                                                                                                                i try to get word to the supposed "good billionaires" that if they want to prove they are good, fund FOSS projects around Linux & the fediverse

                                                                                                                                they could turn PeerTube into a YT competitor. they could build an amazon competitor built around the vendors & customers if they wanted

                                                                                                                                so i assume, whenever Linux or FOSS projects are attacked, they're doing something right😁

                                                                                                                                  0 ★ 0 ↺

                                                                                                                                  [?]voidq :verified: [he/him] » 🌐
                                                                                                                                  @hey@voidq.xyz

                                                                                                                                  Greetings @grunfink@comam.es

                                                                                                                                  My apologies for interrupting, I got some trouble on notification via telegram bot, I input everything as required, but some reason I'm not getting notification at all, I checked logs:

                                                                                                                                  snac[90250]: 03:22:32 telegram post 400

                                                                                                                                  And I tried curl post on my server it was working perfect, maybe telegram refusing html or makrdown format? smthing else? before going to check source code, I would like to ask you about it:)

                                                                                                                                  Thank you for your time
                                                                                                                                  Best regards.

                                                                                                                                    ...
                                                                                                                                    0 ★ 0 ↺

                                                                                                                                    [?]voidq :verified: [he/him] » 🌐
                                                                                                                                    @hey@voidq.xyz

                                                                                                                                    CC: @grunfink@comam.es oh, my misunderstanding, I should have to input group chat id instead of personal id ;P

                                                                                                                                      0 ★ 0 ↺

                                                                                                                                      [?]voidq :verified: [he/him] » 🌐
                                                                                                                                      @hey@voidq.xyz

                                                                                                                                      I just reconfigure my server;P