Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 314 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 314 Bytes

Compiling the unikernel for unix

The configuration file must be stored in the config/ directory under the name openvpn.config.

set -e
opam install -y mirage mirage-random-stdlib
mirage configure -t unix --data-kv_ro=direct
make depend
ln -s /path/to/config config/openvpn.config
./main.native