nim-theNewWeb/start_main.sh

9 lines
228 B
Bash
Raw Permalink Normal View History

2023-03-02 18:16:26 -05:00
#!/bin/bash
# Start Proxy
# /www/mitmproxy/mitmweb -s cors.py -p 7777 --mode reverse:http://127.0.0.1:7000/ &
#/www/mitmproxy/mitmweb -s cors.py -R http://192.168.0.163:7777 -b localhost -p 7000
# Start main Program
/www/main