Scripting - DD-WRT Wiki
wiki.dd-wrt.com › wiki › indexScripting. LED Scripts - scripts that control the router lights. MyPage - rely heavily on the javascript dd-wrt libraries, nvram program and on generic linux commands. Every router that is supported by dd-wrt can use Mypage without having problems . Script Execution - place scripts in config folders to have them run automatically.
DD-WRT » Router Database
https://dd-wrt.com/support/router-databaseFor those looking for a complete list or search features by hardware specs we are working on extending the router database to provide these features. In the meantime there is the Supported Device List in the DD-WRT wiki that provides you most of these information.
Iptables command - DD-WRT Wiki
wiki.dd-wrt.com › wiki › indexiptables -I FORWARD 1 -p tcp -d dd-wrt.com --dport 80 -j ACCEPT iptables -I FORWARD 2 -p tcp --dport 80 -j DROP Which would accept all http traffic to dd-wrt.com, while blocking outgoing http traffic to anywhere else. If you wish to allow multiple sites, insert additional rules before the DROP (making sure to order and number them correctly).