Advertisement
Guest User

config.gateway.json

a guest
Dec 7th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "service": {
  3. "nat": {
  4. "rule": {
  5. "1": {
  6. "description": "DNS Redirect",
  7. "destination": {
  8. "address": "!192.168.1.1",
  9. "port": "53"
  10. },
  11. "inbound-interface": "eth1",
  12. "inside-address": {
  13. "address": "192.168.1.1"
  14. },
  15. "log": "disable",
  16. "protocol": "tcp_udp",
  17. "type": "destination"
  18. }
  19. }
  20. }
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement