Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfb8856606 authored May 23, 2017
1 parent 8e26089 commit 87255e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 87255e8

Please sign in to comment.