Replies: 2 comments 3 replies
-
Hi For now, I'm only 1 developer here. Thank you for the compliments. Basically, the best solution is adding support for specifying ip's to allow in a custom file. Another user has already asked for this. I will implement this, hopefully soon. For now, geoip-shell supports specifying trusted ip addresses (or ip ranges) via the command line: Example: With such a large number of ip ranges, this is less practical, of course. What you can do is (sequentially):
This currently produces a manageable list of 38 ip ranges which you can then provide as an argument to geoip-shell. All of the above commands condensed (for ipv4):
If allowing ipv4 ip ranges is not enough, you can similarly generate a reduced number of ipv6 ranges and allow them as well (note that in that case you will need to include ip ranges for both families in one Please let me know if this helped. And I'll try to find the time to implement support for local allowlist file. |
Beta Was this translation helpful? Give feedback.
-
P.s. if running this on a router or other device with flash storage which is prone to wear, |
Beta Was this translation helpful? Give feedback.
-
Hello great project thank you developer(s) for your hard work!! I've noticed my iCloud private relay connections are being blocked. I have a simple config - just whitelisted CA region. How does one handle this situation?
Seems these are the icloud private relay ip ranges for reference...
https://mask-api.icloud.com/egress-ip-ranges.csv
Thank you
Beta Was this translation helpful? Give feedback.
All reactions