mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
docs(readme) Server: somethins -> something
This commit is contained in:
parent
5fa3849d5a
commit
3d9121ef96
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ Just run [shell/addtables.sh](shell/addtables.sh) for default options.
|
|||
@:/tmp/cloudcmd (dev) $ sudo iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-ports 4430
|
||||
@:/tmp/cloudcmd (dev) $ sudo iptables -t nat -L # look rules after
|
||||
```
|
||||
You should see somethins like this ( **8000** and **4430** should be in config as **port** and **sslPort** )
|
||||
You should see something like this ( **8000** and **4430** should be in config as **port** and **sslPort** )
|
||||
|
||||
target prot opt source destination
|
||||
REDIRECT tcp -- anywhere anywhere tcp dpt:http redir ports 8000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue