feat: remove static routes
This commit is contained in:
parent
55395d537b
commit
407a01550a
4 changed files with 0 additions and 52 deletions
20
readme.md
20
readme.md
|
|
@ -26,26 +26,6 @@ wan_interface: "eth0"
|
|||
lan_interface: "eth1"
|
||||
```
|
||||
|
||||
### Static Routes
|
||||
|
||||
```yaml
|
||||
static_routes:
|
||||
|
||||
- name: "route to internal network 10.0.0.0/8 via 192.168.1.1"
|
||||
destination: "10.0.0.0/8"
|
||||
gateway: "192.168.1.1"
|
||||
|
||||
- name: "route to dmz with custom metric"
|
||||
destination: "172.16.0.0/12"
|
||||
gateway: "192.168.1.254"
|
||||
metric: 100
|
||||
|
||||
- name: "route with specific interface"
|
||||
destination: "192.168.100.0/24"
|
||||
gateway: "192.168.1.1"
|
||||
interface: "eth1"
|
||||
```
|
||||
|
||||
### Incoming Firewall Rules
|
||||
|
||||
```yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue