From 5cbc64107cb2aa02228cfd8f418439f7147dafd7 Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期五, 31 三月 2017 10:30:48 +0800
Subject: [PATCH] bugfix

---
 ProxyConsole/auto-net-ip.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ProxyConsole/auto-net-ip.sh b/ProxyConsole/auto-net-ip.sh
index 62b7570..7b0342d 100644
--- a/ProxyConsole/auto-net-ip.sh
+++ b/ProxyConsole/auto-net-ip.sh
@@ -8,4 +8,5 @@
 if [ -z "$HAS_NET" ]; then
 	echo "set ip address"
 	ifconfig enp1s0 172.16.23.10/16
+	ifconfig enp2s0 192.168.1.100/24
 fi

--
Gitblit v1.8.0