mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
- drop load_environment_flag and always load environment on start, making restart command great again - store/restore existing jshn namespace when using json() - remove unneeded sleepCount in is_wan_up() - move updated README inside files/ Signed-off-by: Stan Grishin <stangri@melmac.ca>
19 lines
814 B
Markdown
19 lines
814 B
Markdown
# Policy-Based Routing (pbr)
|
|
|
|
[](https://openwrt.org)
|
|
[](https://docs.openwrt.melmac.ca/pbr/)
|
|
[](https://github.com/stangri/pbr/blob/master/LICENSE)
|
|
|
|
Flexible policy-based routing (PBR) framework for OpenWrt.
|
|
Allows routing specific traffic (by IP, MAC, port, protocol, or domain) through a specific WAN, VPN, or tunnel.
|
|
|
|
## Features
|
|
|
|
- Route by IP, MAC, port, or domain name
|
|
- Works with WAN, VPNs (WireGuard, OpenVPN), or tunnels
|
|
- Lightweight shell-based implementation
|
|
- Optional Web UI integration via LuCI
|
|
|
|
**Full documentation:**
|
|
[https://docs.openwrt.melmac.ca/pbr/](https://docs.openwrt.melmac.ca/pbr/)
|