Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
/ lg Public archive
generated from ewpratten/rust-template

A clean and simple network looking glass application

License

Notifications You must be signed in to change notification settings

ewpratten/lg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lg

Build Clippy

lg is my custom Looking Glass server software for use in ZZANet. The whole application is lightweight, self-contained, and easy to use even outside of ZZANet.

Running in Docker

lg can be run in a Docker container with one simple command:

docker run --rm \
    -v $(pwd)/configs/local.json:/config/local.json:ro \
    -v $(pwd)/configs/global.json:/config/global.json:ro \
    --sysctl net.ipv6.conf.all.disable_ipv6=0 \
    -p 80:80 \
    ewpratten/lg

Note: by default, Docker will not work with the IPv6 stack. It is your responsibility to enable it.

Screenshots