···10- Wrap the reference PLC server and run it as a mirror:
1112 ```bash
13- allegedly mirror \
14- --bind 0.0.0.0:8000 \
15- --wrap http://127.0.0.1:3000 \
16 --wrap-pg "postgresql://postgres:postgres@localhost:5432/postgres"
17 ```
18
···10- Wrap the reference PLC server and run it as a mirror:
1112 ```bash
13+ allegedly --upstream "https://plc.directory" mirror \
14+ --bind "0.0.0.0:8000" \
15+ --wrap "http://127.0.0.1:3000" \
16 --wrap-pg "postgresql://postgres:postgres@localhost:5432/postgres"
17 ```
18