An open API service indexing awesome lists of open source software.

https://github.com/matubu/jail_serv

A static web server that uses a chroot jail to prevent access to the rest of the filesystem
https://github.com/matubu/jail_serv

c webserver

Last synced: 9 months ago
JSON representation

A static web server that uses a chroot jail to prevent access to the rest of the filesystem

Awesome Lists containing this project

README

          

# jail_serv
🚚 An experimental static web server using a chroot jail to prevent access to the rest of the filesystem

## Installation
```bash
git clone git@github.com:matubu/jail_serv.git
cd jail_serv
make
```

## Usage
```
Usage:
serv [path] [...flags]

Options:
--port Specify the listening port.
--host Expose the server to external network.
```