mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(shell) rm redundant
This commit is contained in:
parent
942fa6ff6e
commit
20afb1c1c9
4 changed files with 0 additions and 14 deletions
|
|
@ -3,7 +3,6 @@ node_modules
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
coverage
|
coverage
|
||||||
test
|
test
|
||||||
shell
|
|
||||||
manifest.yml
|
manifest.yml
|
||||||
app.json
|
app.json
|
||||||
bower.json
|
bower.json
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
manifest.yml
|
manifest.yml
|
||||||
Dockerfile*
|
Dockerfile*
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
shell
|
|
||||||
test
|
test
|
||||||
coverage
|
coverage
|
||||||
css
|
css
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
sudo iptables -t nat -L # look rules before
|
|
||||||
sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8000
|
|
||||||
sudo iptables -t nat -L # look reles after
|
|
||||||
|
|
||||||
#sudo iptables -t nat -D PREROUTING 1
|
|
||||||
#sudo iptables -t nat -D PREROUTING 2
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
openssl genrsa -out privatekey.pem 2048
|
|
||||||
openssl req -new -key privatekey.pem -out certrequest.csr
|
|
||||||
openssl x509 -req -in certrequest.csr -signkey privatekey.pem -out certificate.pem
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue