Add 'redirect.sh'
This commit is contained in:
parent
cde38449d6
commit
d5dceb31bb
|
@ -0,0 +1,12 @@
|
||||||
|
#!/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
|
Loading…
Reference in New Issue