Nekogram X public proxy for PC

这是什么

备用代理,以防失联,适用于电脑端。

与 Nekogram X 的公共代理一致。

如何自行搭建 WSS 中继

需要自行转发 https / websocket (以使用 CDN 为例)

  1. 准备一个域名。如 tg.gov.cn

  2. 根据 这里 的记录,设置相应数量的子域名记录(目前为 8 个)

a.tg.gov.cn -> 149.154.175.5 b.tg.gov.cn -> 95.161.76.100 ......

  1. 开启 CDN 加速,打开 tls 以及 websocket 支持

  2. 按照顺序构造 payload 得到 a,b,c,d,e,f,g,h

  3. 将 payload 进行 base64 编码得到 YSxiLGMsZCxlLGYsZyxo

  4. 构造 WS Relay 链接: wss://tg.gov.cn?payload=YSxiLGMsZCxlLGYsZyxo

以上链接纯属虚构,请勿尝试使用。

English translated by Google

What is this

Backup agent, in case of loss of connection, suitable for computer side.

Consistent with Nekogram X's public agency.

How to setup WSS Realy by yourself

Need to forward https / websocket by yourself (using CDN as an example)

  1. Prepare a domain name. Such as tg.gov.cn

  2. According to the records of here, set the corresponding number of subdomain records (currently 8)

Such as a.tg.gov.cn -> 149.154.175.5 b.tg.gov.cn -> 95.161.76.100 ......

  1. Turn on CDN acceleration, turn on tls and websocket support

  2. Construct the payload in order to get a, b, c, d, e, f, g, h

  3. Encode the payload with base64 to get YSxiLGMsZCxlLGYsZyxo

  4. Construct WS Relay link: wss://tg.gov.cn?payload=YSxiLGMsZCxlLGYsZyxo

The above link is purely fictitious, please do not try to use it.

Similar Resources

checkip is a CLI tool and library that checks an IP address using various public services.

checkip is a CLI tool and library that checks an IP address using various public services.

checkip is a CLI tool and library that checks an IP address using various public services.

Dec 20, 2022

go public libary

gopublic canutil can数据解析 can矩阵表,包含所有的信号,及信号在can的格式,大小,起始位置,最大最小值等, can数据包括两种格式: intel motorola loger 日志输入打印输出包,统一格式为 时间|[级别]|[自定义标记]|[线程]|[类.函数]|[

May 12, 2022

Creates a linux group of users synced to your Google Workspace users and automatically imports their public SSH keys.

Creates a linux group of users synced to your Google Workspace users and automatically imports their public SSH keys.

Creates a linux group of users synced to your Google Workspace users and automatically imports their public SSH keys.

Jan 27, 2022

Sonarcon - Uses the SonarQube API to interact and extract sources from public instances

Sonarcon Uses the SonarQube API to interact and extract sources from public inst

Feb 17, 2022

An easy-to-use net tool for exposing local service to public.

An easy-to-use net tool for exposing local service to public.

gexpose An easy-to-use net tool for exposing local service to public. 一款简单易用的内网穿透工具 Architecture Usage Usage of ./gexpose: -server server mo

Nov 7, 2022

llb - It's a very simple but quick backend for proxy servers. Can be useful for fast redirection to predefined domain with zero memory allocation and fast response.

llb What the f--k it is? It's a very simple but quick backend for proxy servers. You can setup redirect to your main domain or just show HTTP/1.1 404

Sep 27, 2022

TCP proxy, highjacks HTTP to allow CORS

portproxy A shitty TCP proxy that relays all requests to a local port to a remote server. portproxy -port 8080 -raddr google.com:80 Will proxy all TC

Jan 1, 2023

Reverse cwmp proxy

Reverse cwmp proxy

cwmp-proxy Integration of the proxy will provide you the ability to place CPEs and ACS servers in different networks. What about if the devices are pl

Nov 15, 2022

A secure image proxy server

go-camo Contents About How it works Differences from Camo Installing pre-built binaries Building Running Running on Heroku Securing an installation Co

Jan 7, 2023
Related tags
An experimental Tor-Proxy serivce written in Go using Go-proxy and Go-libtor.

tor-proxy An experimental standalone tor-proxy service built with Go, using go-proxy, go-libtor and bine. This is a simple replacement to Tor's origin

Nov 9, 2022
mt-multiserver-proxy is a reverse proxy designed for linking multiple Minetest servers together

mt-multiserver-proxy mt-multiserver-proxy is a reverse proxy designed for linking multiple Minetest servers together. It is the successor to multiserv

Nov 17, 2022
A simple tool to convert socket5 proxy protocol to http proxy protocol

Socket5 to HTTP 这是一个超简单的 Socket5 代理转换成 HTTP 代理的小工具。 如何安装? Golang 用户 # Required Go 1.17+ go install github.com/mritd/s2h@master Docker 用户 docker pull m

Jan 2, 2023
IP2Proxy Go package allows users to query an IP address to determine if it was being used as open proxy, web proxy, VPN anonymizer and TOR exits.

IP2Proxy Go Package This package allows user to query an IP address if it was being used as VPN anonymizer, open proxies, web proxies, Tor exits, data

Sep 15, 2022
Tcp-proxy - A dead simple reverse proxy server.

tcp-proxy A proxy that forwords from a host to another. Building go build -ldflags="-X 'main.Version=$(git describe --tags $(git rev-list --tags --max

Jan 2, 2022
Proxy - Minimalistic TCP relay proxy.

Proxy Minimalistic TCP relay proxy. Installation ensure you have go >= 1.17 installed clone the repo cd proxy go install main.go Examples Listen on po

May 22, 2022
Http-logging-proxy - A HTTP Logging Proxy For Golang

http-logging-proxy HTTP Logging Proxy Description This project builds a simple r

Aug 1, 2022
Battlesnake-logging-proxy - A little proxy between the internet and your battlesnake

battlesnake-logging-proxy a little proxy between the internet and your battlesna

Feb 11, 2022
Go pkg for returning your public facing IP address.

#publicip This package returns the public facing IP address of the calling client (a la https://icanhazip.com, but from Go!) Author James Polera james

Nov 21, 2022