You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.1 KiB

  1. {
  2. "comment": "Sample full SIIT configuration.",
  3. "instance": "instance name",
  4. "framework": "netfilter",
  5. "global": {
  6. "comment": "pool6 and the RFC6791v4 pool belong here, ever since Jool 4.",
  7. "pool6": "64:ff9b::/96",
  8. "manually-enabled": false,
  9. "zeroize-traffic-class": true,
  10. "override-tos": false,
  11. "tos": 254,
  12. "mtu-plateaus": [1, 2, 3, 4, 5, 6],
  13. "amend-udp-checksum-zero": true,
  14. "eam-hairpin-mode": "simple",
  15. "randomize-rfc6791-addresses": false,
  16. "rfc6791v6-prefix": null,
  17. "rfc6791v4-prefix": null
  18. },
  19. "eamt": [
  20. {
  21. "comment": {
  22. "text": "Here's a compound comment.",
  23. "more": "Its type is not checked, after all.",
  24. "date": "2019-01-06",
  25. "whatever": 1234
  26. },
  27. "ipv6 prefix": "2001:db8:1::/128",
  28. "ipv4 prefix": "192.0.2.0"
  29. }, {
  30. "ipv6 prefix": "2001:db8:2::",
  31. "ipv4 prefix": "192.0.2.1/32"
  32. }, {
  33. "ipv6 prefix": "2001:db8:3::/124",
  34. "ipv4 prefix": "192.0.2.16/28"
  35. }
  36. ],
  37. "comment": "This comment is relevant to denylist4 maybe.",
  38. "denylist4": [
  39. "198.51.100.0",
  40. "198.51.100.2/32",
  41. "198.51.100.32/27"
  42. ]
  43. }