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 }}
jkcoxson
/
LocalDevVPN
Public
forked from
SideStore/StosVPN
Notifications
You must be signed in to change notification settings
Fork
35
Star
130
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
rework: fix incorrect tunnel configuration causing confusion + switch to explicit CIDR format + remove swapping logic restricted to fakeIP
- #23
#23
Merged
se2crid
merged 8 commits into
jkcoxson:main
jkcoxson/LocalDevVPN:main
from
mahee96:main
mahee96/LocalDevVPN:main
Copy head branch name to clipboard
Aug 17, 2026
Conversation
Commits
8
(8)
Checks
Files changed
Merged
rework: fix incorrect tunnel configuration causing confusion + switch to explicit CIDR format + remove swapping logic restricted to fakeIP
#23
se2crid
merged 8 commits into
jkcoxson:main
jkcoxson/LocalDevVPN:main
from
mahee96:main
mahee96/LocalDevVPN:main
Copy head branch name to clipboard
Commits
Commits on Aug 16, 2026
multiple fixes for UI and removed hardcoded constants inline - also made tun iface ip /32
mahee96
committed
ece4952
View commit details
Copy full SHA for ece4952
Browse repository at this point
rework: fix incorrect tunnel configuration causing confusion + switch to explicit CIDR format coz subnet mask allows invalids like 255.255.255.251 which are preventable using CIDR prefixes /32, /24…
Show description for cfc1037
mahee96
committed
cfc1037
View commit details
Copy full SHA for cfc1037
Browse repository at this point
Commits on Aug 17, 2026
cleanup: moved all configurable items from pbproj into build.xcconfig and info.plist properly so one can reconfigure without touching pbxproj again for codesigning or info.plist updates.
mahee96
committed
a2432a0
View commit details
Copy full SHA for a2432a0
Browse repository at this point
keep the xcode's suggestion on "askForAppToLaunch = YES" coz it is pestering and doesn't cause any harm anyways
mahee96
committed
fb8fe81
View commit details
Copy full SHA for fb8fe81
Browse repository at this point
defaults: updated iface = 10.7.1.1/32 and kept peerIP = 10.7.0.1/32 (point2point) preserving backward compatibility.
mahee96
committed
90c7693
View commit details
Copy full SHA for 90c7693
Browse repository at this point
fix: let automatic signing select development identity
se2crid
committed
3ebfc22
View commit details
Copy full SHA for 3ebfc22
Browse repository at this point
fix: persist tunnel addresses for system starts
se2crid
committed
de6555f
View commit details
Copy full SHA for de6555f
Browse repository at this point
feat: use default tunnel addresses for empty fields
se2crid
committed
550c4f7
View commit details
Copy full SHA for 550c4f7
Browse repository at this point
You can’t perform that action at this time.