esrrhs/pingtunnel

Pingtunnel is a tool that send TCP/UDP traffic over ICMP

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 17 minutes ago
Added to GitGenius on September 18th, 2026
Created on December 16th, 2018
Open Issues & Pull Requests: 3 (+0)
GitHub issues: Disabled - open counts may still include pull requests.
Number of forks: 599
Total Stargazers: 3,715 (+0)
Total Subscribers: 74 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

GitHub issues are disabled for this repository, so issue analytics and the issue explorer are not available.

Detailed Description

Pingtunnel is a tunneling tool that encapsulates TCP and UDP traffic within ICMP packets to route data over ping requests and responses.

The tool solves the problem of transmitting standard network traffic through restrictive network environments that may block or rate-limit conventional protocols. It works by wrapping TCP and UDP payloads into ICMP echo packets, allowing the traffic to traverse networks that permit only ping traffic. This approach enables communication in scenarios where firewalls or network policies block direct TCP and UDP connections while leaving ICMP unrestricted.

Pingtunnel suits developers and network administrators working in constrained network environments, such as certain corporate networks or public WiFi systems with strict filtering. The tool supports multiple deployment modes including SOCKS5 proxy operation for system-wide traffic routing, direct TCP port forwarding for services like SSH, and UDP forwarding for DNS queries. It offers end-to-end encryption using AES and ChaCha20 algorithms for securing tunneled traffic. The project provides both server and client implementations written in Go, with Docker support for containerized deployment. A community-developed Android client is also available for mobile use cases.

The project maintains active development with automated testing through continuous integration workflows. Code contributions are regularly integrated, and the tool receives updates addressing functionality and compatibility across different platforms and deployment scenarios.