/ˈeɪk.nɛp.ɛm/

Results 48 comments of /ˈeɪk.nɛp.ɛm/

> The program waits patiently when it is told to by the server in a 429 response. There is also a hardcoded minimum sleep to try and reduce the number...

Just came across this issue because one of my providers doesn't provide IP addresses, they automatically determine the nearest server each time you connect using a hostname. > Maybe add...

> Looks nice. The old Python implementation of this tool had a "full" delete mode which used data ZIPs to delete from all channels but I haven't reimplemented it yet....

> > does the API allow you to delete those messages using the ID in the data packet even if you don't have access to the channel they're under? >...

Figured it out. You need to use ADB. ```plaintext cheetah:/ $ pm list users Users: UserInfo{0:Owner:4c13} running UserInfo{10: Island :1030} running cheetah:/ $ settings get system --user 0 font_scale 1.3...

> Hi. The current proxy implementation supports authentication in the proxy url. E.g., `https://:@:` - does that work for you? I am unable to get this to work with Multi-Account...

This is a really nice app! No account registration and a simple yet effective interface. The app doesn't use too much resources in the background either, I'm looking at you...

> > Are you interested in implementing a way to define a custom script after the VPN gets restarted? That would be kinda useful in situations like this. > >...

> @Eiqnepm I wasn't aware of such web API can you create a separate issue for this? Definitely something doable! The API is documented [here](https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)), I went ahead and created...

I've gone ahead and made a container [`portcheck`](https://github.com/Eiqnepm/portcheck) purely to monitor the incoming port status and automatically change the port and then back if it's inaccessible. Docker Compose example ```yaml...