Skip to content

Commit 9cbfca4

Browse files
committed
2 parents be2a2da + 126cb86 commit 9cbfca4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

OpenWrt/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ Currently geoip-shell fully supports OpenWrt, both with firewall3 + iptables and
44

55
Installation is possible either via the -install script (as described in the main README), or via an ipk package. ipk packages are a new feature and are not yet included in the OpenWrt repository but you can get them from the Releases. They come in 2 flavors: geoip-shell-[...].ipk and geoip-shell-iptables[...].ipk. The -iptables package is for firewall3+iptables OpenWrt systems, while the non-iptables package is for firewall4+nftables OpenWrt systems.
66

7-
To download the latest ipk via a command line (using curl):
8-
For firewall4 + nftables:
7+
_<details><summary>To download the latest ipk via a command line (using curl):</summary>_
8+
9+
- For firewall4 + nftables:
910

1011
`curl -O "$(curl -s https://api.github.com/repos/friendly-bits/geoip-shell/releases | grep -m1 -o 'https://.*geoip-shell_.*\.ipk')"`
1112

12-
For firewall3 + iptables:
13+
- For firewall3 + iptables:
1314

1415
`curl -O "$(curl -s https://api.github.com/repos/friendly-bits/geoip-shell/releases | grep -m1 -o 'https://.*geoip-shell-iptables_.*\.ipk')"`
15-
16+
</details>
1617

1718
A LuCi interface has not been implemented (yet). As on any other Linux system, all user interface is via a command line (but my goal is to make this an easy experience regardless). If this discourages you from using geoip-shell, please let me know. A few people asking for this feature may motivate me to prioritize it.
1819

@@ -51,4 +52,4 @@ https://forum.openwrt.org/t/geoip-shell-flexible-geoip-blocker-for-linux-now-sup
5152

5253
If you use this project, I will be happy to hear about your experience in the above thread or via the Discussions tab on Github. If for some reason geoip-shell is not working for you, I will want to know that as well so I can improve it.
5354

54-
Also, please consider giving this repository a star on Github - this helps other people to find it.
55+
Also, please consider giving this repository a star on Github - this helps other people to find it.

0 commit comments

Comments
 (0)