Advertisement
Guest User

Untitled

a guest
May 20th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. # /etc/config/firewall
  2. >>>
  3. config rule
  4. option name 'Allow-OpenVPN-Inbound'
  5. option target 'ACCEPT'
  6. option src '*'
  7. option proto 'tcpudp'
  8. option dest_port '1194'
  9.  
  10. config redirect
  11. option name 'vpn'
  12. option target 'ACCEPT'
  13. option src_dport '1194'
  14. option proto 'tcpudp'
  15. option dest_ip '172.12.0.118'
  16. option src 'wan'
  17. option dest 'lan'
  18. <<<
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement