This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upstream documentation at: https://openwrt.org/docs/guide-user/network/routing/ip_rules Example configuration: PBR for traffic arriving on 'guest' interface rerouted to table 2000 which routes to VPN: ```yaml openwrt_network_rules4: guest_wifi_through_vpn: in: guest_wifi lookup: '2000' priority: '3000' ``` or IPV6: ```yaml openwrt_network_rules6: dmz_nullroute_fdca: in: dmz dest: 'fdca:1234::/64' action: 'blackhole' ```
- Loading branch information
Showing
2 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters