diff --git a/README.md b/README.md index 3039375..26cc8ab 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Realized features: - [ ] HTTP API - [ ] HTTP GUI - [ ] CLI +- [ ] (Keenetic) Support for custom interfaces [3] - [ ] It is not a concept now... REFACTORING TIME!!! - [ ] (Keenetic) Getting readable names of interfaces from Keenetic NDMS - [ ] HTTP Auth @@ -68,3 +69,9 @@ iptables -t nat -D POSTROUTING -j ${KVAS2_NAME}_ROUTING_POSTROUTING iptables -t nat -F ${KVAS2_NAME}_ROUTING_POSTROUTING iptables -t nat -X ${KVAS2_NAME}_ROUTING_POSTROUTING ``` + +[3] Example +```bash +INTERFACE=ovpn_br0 +iptables -A _NDM_SL_FORWARD -o ${INTERFACE} -m state --state NEW -j _NDM_SL_PROTECT +```