IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
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
260B

  1. defaults:
  2. jail:
  3. mount.devfs: true
  4. interface: lo1
  5. exec.start: /bin/sh /etc/rc
  6. exec.stop: /bin/sh /etc/rc.shutdown
  7. services:
  8. gateway:
  9. image: freebsd-12.1
  10. jail:
  11. ip4.address: 127.0.0.2
  12. volumes:
  13. gateway-data: {}