Skip to content

Latest commit

 

History

History

mirage-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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