All Projects → nkeonkeo → neko-relay-land

nkeonkeo / neko-relay-land

Licence: other
Neko Neko Relay 自定义隧道落地端

Projects that are alternatives of or similar to neko-relay-land

tnnlink
Simple HTTP tunnel using SSH remote port forwarding
Stars: ✭ 21 (-25%)
Mutual labels:  tunnel
isomorphic-relay-app
Example isomorphic React-Relay-(Modern / Classic)-Router app and helper lib that connects to Artsy's GraphQL service
Stars: ✭ 13 (-53.57%)
Mutual labels:  relay
pyladies-courseware
Homework/task submit and review web app · based on React and Python aiohttp
Stars: ✭ 14 (-50%)
Mutual labels:  relay
periqles
React form library for Relay and Apollo
Stars: ✭ 124 (+342.86%)
Mutual labels:  relay
udp2raw
A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment)
Stars: ✭ 5,256 (+18671.43%)
Mutual labels:  tunnel
aiotunnel
HTTP tunnel on top of aiohttp and asyncio
Stars: ✭ 29 (+3.57%)
Mutual labels:  tunnel
tlstun
A socks tunnel client and server using websockets over http and tls
Stars: ✭ 36 (+28.57%)
Mutual labels:  tunnel
koa-server
🗄️ GraphQL Back-end Server with Relay, Koa, MongoDB and Mongoose
Stars: ✭ 31 (+10.71%)
Mutual labels:  relay
trouble-training
FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.
Stars: ✭ 271 (+867.86%)
Mutual labels:  relay
osc-simulator
A utility to test Open Sound Control sending and receiving from the browser
Stars: ✭ 23 (-17.86%)
Mutual labels:  relay
itdagene-webapp
Next-gen itdagene webapp
Stars: ✭ 15 (-46.43%)
Mutual labels:  relay
safe-relay-service
Relay Tx Service for Gnosis Safe
Stars: ✭ 48 (+71.43%)
Mutual labels:  relay
babel-plugin-flow-relay-query
Babel plugin which converts Flow types into Relay fragments
Stars: ✭ 38 (+35.71%)
Mutual labels:  relay
social-relay
Public post relay for the Diaspora federated social network protocol
Stars: ✭ 27 (-3.57%)
Mutual labels:  relay
lumen-lighthouse-graphql
Lumen example use of a GraphQL PHP server using Lighthouse package
Stars: ✭ 31 (+10.71%)
Mutual labels:  relay
Pshell
ICMP/IP tunnel manager for Linux.
Stars: ✭ 24 (-14.29%)
Mutual labels:  tunnel
relay-nextjs
⚡️ Relay Hooks integration for Next.js apps
Stars: ✭ 171 (+510.71%)
Mutual labels:  relay
DatagramTunneler
Simple C++ cross-platform client/server app forwarding UDP datagrams through a TCP connection.
Stars: ✭ 116 (+314.29%)
Mutual labels:  tunnel
fast-relay-pagination
Improve relay pagination performance with find and limit
Stars: ✭ 18 (-35.71%)
Mutual labels:  relay
esp8266-1-channel-relay-board-with-mqtt
Sketch to control an esp8266-01 stc 15f104W powered 1-channel relay board
Stars: ✭ 26 (-7.14%)
Mutual labels:  relay

neko-relay-land

Neko Neko Relay 隧道落地后端

安装后端

下载: (其他OS请自行替换下载连接: https://github.com/nkeonkeo/neko-relay-land/releases/latest)

wget https://github.com/nkeonkeo/neko-relay-land/releases/latest/download/neko-relay_linux_amd64 -O /usr/bin/neko-relay
chmod +x /usr/bin/neko-relay

初始化服务: neko-relay -g init

菜单引导: neko-relay -g menu

添加转发

  1. 首先在面板添加转发

    选择支持自定义隧道的节点

    选择 ws_tunnel_client_tcp+udp 类型

  2. 在目标服务器(隧道落地端)新增规则

    neko-relay -g add
    1. 选择类型:

      MIX隧道加密端(TCP+UDP) 对应 面板 mix_tunnel_client_tcp+udp 类型

      WS隧道加密端(TCP+UDP) 对应 面板 ws_tunnel_client_tcp+udp 类型

      WSS隧道加密端(TCP+UDP) 对应 面板 wss_tunnel_client_tcp+udp 类型

    2. 规则ID:

      填写面板添加后提示的规则ID(如果忘记可以在面板上点击规则状态复制规则ID)

    3. 本机端口:

      面板添加规则时你填写的目标端口

    4. 目标地址、目标端口:

      隧道要转发的目标

其他功能

菜单引导: neko-relay -g menu

初始化服务: neko-relay -g init

重启服务: neko-relay -g restart

停止服务: neko-relay -g stop

更新后端: neko-relay -g update

查看规则列表: neko-relay -g list

添加规则: neko-relay -g add

删除规则: neko-relay -g del

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].