Files
firezone/elixir/apps/web
bmanifold ef480e1acd Add routing option for sites (#2610)
Why:

* As sites are created, the default behavior right now is to route
traffic through whichever path is easiest/fastest. This commit adds the
ability to allow the admin to choose a routing policy for a given site.
2023-11-22 19:59:54 +00:00
..
2023-11-16 11:17:22 -06:00
2023-11-22 19:59:54 +00:00
2023-11-02 20:36:55 +00:00
2023-11-22 19:59:54 +00:00
2023-10-18 10:27:10 -07:00

Web

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more