Browse Source

Update README.md

master
yuan1am 6 years ago
committed by GitHub
parent
commit
7c4faba6a4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -13,7 +13,7 @@ root用户登录,如果没法直接用root用户登录的话,就用yuanlam
nano /etc/network/interfaces #打开文件 nano /etc/network/interfaces #打开文件
参照以下内容根据实际情况修改: 参照以下内容根据实际情况修改:
··· 、、、
auto lo auto lo
auto eth0 #eth0为网卡,根据实际情况修改 auto eth0 #eth0为网卡,根据实际情况修改
iface lo inet loopback iface lo inet loopback
@ -24,4 +24,4 @@ gateway 10.10.10.77 #科学上网的IP,我的科学上网方式是o
dns-nameservers 198.18.0.1 #DNS dns-nameservers 198.18.0.1 #DNS
mtu 1492 #MTU mtu 1492 #MTU
mss 1452 #MSS mss 1452 #MSS
··· 、、、

Loading…
Cancel
Save