- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Connect locally via Magisk root
Add shell and syntax highlightings
*There was an error contacting the server* when clicked on issue *edited*
DuckDuckGo and Google search "There was an error contacting the serve".
*There was an error contacting the server* when clicked on issue *edited*
Searching There was an error contacting the server:
from 30/10/2025.
When try to…
*There was an error contacting the server* when clicked on issue *edited*
Enhanced Tracking Protection was on Strict, disabling it does not help.
*There was an error contacting the server* when clicked on issue *edited*
Jelly also has this issue.
*There was an error contacting the server* when clicked on issue *edited*
Log back in does not help.
*There was an error contacting the server* when clicked on issue *edited*
Clear cookies and site data log me out, but does not help.
*There was an error contacting the server* when clicked on issue *edited*
Benjamin_Loison/anubis/issues/7 would help.
*There was an error contacting the server* when clicked on issue *edited*
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-…
*There was an error contacting the server*
How to forbid network access to a program?
time sudo -g no-internet telnet localhost 8080
Output:
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
test
</det…
How to forbid network access to a program?
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'…
How to forbid network access to a program?
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,…
How to forbid network access to a program?
sudo iptables -L OUTPUT -v -n
Output:
Chain OUTPUT (policy ACCEPT 32 packets, 2361 bytes)
pkts bytes target prot opt in out …