mirror of
https://github.com/sadoyan/aralez.git
synced 2026-04-29 22:38:36 +08:00
1. Nested upstreams with params 2. SSL upstream support 3. Upstreams move to yaml format 4. Command line start arguments
5 lines
127 B
Bash
Executable File
5 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
export RUST_LOG=INFO
|
|
reflex -d none -r 'src/' -s -- sh -c 'reset && cargo run -- --address 0.0.0.0 --port 6193'
|
|
|