├── .gitignore ├── COPYRIGHT.md ├── README.md ├── Vagrantfile ├── files ├── admins.xml ├── filter.xml ├── ssh.xml ├── vagrant1.xml └── vagrant3.xml └── img └── browser.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/punktDe/vagrant-opnsense/HEAD/.gitignore -------------------------------------------------------------------------------- /COPYRIGHT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/punktDe/vagrant-opnsense/HEAD/COPYRIGHT.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/punktDe/vagrant-opnsense/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/punktDe/vagrant-opnsense/HEAD/Vagrantfile -------------------------------------------------------------------------------- /files/admins.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/punktDe/vagrant-opnsense/HEAD/files/admins.xml -------------------------------------------------------------------------------- /files/filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/punktDe/vagrant-opnsense/HEAD/files/filter.xml -------------------------------------------------------------------------------- /files/ssh.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/punktDe/vagrant-opnsense/HEAD/files/ssh.xml -------------------------------------------------------------------------------- /files/vagrant1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/punktDe/vagrant-opnsense/HEAD/files/vagrant1.xml -------------------------------------------------------------------------------- /files/vagrant3.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /img/browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/punktDe/vagrant-opnsense/HEAD/img/browser.png --------------------------------------------------------------------------------