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.

16 lines
320 B

  1. {
  2. "cniVersion": "0.3.0",
  3. "name": "mynet",
  4. "plugins": [
  5. {
  6. "name": "weave",
  7. "type": "weave-net",
  8. "hairpinMode": true
  9. },
  10. {
  11. "type": "portmap",
  12. "capabilities": {"portMappings": true},
  13. "snat": true
  14. }
  15. ]
  16. }