

I checked again today and it is 11m lines of code added. Do people not understand what it takes to code 1 million lines? PostgreSQL is around 1m. PHP the language and runtime are 1m. The man hours required for that much code is ridiculous.


I checked again today and it is 11m lines of code added. Do people not understand what it takes to code 1 million lines? PostgreSQL is around 1m. PHP the language and runtime are 1m. The man hours required for that much code is ridiculous.


Okay, trust the security of something with over 11m lines of code added in 2026 by one person.


When I read the repo a few months ago, I saw one guy added more than 1m of code. They are deceiving everyone and should be punished.


It is pure Ai slop that won’t be around in 3 years. I am open to counter arguments.


I don’t know why people are downvoting you, you are right. It is a garbage project all you have to do is look at the git history.


look at the Git repo, they have outputed more code in 2026 than I will ever type out in my lifetime.


How much do you understand the code base? how did you output 1+ million lines of code in 2026? If something comes up in your life or you decide to stop maintaining the project, is the code maintainable by other people.
One of the three subreddits I still visit.


Open the GitHub repo. This guy is outputing more code in a month than I have in my entire career.


I am hosting 2 public game servers with my setup. My VPS exposes only those ports and I have my DNS on the same provider. That tailnet only has those servers and the VPS. The actual server boxes block all traffic except through the tailnet. The hard part is the reverse proxy on the VPS if you have never done it before.


Some games have query ports for stuff like that. Maybe check for one.


Use Tailscale, it’s stupid simple. it is a Wireguard wrapper anyways.


Vibe coded slop by one person. It is not really an open source project if nobody can work on it.


Does fluffy chat have voice channels?


For people that want advice for finding an alternative service, go to the github repo and figure out the state of development. Find the answers to these questions: how many active developers are there? when was the last commit? does this look like LLM code? What do the issues and PRs look like? Remember that we don’t want to have to do this again in 10 years, so open source and decentralized are major points.


I was using a etke as a hosting service for a while but it was a bit expensive and I wanted more control. I set it up on my homelab with a VPS running a reverse proxy and like it a lot more. I believe I deployed it with someone’s Ansable playbook I found on github. Make a matrix.org account and play around with it. I hate the Element client though.


For built in listeners use ncat, but nmap package is not always included. If you are on Windows find some listener Poweshell script, it will be under 10 lines, with Test-Connection. When I was a SysAdmin one repeated problem was UDP traffic was not working. When you tested the TCP port it would work, verifying that the connection is there, but UDP for a variety of reasons is problematic.


With TCP there are built in listeners on OSs which you can use to test. Also TCP will work before UDP. For whatever reason firewalls and such do weird things with UDP traffic. I always use a cli tool that I can’t remember the name of for testing.


Yes it is uncommon, as people have mentioned it is a Wireguard wrapper. Try just using Wireguard and troubleshoot from there. I would want to know what that ‘simple’ solution is failing. Your workaround could have similar issues.
Because this was done by a single human?