Skip to content

Docs: Update router setup guide, new OpenWrt package manager #148

Description

@jordan-ivpn

Replace lines 56 and 57 with

`# OpenWrt 24.10 and older use opkg package manager\n` +
`opkg update\n` +
`opkg install https-dns-proxy\n\n` +
`# OpenWrt 25.12 and newer use apk package manager\n` +
`apk update\n` +
`apk add https-dns-proxy\n\n` +

--

Thanks.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions