Fix mistypo

This commit is contained in:
Sukchan Lee 2019-05-29 20:17:12 +09:00
parent 88d0a53956
commit 71367627a8
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
```
- There is nothing on the table. It is very good condition. If there is somthing in the table, you will need to take some special action. (For example, disable docker service and reboot your machine)
- There is nothing on the table. It is very good condition. If there is something in the table, you will need to take some special action. (For example, disable docker service and reboot your machine)
###### If your IP tables is clean, Add IP/NAT Table like the followings:
```