NAT网络地址转换
什么是NAT? NAT (Network Address Translation) 网络地址转换,是一种让多个内网设备共享一个公网IP的技术。路由器会将内网IP转换为公网IP,使得内网设备可以访问互联网。 NAT技术虽然在一定程度上解决了IPv4地址短缺的问题,却破坏了点到点P2P(Point to Point)网络的通信。因为在P2P网络中要求通信双方都能主动发起访问,而NAT设备的存在却阻断了这种主动访问。 ...
什么是NAT? NAT (Network Address Translation) 网络地址转换,是一种让多个内网设备共享一个公网IP的技术。路由器会将内网IP转换为公网IP,使得内网设备可以访问互联网。 NAT技术虽然在一定程度上解决了IPv4地址短缺的问题,却破坏了点到点P2P(Point to Point)网络的通信。因为在P2P网络中要求通信双方都能主动发起访问,而NAT设备的存在却阻断了这种主动访问。 ...
Featured Sponsors Warp is an agentic development environment. Cut code review time & bugs in half, instantly. Memos Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours. Features Instant Capture — Timeline-first UI. Open, write, done — no folders to navigate. Total Data Ownership — Self-hosted on your infrastructure. Notes stored in Markdown, always portable. Zero telemetry. Radical Simplicity — Single Go binary, ~20MB Docker image. One command to deploy with SQLite, MySQL, or PostgreSQL. Open & Extensible — MIT-licensed with full REST and gRPC APIs for integration. Quick Start Docker (Recommended) docker run -d \ --name memos \ -p 5230:5230 \ -v ~/.memos:/var/opt/memos \ neosmemo/memos:stable Open http://localhost:5230 and start writing! ...
主要内容 Markdown是什么? 谁创造了它? 为什么要使用它? 怎么使用? 谁在用? 尝试一下 正文 1. Markdown是什么? Markdown是一种轻量级标记语言,它以纯文本形式(易读、易写、易更改)编写文档,并最终以HTML格式发布。 Markdown也可以理解为将以MARKDOWN语法编写的语言转换成HTML内容的工具。 ...
1. 什么是 Tailscale Tailscale 是基于 WireGuard 构建的现代 VPN,通过 NAT 穿越实现设备点对点互联。 官方控制面板:https://login.tailscale.com/admin/machines 下载地址:https://tailscale.com/download 离线安装包https://pkgs.tailscale.com/stable/#static Docker镜像https://hub.docker.com/r/tailscale/tailscale 更新日志https://tailscale.com/changelog#client Linux发型版安装脚本 curl -fsSL https://tailscale.com/install.sh | sh 安装后运行此命令,复制链接登录账号 tailscale up --accept-dns=false 2. 子网路由(Subnet routers) 子网路由用于让 Tailscale 设备访问内网非 Tailscale 设备(Tailscale充当网关)。 ...