添加 纯v6服务器配置.MD
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
|
||||
### 说明
|
||||
1. 代码块标记为 `hosts`,方便识别hosts文件内容,NodeSeek可以正常渲染深色代码框。
|
||||
2. 标签 `#ipv6` `#3x-ui` 直接用行内代码,和截图的标签风格保持一致。
|
||||
3. 路径 `/etc/hosts` 加上反引号高亮。
|
||||
|
||||
如果你想套进 `<details>` 折叠块,版本如下:
|
||||
```markdown
|
||||
# 纯v6服务器配置
|
||||
`#ipv6` `#3x-ui`
|
||||
|
||||
<details open>
|
||||
<summary>配置详情</summary>
|
||||
|
||||
- 纯v6服务器替换`/etc/hosts`,实现访问github:
|
||||
|
||||
```hosts
|
||||
2a01:4f8:c010:d56::2 github.com
|
||||
2a01:4f8:c010:d56::3 api.github.com
|
||||
2a01:4f8:c010:d56::4 codeload.github.com
|
||||
2a01:4f8:c010:d56::6 ghcr.io
|
||||
2a01:4f8:c010:d56::7 pkg.github.com npm.pkg.github.com maven.pkg.github.com nuget.pkg.github.com rubygems.pkg.github.com
|
||||
2a01:4f8:c010:d56::8 uploads.github.com
|
||||
2606:50c0:8000::133 objects.githubusercontent.com www.objects.githubusercontent.com release-assets.githubusercontent.com gist.githubusercontent.com repository-images.githubusercontent.com camo.githubusercontent.com private-user-images.githubusercontent.com avatars0.githubusercontent.com avatars1.githubusercontent.com avatars2.githubusercontent.com cloud.githubusercontent.com desktop.githubusercontent.com support.github.com
|
||||
2606:50c0:8000::154 support-assets.githubassets.com github.githubassets.com opengraph.githubassets.com github-registry-files.githubusercontent.com github-cloud.githubusercontent.com
|
||||
Reference in New Issue
Block a user