Skip to content
Closed
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
41 changes: 41 additions & 0 deletions apps/linker/1.9.95/data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
additionalProperties:
formFields:
- default: 1804
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Client Port
labelZh: 前端端口
label:
en: Port
es-es: Puerto
ja: ポート
ms: Port
pt-br: Porta
ru: Порт
ko: 포트
zh: 前端端口
zh-Hant: 埠
tr: Bağlantı Noktası
required: true
rule: paramPort
type: number

- default: 1802
edit: true
envKey: PANEL_APP_PORT_SERVICE
labelEn: Server Port
labelZh: 服务端端口
label:
en: Server Port
es-es: Puerto
ja: ポート
ms: Port
pt-br: Porta
ru: Порт
ko: 포트
zh: 服务端端口
zh-Hant: 埠
tr: Bağlantı Noktası
required: true
rule: paramPort
type: number
26 changes: 26 additions & 0 deletions apps/linker/1.9.95/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: "3"
services:
linker:
image: snltty/linker-musl
container_name: ${CONTAINER_NAME}
privileged: true
networks:
- 1panel-network
restart: always
tty: true
stdin_open: true
volumes:
- "./data/configs:/app/configs"
- "./data/logs:/app/logs"
devices:
- /dev/net/tun:/dev/net/tun
environment:
- SNLTTY_LINKER_IS_1PANEL=linker

ports:
- "${PANEL_APP_PORT_HTTP}:1804"
- "${PANEL_APP_PORT_SERVICE}:1802"

networks:
1panel-network:
external: true
3 changes: 3 additions & 0 deletions apps/linker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Information

What makes it truly special is the combination of P2P hole punching (UDP+TCP, IPv4+IPv6) and server forwarding, delivering seamless remote networking and intranet penetration. All your devices—no matter where they are in the world—become as easy to access as if they were sitting in the next room.
3 changes: 3 additions & 0 deletions apps/linker/README_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 产品介绍

极具特色的,P2P打洞(UDP+TCP、IPV4+IPV6) + 服务器转发,实现的异地组网、内网穿透。让你那些散落在世界各地的联网设备就像在隔壁房间一样轻松访问。
35 changes: 35 additions & 0 deletions apps/linker/data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: linker
tags:
- Tool
title: 极具特色的,P2P打洞(UDP+TCP、IPV4+IPV6) + 服务器转发,实现的异地组网、内网穿透
description: 极具特色的,P2P打洞(UDP+TCP、IPV4+IPV6) + 服务器转发,实现的异地组网、内网穿透
additionalProperties:
key: linker
name: linker
tags:
- Tool
shortDescZh: 极具特色的,P2P打洞(UDP+TCP、IPV4+IPV6) + 服务器转发,实现的异地组网、内网穿透
shortDescEn: The highly distinctive feature is the implementation of P2P hole punching (UDP+TCP, IPv4+IPv6) combined with server forwarding, enabling remote networking and intranet penetration.
type: website
crossVersionUpdate: true
limit: 0
recommend: 0
batchInstallSupport: true
website: https://linker.snltty.com/
github: https://github.com/snltty/linker
document: https://linker-doc.snltty.com/
description:
en: The highly distinctive feature is the implementation of P2P hole punching (UDP+TCP, IPv4+IPv6) combined with server forwarding, enabling remote networking and intranet penetration.
es-es: La característica más distintiva es la implementación de agujereo P2P (UDP+TCP, IPv4+IPv6) combinado con reenvío por servidor, permitiendo redes remotas y penetración de intranet.
zh: 极具特色的,P2P打洞(UDP+TCP、IPV4+IPV6) + 服务器转发,实现的异地组网、内网穿透
zh-Hant: 极具特色的,P2P打洞(UDP+TCP、IPV4+IPV6) + 伺服器轉發,實現的異地組網、內網穿透
ja: 非常に特徴的な、P2Pホールパンチング(UDP+TCP、IPv4+IPv6)+サーバーリレーによるリモートネットワーキング、イントラネット透過
ms: Ciri yang sangat tersendiri ialah pelaksanaan lubang P2P (UDP+TCP, IPv4+IPv6) digabungkan dengan pemajuan pelayan, membolehkan rangkaian jarak jauh dan penembusan intranet.
pt-br: A característica mais distintiva é a implementação de furo P2P (UDP+TCP, IPv4+IPv6) combinado com encaminhamento por servidor, permitindo redes remotas e penetração de intranet.
ru: Отличительной особенностью является реализация P2P-пробоя (UDP+TCP, IPv4+IPv6) в сочетании с серверной пересылкой, обеспечивающая удаленное объединение сетей и проникновение в интранет.
ko: 매우 독특한 특징은 P2P 홀 펀칭(UDP+TCP, IPv4+IPv6)과 서버 포워딩을 결합하여 원격 네트워킹 및 내부망 침투를 구현하는 것입니다.
tr: Oldukça ayırt edici özellik, sunucu yönlendirmesiyle birleştirilmiş P2P delik açma (UDP+TCP, IPv4+IPv6) ile uzak ağ oluşturma ve intranet geçişinin uygulanmasıdır.
architectures:
- amd64
- arm/v7
- arm64
Binary file added apps/linker/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.