Guest User

Untitled

a guest
Jun 24th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. uci set firewall.block=rule
  2. uci set firewall.block.name=anything
  3. uci set firewall.block.src=lan
  4. uci set firewall.block.dest=wan
  5. uci set firewall.block.dest_ip=ipaddr
  6. uci set firewall.block.target=reject
  7.  
  8. uci set firewall.block.src=wan
  9. uci set firewall.block.dest=lan
Add Comment
Please, Sign In to add comment