- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
DuckDuckGo and Google search "There was an error contacting the serve".
Searching There was an error contacting the server:
from 30/10/2025.
When try to…
Enhanced Tracking Protection was on Strict, disabling it does not help.
Jelly also has this issue.
Log back in does not help.
Clear cookies and site data log me out, but does not help.
Benjamin_Loison/anubis/issues/7 would help.
Trying again does not help.
No issue on my Linux Mint 22.3 Cinnamon Framework 13.
At my flat Wi-Fi.
2 requests are performed:
https://codeberg.org/Benjamin_Loison/cron/issues/4/content-…
time sudo -g no-internet telnet localhost 8080
Output:
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
test
</det…
sudo iptables -L OUTPUT -v -n --delete 1
Output:
iptables v1.8.10 (nf_tables): Cannot use -D with -L
Try `iptables -h' or 'iptables --help'…
sudo iptables -A OUTPUT -m owner --gid-owner no-internet -j DROP
sudo iptables -L OUTPUT -v -n
Output:
Chain OUTPUT (policy ACCEPT 32 packets,…
sudo iptables -L OUTPUT -v -n
Output:
Chain OUTPUT (policy ACCEPT 32 packets, 2361 bytes)
pkts bytes target prot opt in out …
sudo iptables -A OUTPUT -p tcp -d 127.0.0.1 --dport 8080 -m owner --gid-owner no-internet -j ACCEPT
does not return anything and does not help, despite paying attention to now use…
https://chat.mistral.ai/chat/80521fec-ed50-4d42-b38f-25cc7979b8a7
sudo iptables -L OUTPUT -v -n
Output:
Chain OUTPUT (policy ACCEPT 25…
While we can reach Docker guest port by forwarding it, the other way around is maybe harder.