Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
coder
/
boundary
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
5
Pull requests
1
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
a5b051d
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 15, 2025
Port complete boundary implementation (#38)
f0ssel
authored
a5b051d
Copy full SHA for a5b051d
Commits on Sep 12, 2025
Merge pull request #35 from coder/bcpeinhardt/adjust-cli-for-coder-consumption
Show description for 1e687be
bcpeinhardt
authored
1e687be
Copy full SHA for 1e687be
tests no longer need sudo + separate out base command and top level command for jail
bcpeinhardt
committed
3bbba0b
Copy full SHA for 3bbba0b
Commits on Sep 11, 2025
Merge pull request #26 from coder/bcpeinhardt/use-same-go-version-as-coder
Show description for 70677f2
bcpeinhardt
authored
70677f2
Copy full SHA for 70677f2
nuke failing cli test setup
bcpeinhardt
committed
1812b6c
Copy full SHA for 1812b6c
Remove jail binary from git tracking and add to .gitignore (#25)
Show description for f44b951
blink-so[bot]
and
f0ssel
authored
f44b951
Copy full SHA for f44b951
Implement getUserInfo function to read environment variables (#24)
Show description for 84bf277
f0ssel
and
blink-so[bot]
authored
84bf277
Copy full SHA for 84bf277
Improve code organization and naming consistency (#22)
Show description for 6571ed1
blink-so[bot]
and
f0ssel
authored
6571ed1
Copy full SHA for 6571ed1
interfaces (#20)
f0ssel
authored
c5045da
Copy full SHA for c5045da
Refactor architecture and enable audit functionality (#19)
Show description for 8bec098
blink-so[bot]
and
f0ssel
authored
8bec098
Copy full SHA for 8bec098
Commits on Sep 10, 2025
rename
f0ssel
committed
c261491
Copy full SHA for c261491
Merge pull request #16 from coder/bcpeinhardt/mockpty-test-setup
Show description for cb481ce
bcpeinhardt
authored
cb481ce
Copy full SHA for cb481ce
use proxy interface (#18)
f0ssel
authored
cdde70d
Copy full SHA for cdde70d
merge conflict resolution
bcpeinhardt
committed
cc51a42
Copy full SHA for cc51a42
remove tls flag (#17)
f0ssel
authored
eaf3370
Copy full SHA for eaf3370
feat: implement comprehensive TCP jailing with host-side PREROUTING (#10)
Show description for 31d9c39
blink-so[bot]
and
f0ssel
authored
31d9c39
Copy full SHA for 31d9c39
try and narrow down ci failure to config dir fetching
bcpeinhardt
committed
ce6bc97
Copy full SHA for ce6bc97
improve config dir creation error
bcpeinhardt
committed
a06a5c4
Copy full SHA for a06a5c4
instead of failing skip tests that need root when you don't have it
bcpeinhardt
committed
3ab9c01
Copy full SHA for 3ab9c01
remove expected match call
bcpeinhardt
committed
f599fcf
Copy full SHA for f599fcf
helpers
bcpeinhardt
committed
0519aef
Copy full SHA for 0519aef
Refactor jail architecture with integrated services (#15)
Show description for 0bd5438
f0ssel
and
blink-so[bot]
authored
0bd5438
Copy full SHA for 0bd5438
document need for sudo
bcpeinhardt
committed
f6fd236
Copy full SHA for f6fd236
init setup
bcpeinhardt
committed
2df7606
Copy full SHA for 2df7606
Merge pull request #14 from coder/bcpeinhardt/make-ip-commands-easier-to-read
Show description for 5678372
bcpeinhardt
authored
5678372
Copy full SHA for 5678372
small refactor
bcpeinhardt
committed
6e4578f
Copy full SHA for 6e4578f
refactor: move main.go to cmd/jail for standard Go project layout (#13)
f0ssel
authored
e8622fd
Copy full SHA for e8622fd
docs: update README to reflect new build tools and release automation (#12)
Show description for 950039a
blink-so[bot]
and
f0ssel
authored
950039a
Copy full SHA for 950039a
feat: add automated cross-platform binary builds and releases (#11)
Show description for 9ab4f79
blink-so[bot]
and
f0ssel
authored
9ab4f79
Copy full SHA for 9ab4f79
Commits on Sep 9, 2025
ci: fix duplicate CI runs by limiting push triggers to main branch (#9)
blink-so[bot]
authored
602dd2f
Copy full SHA for 602dd2f
Merge pull request #8 from coder/blink/styling-fixes
f0ssel
authored
0e19ac5
Copy full SHA for 0e19ac5
style: refactor inline error handling to standard Go pattern
Show description for ef727d1
blink-so[bot]
and
f0ssel
committed
ef727d1
Copy full SHA for ef727d1
Merge pull request #7 from coder/blink/httpjail-go-implementation
f0ssel
authored
e4bff6a
Copy full SHA for e4bff6a
better error handling
f0ssel
committed
6d48efc
Copy full SHA for 6d48efc
feat: implement HTTP/HTTPS jail with Go proxy and sudo support
Show description for db3652e
blink-so[bot]
and
f0ssel
committed
db3652e
Copy full SHA for db3652e
Pagination
Previous
Next
You can’t perform that action at this time.