# Proxy Proxy denying connections according to the given configuration. ## Getting started ```bash nix-shell --run "cargo-watch -x run -- --config config.dhall" ``` ## Example configuration ```dhall [ { from = "00:00", to = "23:59", hosts = [ "facebook.com", "gstatic.com" ] }, { from = "19:00", to = "17:00", hosts = [ "youtube.com" ] } ] ```