kokesh

joined 1 year ago
[–] [email protected] 59 points 22 hours ago (1 children)

And lifting their a## up, so they are better accessible

[–] [email protected] 8 points 1 day ago (3 children)

I think only "true patriots" will stay in the end. Generic maga scum, tRump & other assholes. He can get money from advertisements for tRump bible, tRump coin, tRump sneakers, tRumps diapers (hopefully not his personal). Wait... tRump will never pay the invoices! .... as is the usual case with musk 😁

[–] [email protected] 1 points 2 days ago

Stupid it was all along

[–] [email protected] 20 points 2 days ago (1 children)
[–] [email protected] 2 points 2 days ago (1 children)

Deleted Twitter when muskRat bought it

[–] [email protected] 3 points 5 days ago

I've tried to delete my content, I wasn't allowed. So I replaced all my content with text about not consenting to this whole thing. I got banned for 2 months "to think about my behavior", or something like that. So I've set a reminder for the date...

[–] [email protected] 4 points 6 days ago (6 children)

I didn't consent to ChatGPT using my stuff. So they get 💩.

[–] [email protected] 0 points 6 days ago

The first dip is all of us back filling answers with "F U ChatGPT" and getting temporarily banned :)

[–] [email protected] 10 points 6 days ago (8 children)

I'm raising their traffic,by slowly poisoning my answers & questions.

[–] [email protected] 13 points 1 week ago

It's totally ok. I've phased Chrome out in the beginning of the year already.

[–] [email protected] 5 points 1 week ago (1 children)

There should be AI Jesus in the bible!

 

I've been looking for something like the old app making 3D wallpapers from GCam lens blur photos, but found nothing. This is not the same, but it is quite good nonetheless.

 

Is it possible to somehow mount a folder to Adguard running in Docker? I have auto renewed Letsencrypt certificates, but have to copy/paste them into AdGuard. Trying to add a direct path to files doesn't work. Could it be just permissions?

 
 

I've been put behind CGNAT last year, so I'm running Wireguard tunnel to a VPS. Can I simply add new client - a second Linux machine sitting at my network and forward certain ports to it? Do all the clients use the same key then?

 

I'm looking for something like Heimdall, but a little bit more lightweight, hopefully something I can just throw into my www folder. Nothing requiring Docker. Just lightweight stuff.

 

I've made wireguard tu nel out to VPS (to circumvent CGNAT). Dns server works, web server + Gitea, Jellyfin,.. works. All the stuff running on my thin Ubuntu client. What doesn't work is forwarding the RDP port to my windows machine. No firewall on the windows machine. Used to work before CGNAT got enabled by my ISP. I've tried also UDP port, but still no connection.

Here is my wg0 conf:

[Interface] PrivateKey = ..... Address = 10.1.0.2/24

PostUp = iptables -t nat -A PREROUTING -p tcp --dport 3389 -j DNAT --to-destination 192.168.1.21:3389; iptables -t nat -A POSTROUTING -p tcp --dport 3389 -j MASQUERADE

PostDown = iptables -t nat -D PREROUTING -p tcp --dport 3389 -j DNAT --to-destination 192.168.1.21:3389; iptables -t nat -D POSTROUTING -p tcp --dport 3389 -j MASQUERADE

[Peer] PublicKey = ........ AllowedIPs = 0.0.0.0/0 Endpoint = ...oraclevpsIP....:55108 PersistentKeepalive = 25

 

I have had AdGuard Home for a few years now, running on my small Ubuntu server. All works fine, but my ISP turned CGNAT few weeks back. I have all my stuff running via Wireguard reverse tunnel to free Oracle VPS. Everything works, except AdGuard. I've tried to forward all necessary ports, but still my phone says Can't connect. Is there any chance to get this running? The ads in apps are killing me.

104
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

I'm connected via a 4G modem. Got this setup about 3 years ago. In the beginning it was enough to look for the public IP (what's my IP). The modem showed some sort of private ip in the ui. I'm running stuff at home (Homeassistant, Gitea,) and bought a domain and pointed it to my home IP via Cloudflare. After some time I've noticed my modem shows the public IP also internally. For about 2 years now it ran flawlessly, the IP changed from time to time, but not really more than once in several weeks. For about a week all stopped working and the modem shows IP 100.xxxx and outside 85.something I guess I'm behind NAT now. Normal port forwarding on the modem is useless now. Is it possible to open the ports via UPNP? I've tried via miniupnp from my Ubuntu server, but it just throws an error.

upnpc -a ifconfig enp1s0| grep "inet addr" | cut -d : -f 2 | cut -d " " -f 1 22 22 TCP

Can I use this to somehow open the ports via UPNP on my modem and bypass the blocking? I can't even OpenVPN to my modem anymore.

EDIT: i also run AdguardHome, that I use as Private DNS on my Android phone

UPDATE: everything except Adguard Home used as Private DND on my Android works! I've used this: https://github.com/mochman/Bypass_CGNAT/wiki/Oracle-Cloud-(Automatic-Installer-Script) - free Oracle VPS + automated well described script. Even HTTPS works fine!

view more: next ›