Update README.md

dev
johnjiang 2017-05-23 16:05:59 +08:00 committed by GitHub
parent 8e26089a10
commit 87255e88bc
1 changed files with 4 additions and 4 deletions

View File

@ -88,10 +88,10 @@ Currently, besides authorized DNS server of DNSPod, there are various products i
If you don't have another management port, you should execute a script like this.
./start.sh -b /usr/local/nginx_fstack/sbin/nginx -c config.ini
   sleep 10
  ifconfig veth0 <ipaddr> netmask <netmask>  broadcast <broadcast> hw ether <mac addr>
  route add -net 0.0.0.0 gw <gateway> dev veth0
   # route add -net ... # other route rules
sleep 10
ifconfig veth0 <ipaddr> netmask <netmask>  broadcast <broadcast> hw ether <mac addr>
route add -net 0.0.0.0 gw <gateway> dev veth0
# route add -net ... # other route rules
## Nginx Testing Result