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 -、、、 +``` +