You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OpenWrt/README.md
+10-21Lines changed: 10 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
## geoip-shell on OpenWrt
2
2
3
-
Currently geoip-shell fully supports OpenWrt, both with firewall3 + iptables and with firewall4 + nftables, while providing the same user interface and features as on any other Linux system. So usage is the same as described in the main [README.md](/README.md) file, while some parts of the backend (namely persistence implementation), some defaults and the location of the data directory are different.
3
+
Currently geoip-shell fully supports OpenWrt, both with firewall3 and with firewall4, both iptables and nftables, while providing the same user interface and features as on any other Linux system. So usage is the same as described in the main [README.md](/README.md) file, while some parts of the backend (namely persistence implementation), some defaults and the location of the data directory are different.
4
4
5
5
Installation is possible either via the -install script (as described in the main [README.md](/README.md)), or via a package.
6
6
7
-
geoip-shell packages come in 2 flavors: _geoip-shell_ (for firewall4+nftables OpenWrt systems) and _geoip-shell-iptables_ (for firewall3+iptables OpenWrt systems).
7
+
geoip-shell packages come in 2 flavors: _geoip-shell_ (for OpenWrt systems with nftables) and _geoip-shell-iptables_ (for OpenWrt systems with iptables).
8
8
9
9
## Download the latest OpenWrt package via the command line
10
10
First, connect to you device [via SSH](https://openwrt.org/docs/guide-quick-start/sshadministration).
11
11
12
12
Next, select the appropriate option below, copy the code and paste in your terminal, then press Enter. The package will be downloaded to `/tmp/`.
13
13
14
-
<details><summary>IPK for firewall4 + nftables (download with uclient-fetch):</summary>
14
+
<details><summary>IPK for OpenWrt with nftables:</summary>
0 commit comments