Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
p1neappleXpress
/
OpenFlux
Public
Notifications
You must be signed in to change notification settings
Fork
119
Star
1.6k
Code
Issues
32
Pull requests
11
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
IOS fetch: change icon
- #37
#37
Open
saharev1
wants to merge 30 commits into
p1neappleXpress:main
p1neappleXpress/OpenFlux:main
from
saharev1:ios-testflight
saharev1/OpenFlux:ios-testflight
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Open
IOS fetch: change icon
#37
saharev1
wants to merge 30 commits into
p1neappleXpress:main
p1neappleXpress/OpenFlux:main
from
saharev1:ios-testflight
saharev1/OpenFlux:ios-testflight
Copy head branch name to clipboard
Commits
Commits on Sep 11, 2026
Add iOS app + TestFlight distribution pipeline
Show description for d29af5f
saharev1
and
claude
committed
d29af5f
View commit details
Copy full SHA for d29af5f
Browse repository at this point
docs: update project structure for iOS build
Show description for 96e9ded
saharev1
and
claude
committed
96e9ded
View commit details
Copy full SHA for 96e9ded
Browse repository at this point
iOS app: add MAX transport, configurable port, crash hardening
Show description for de589fd
saharev1
and
claude
committed
de589fd
View commit details
Copy full SHA for de589fd
Browse repository at this point
Fix crash: guard SOCKS5 handler and transport goroutines
Show description for 135f410
saharev1
and
claude
committed
135f410
View commit details
Copy full SHA for 135f410
Browse repository at this point
yandex: safe config parsing instead of nil interface panics
Show description for 8efb908
saharev1
and
claude
committed
8efb908
View commit details
Copy full SHA for 8efb908
Browse repository at this point
yandex: diagnostics + redirect cap in fetchDocInfo
Show description for 0b119b0
saharev1
and
claude
committed
0b119b0
View commit details
Copy full SHA for 0b119b0
Browse repository at this point
yandex: bound the WebSocket dial and log its outcome
Show description for f0eae62
saharev1
and
claude
committed
f0eae62
View commit details
Copy full SHA for f0eae62
Browse repository at this point
tunnel: add tun2socks PacketTunnel (foundation for iOS Network Extension)
Show description for 9165fbf
saharev1
and
claude
committed
9165fbf
View commit details
Copy full SHA for 9165fbf
Browse repository at this point
ios: resolve names over DNS-over-TLS to defeat local DNS poisoning
Show description for f1d69ef
saharev1
and
claude
committed
f1d69ef
View commit details
Copy full SHA for f1d69ef
Browse repository at this point
yandex: exponential reconnect backoff instead of instant retry
Show description for 24829d5
saharev1
and
claude
committed
24829d5
View commit details
Copy full SHA for 24829d5
Browse repository at this point
ios: add NEPacketTunnelProvider (system-wide VPN)
Show description for 1dfb394
saharev1
and
claude
committed
1dfb394
View commit details
Copy full SHA for 1dfb394
Browse repository at this point
ios: keep NSExtension keys in the generated extension Info.plist
Show description for 2ab39fc
saharev1
and
claude
committed
2ab39fc
View commit details
Copy full SHA for 2ab39fc
Browse repository at this point
ne: bypass backend/DNS routes and cap extension memory
Show description for d86bc9b
saharev1
and
claude
committed
d86bc9b
View commit details
Copy full SHA for d86bc9b
Browse repository at this point
ne: shrink gvisor TCP buffers to fit the extension memory cap
Show description for 2d7b835
saharev1
and
claude
committed
2d7b835
View commit details
Copy full SHA for 2d7b835
Browse repository at this point
ne: switch VPN to pure L3 forwarding (no gvisor in the extension)
Show description for a3821c5
saharev1
and
claude
committed
a3821c5
View commit details
Copy full SHA for a3821c5
Browse repository at this point
exit-node: scope the RST-drop via --local-ip instead of host-wide
Show description for 28dc3cc
saharev1
and
claude
committed
28dc3cc
View commit details
Copy full SHA for 28dc3cc
Browse repository at this point
logging: debug off by default; runtime toggle (perf)
Show description for ecd1446
saharev1
and
claude
committed
ecd1446
View commit details
Copy full SHA for ecd1446
Browse repository at this point
exit-node: aggressive GC to survive on small VPS
Show description for 5f51bff
saharev1
and
claude
committed
5f51bff
View commit details
Copy full SHA for 5f51bff
Browse repository at this point
fix: alias runtime/debug (shadowed by --debug flag var)
Show description for beb41e0
saharev1
and
claude
committed
beb41e0
View commit details
Copy full SHA for beb41e0
Browse repository at this point
ne: harden L3 packet path against crashes under load
Show description for dae0ef5
saharev1
and
claude
committed
dae0ef5
View commit details
Copy full SHA for dae0ef5
Browse repository at this point
ne: ICMP port-unreachable for dropped UDP (fast QUIC->TCP fallback)
Show description for ecab79d
saharev1
and
claude
committed
ecab79d
View commit details
Copy full SHA for ecab79d
Browse repository at this point
ios: add info button with donation addresses
Show description for 8be7cda
saharev1
and
claude
committed
8be7cda
View commit details
Copy full SHA for 8be7cda
Browse repository at this point
change icon
saharev1
committed
d2210ba
View commit details
Copy full SHA for d2210ba
Browse repository at this point
Commits on Sep 12, 2026
Feat: fix of RST
Show description for 9bc36b4
saharev1
committed
9bc36b4
View commit details
Copy full SHA for 9bc36b4
Browse repository at this point
ios: auto-reconnect (on-demand) + configurable DoT resolver
Show description for 3f077e2
saharev1
committed
3f077e2
View commit details
Copy full SHA for 3f077e2
Browse repository at this point
transport: add VOLGA (vyandex) as a secondary transport
Show description for 3943c5e
saharev1
committed
3943c5e
View commit details
Copy full SHA for 3943c5e
Browse repository at this point
Commits on Sep 14, 2026
Батчинг+zstd в транспорте; мультиплекс, UDP/L3, надёжность iOS
Show description for 9e1a13a
saharev1
committed
9e1a13a
View commit details
Copy full SHA for 9e1a13a
Browse repository at this point
Допушил
saharev1
committed
a1b2925
View commit details
Copy full SHA for a1b2925
Browse repository at this point
инструкция для вставки конфигурации
saharev1
committed
ceed076
View commit details
Copy full SHA for ceed076
Browse repository at this point
Авто-согласующий кодек: обновление не ломает старые ноды
Show description for b8f2f07
saharev1
committed
b8f2f07
View commit details
Copy full SHA for b8f2f07
Browse repository at this point
You can’t perform that action at this time.