12 lines
297 B
Bash
12 lines
297 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# TO-DO
|
||
|
# Look for init config file > Domain vs Domain(s)
|
||
|
# Apache vs Nginx vs Tor
|
||
|
# Start Point - Input Read Sub.Domain vs Domain/Project
|
||
|
# End Point - Input URL
|
||
|
# Output
|
||
|
# - config creation for apache/nginx/tor
|
||
|
# - enable domain
|
||
|
# - DNS Config present (enter to skip)
|
||
|
# - Ping test
|