1921 shaares
10 private links
10 private links
74 results
tagged
HomeAssistant
2 ;;; Block WAN traffic and DNS from Tuya devices
chain=forward action=drop src-address-list=Tuya out-interface-list=WAN log=no log-prefix="tuya out"
3 chain=forward action=drop dst-address-list=Tuya in-interface-list=WAN log=no log-prefix="tuya in"
4 chain=input action=drop protocol=tcp src-address-list=Tuya port=53 log=no log-prefix="tuya dns tcp"
5 chain=input action=drop protocol=udp src-address-list=Tuya port=53 log=no log-prefix="tuya dns udp"
I've been trying to start Kodi using the commands run mqtt message. It's working with the notepad.exe example and other programs but if I want to run something...