Skip to content

friends: liuzhen932 docs:dn42 #309

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ export default navbar([
{ text: "2048", icon: "fa-regular fa-block", link: "/Game/2048" },
],
},
{
text: "DN42",
icon: "fa-solid fa-signal-stream",
link: "/dn42",
},
{
text: "关于",
icon: "fa-regular fa-circle-info",
Expand Down
69 changes: 69 additions & 0 deletions src/dn42.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
title: DN42
icon: fa-solid fa-signal-stream
article: false
---

PYSIO-NetWork 网络 ( [AS213605](https://apps.db.ripe.net/db-web-ui/lookup?source=ripe&key=AS213605&type=aut-num) ) 由 Pysio 运营。

> [!WARNING]
> 本网络节点(中国大陆节点除外)不与中国大陆的服务器 Peer,以避免可能的法律问题

DN42 网络仅支持 IPv4 。目前仅支持 WireGuard。

BGP AS213605 网络仅支持 IPv6 。

Looking Glass: http://lg.pysio.online/

## 前缀

### DN42 网络

```
IPv4: 172.20.183.0/27
```

### BGP互联网

```
IPv6: 2a14:67c1:a020::/44
```

## Peering

目前 PYSIO-NetWork 开放 Peering,您可以通过建立 WireGuard 隧道与我 Peering。

请将以下信息通过电子邮件发送至 team@pysio.online 或 新建一个[Github Issues](https://github.com/pysio2007/Vue-blog/issues/new/choose)

我会在七天左右配置好并回复邮件/Issues。

```yaml
ASN: 424242xxxx
Public IP: x.x.x.x (使用 IPV4)
DN42 IPv4:
Server: 你的服务器名称
WireGuard Public Key:
WireGuard Listen Port: 13605
```

## 服务器列表

### SG新加坡

- WireGuard 公钥:hIvaNhslwKskpJRYogahHaZJuCh5VMPm1wLwpvpYFkg=

- 端点: dn42.pysio.online:<您 ASN 的最后五位数字>

- 公共 IP: dn42.pysio.online / 43.159.51.252

- DN42 IPv4: 172.20.183.1

### 中国成都电信

- WireGuard 公钥:ViTlLbeCvEwYehAF6WbI7eekghVrkLoTbuhwzk0g0C8=

- 端点: home.pysio.online:<您 ASN 的最后五位数字>

- 公共 IP: home.pysio.online (DDNS)

- DN42 IPv4: 172.20.183.2
8 changes: 8 additions & 0 deletions src/other/friends.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ article: false
background="rgba(233,30,99,0.17)"
/>

<VPCard
title="liuzhen932 的小窝"
desc="只要愿意去做,人无所不通"
logo="https://blog.liuzhen932.top/favicon.png"
link="https://blog.liuzhen932.top/"
background="rgba(33, 55, 145, 0.29)"
/>

## 交换友链

#### 在交换友链之前,你需要先添加我的链接:
Expand Down
Loading