Browse Source

Update README.md

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

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

Loading…
Cancel
Save