From 66397885bf3c168e9e23f5437f6de2b491d43ea2 Mon Sep 17 00:00:00 2001 From: yuan1am <48451157+yuanlam@users.noreply.github.com> Date: Thu, 19 Mar 2020 23:03:21 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3333692..92c72ff 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ root用户登录,如果没法直接用root用户登录的话,就用yuanlam nano /etc/network/interfaces #打开文件 参照以下内容根据实际情况修改: -、、、 +``` auto lo auto eth0 #eth0为网卡,根据实际情况修改 iface lo inet loopback @@ -24,4 +24,5 @@ gateway 10.10.10.77 #科学上网的IP,我的科学上网方式是o dns-nameservers 198.18.0.1 #DNS mtu 1492 #MTU mss 1452 #MSS -、、、 +``` +