remove example

This commit is contained in:
Vladimir Avtsenov 2024-09-06 21:09:36 +03:00
parent 76bc0822ef
commit bb6b73e329

View File

@ -18,13 +18,7 @@ Realized features:
- [ ] HTTP API - [ ] HTTP API
- [ ] HTTP GUI - [ ] HTTP GUI
- [ ] CLI - [ ] CLI
- [X] (Keenetic) Support for custom interfaces [1] - [X] (Keenetic) Support for custom interfaces
- [ ] It is not a concept now... REFACTORING TIME!!! - [ ] It is not a concept now... REFACTORING TIME!!!
- [ ] (Keenetic) Getting readable names of interfaces from Keenetic NDMS - [ ] (Keenetic) Getting readable names of interfaces from Keenetic NDMS
- [ ] HTTP Auth - [ ] HTTP Auth
[1] Example
```bash
INTERFACE=ovpn_br0
iptables -A _NDM_SL_FORWARD -o ${INTERFACE} -m state --state NEW -j _NDM_SL_PROTECT
```