- Joined
- Dec 23, 2019
Kengle about to sue for trademark infringement
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Set up Yggdrasil and OpenNIC addresses. Yggdrasil is private like Tor but its way faster. Lokinet is similar. It might be another option for fast private access. OpenNIC is literally just an alternative domain root. It works just like the clearnet does. You can set this one up for free. It requires no additional hardware or payment. You can just add it to whatever is hosting the clearnet site.Summary of my work:
During #DropKiwiFarms I started propping up services basically on every provider I could find to see what stuck, and since we've found what stuck I am starting to cancel services I do not get any or much use out of.
One of my efforts to improve the Tor hidden service was to place it on a secret enterprise provider which has wonderful transit. My hope was that by having it on one of the best networked datacenters in the world, it would perform better (since the Onion router itself does such a great job of avoiding blackholes in the clearnet). That did not work.
As a result I've been paying several hundred dollars a month for a VPS which might as well be hosted on an $8/mo VPS in a basement in Romania. So I'm doing that to reduce our overhead.
Interesting side note is that regular Tor users will notice Tor now uses KiwiFlare, whereas before it just used haproxy-protection. This is just a byproduct of reusing more of the same servers and overall reducing the complexity of our internal network. If we start getting DDoS attacked again and this impacts the Tor service's uptime, I will move things around again.
pic unrelated
View attachment 6267826
My recommendation wasn't to get rid of tor access. It's that these other options are much faster.this is a thread for tech issues.
i'm aware of what lokinet is and i know the developer; the project is dead. @CrunkLord420 said yggdrasil is basically dead iirc. i'm aware of opennic but that requires custom dns. i have unstoppable domains for kf but they only work for static content.
people know how to use tor. it's just a browser. anyone can figure it out.
no. if you used it you'd see we use the pow system. dread changed from his system to pow also iirc.Do you make use of the DDoS protection techniques that Dread has open sourced? The name escapes me right now.
Yeah I just saw it was kiwi flare my bad. I looked at your report. My bad.no. if you used it you'd see we use the pow system. dread changed from his system to pow also iirc.
This usually doesn't work, since the slowness in hidden services is the 3-hop circuit routing, not the backend itself. One way that popular sites load balance is by serving a list of mirrors at the main URL, which also makes it harder to DDoS (for example by showing private mirrors to logged-in users), but I don't know if the site gets enough Tor visitors for that to matter.My hope was that by having it on one of the best networked datacenters in the world, it would perform better
yes. i am aware. it's called onion balance.This usually doesn't work, since the slowness in hidden services is the 3-hop circuit routing, not the backend itself. One way that popular sites load balance is by serving a list of mirrors at the main URL, which also makes it harder to DDoS (for example by showing private mirrors to logged-in users), but I don't know if the site gets enough Tor visitors for that to matter.
Haproxy-protection had a NoJS way of solving its cryptographic challenge. KiwiFlare is not going to have it, right?Interesting side note is that regular Tor users will notice Tor now uses KiwiFlare, whereas before it just used haproxy-protection. This is just a byproduct of reusing more of the same servers and overall reducing the complexity of our internal network. If we start getting DDoS attacked again and this impacts the Tor service's uptime, I will move things around again.
No. Is it as simple as providing instructions?Haproxy-protection had a NoJS way of solving its cryptographic challenge. KiwiFlare is not going to have it, right?
Basically when I tried accessing it with Lynx Browser it gave me a line of code to run in a terminal and a form where to paste and submit the result.No. Is it as simple as providing instructions?
Checking your browser for robots 🤖
JavaScript is required on this page.
No JavaScript?
1. Run this in a linux terminal (requires argon2 package installed):
echo
"Q0g9IiQyIjtCPSQocHJpbnRmICcwJS4wcycgJChzZXEgMSAkNCkpO2VjaG8gIldvcmtpbmcuLi4iO0k9MDt3aGlsZSB0cnVlOyBkbyBIPSQoZWNobyAtbiAkQ0gkSSB8IGFyZ29uMiAkMSAtaWQgLXQgJDUgLWsgJDYgLXAgMSAtbCAzMiAtcik7RT0ke0g6MDokNH07W1sgJEUgPT0gJEIgXV0gJiYgZWNobyAiT3V0cHV0OiIgJiYgZWNobyAkMSMkMiMkMyMkSSAmJiBleGl0IDA7KChJKyspKTtkb25lOwo="
| base64 -d | bash -s 56f93b9eb200a744ba368a9a7ea0c042 171563421a88eaeea38824a98b6e6e3150cae59b0bbf6943486d9d17c1b2384c 8fd6b8b86ac2ac6633a017259cd8751e9b40310892e7b7a312fb20035d1ae0ba 3 1 512
2. Paste the script output into the box and submit:
_________________________________________
_________________________________________
_________________________________________
_________________________________________
_________________________________________
_________________________________________
_________________________________________
[ submit ]
Security and Performance by haproxy-protection
Node: KF-MESH-TOR-X1
Here's a more efficient way of implementing that same code, does still require argon2:Basically when I tried accessing it with Lynx Browser it gave me a line of code to run in a terminal and a form where to paste and submit the result.
Here's what the output looked like:
Currently there's no practical need for this, of course, but it was kinda neat to be able to run KF in a text-only browser, especially during the DKF saga, when every bit of bandwith mattered.Code:Checking your browser for robots 🤖 JavaScript is required on this page. No JavaScript? 1. Run this in a linux terminal (requires argon2 package installed): echo "Q0g9IiQyIjtCPSQocHJpbnRmICcwJS4wcycgJChzZXEgMSAkNCkpO2VjaG8gIldvcmtpbmcuLi4iO0k9MDt3aGlsZSB0cnVlOyBkbyBIPSQoZWNobyAtbiAkQ0gkSSB8IGFyZ29uMiAkMSAtaWQgLXQgJDUgLWsgJDYgLXAgMSAtbCAzMiAtcik7RT0ke0g6MDokNH07W1sgJEUgPT0gJEIgXV0gJiYgZWNobyAiT3V0cHV0OiIgJiYgZWNobyAkMSMkMiMkMyMkSSAmJiBleGl0IDA7KChJKyspKTtkb25lOwo=" | base64 -d | bash -s 56f93b9eb200a744ba368a9a7ea0c042 171563421a88eaeea38824a98b6e6e3150cae59b0bbf6943486d9d17c1b2384c 8fd6b8b86ac2ac6633a017259cd8751e9b40310892e7b7a312fb20035d1ae0ba 3 1 512 2. Paste the script output into the box and submit: _________________________________________ _________________________________________ _________________________________________ _________________________________________ _________________________________________ _________________________________________ _________________________________________ [ submit ] Security and Performance by haproxy-protection Node: KF-MESH-TOR-X1
echo "d2hpbGUgdHJ1ZTtkbyBlY2hvIHBlbmlzO2RvbmUK"|base64 -d|bash -s 56f93b9eb200a744ba368a9a7ea0c042 171563421a88eaeea38824a98b6e6e3150cae59b0bbf6943486d9d17c1b2384c 8fd6b8b86ac2ac6633a017259cd8751e9b40310892e7b7a312fb20035d1ae0ba 3 1 512
Undoubtedly, one of the most cruelly censored sites on the Internet.LMAO I first thought that you had started renting out infrastructure and services to Kengle
That seems promising for sneedchat clients also?Basically when I tried accessing it with Lynx Browser it gave me a line of code to run in a terminal and a form where to paste and submit the result.
Here's what the output looked like:
Currently there's no practical need for this, of course, but it was kinda neat to be able to run KF in a text-only browser, especially during the DKF saga, when every bit of bandwith mattered.Code:Checking your browser for robots 🤖 JavaScript is required on this page. No JavaScript? 1. Run this in a linux terminal (requires argon2 package installed): echo "Q0g9IiQyIjtCPSQocHJpbnRmICcwJS4wcycgJChzZXEgMSAkNCkpO2VjaG8gIldvcmtpbmcuLi4iO0k9MDt3aGlsZSB0cnVlOyBkbyBIPSQoZWNobyAtbiAkQ0gkSSB8IGFyZ29uMiAkMSAtaWQgLXQgJDUgLWsgJDYgLXAgMSAtbCAzMiAtcik7RT0ke0g6MDokNH07W1sgJEUgPT0gJEIgXV0gJiYgZWNobyAiT3V0cHV0OiIgJiYgZWNobyAkMSMkMiMkMyMkSSAmJiBleGl0IDA7KChJKyspKTtkb25lOwo=" | base64 -d | bash -s 56f93b9eb200a744ba368a9a7ea0c042 171563421a88eaeea38824a98b6e6e3150cae59b0bbf6943486d9d17c1b2384c 8fd6b8b86ac2ac6633a017259cd8751e9b40310892e7b7a312fb20035d1ae0ba 3 1 512 2. Paste the script output into the box and submit: _________________________________________ _________________________________________ _________________________________________ _________________________________________ _________________________________________ _________________________________________ _________________________________________ [ submit ] Security and Performance by haproxy-protection Node: KF-MESH-TOR-X1
Kengle about to sue for trademark infringement
I thought you were helping out Onion Farms or something.
I thought it was an announcement about Kengle reviving Onion Farms (again).LMAO I first thought that you had started renting out infrastructure and services to Kengle
Onion Farms service restored. Report issues here.