You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrea Gottardo
e5f67f90a2
xcode: allow ICMP ping relay on macOS + iOS platforms ( #12048 )
...
Fixes tailscale/tailscale#10393
Fixes tailscale/corp#15412
Fixes tailscale/corp#19808
On Apple platforms, exit nodes and subnet routers have been unable to relay pings from Tailscale devices to non-Tailscale devices due to sandbox restrictions imposed on our network extensions by Apple. The sandbox prevented the code in netstack.go from spawning the `ping` process which we were using.
Replace that exec call with logic to send an ICMP echo request directly, which appears to work in userspace, and not trigger a sandbox violation in the syslog.
Signed-off-by: Andrea Gottardo <andrea@gottardo.me>
2 years ago
..
bench
ipn/ipnlocal, all: plumb health trackers in tests
2 years ago
capture
various: add golangci-lint, fix issues ( #7905 )
3 years ago
filter
all: use Go 1.22 range-over-int
2 years ago
magicsock
ipnlocal, magicsock: add more description to storing last suggested exit ( #11998 )
2 years ago
netlog
wgengine: add exit destination logging enable for wgengine logger ( #11952 )
2 years ago
netstack
xcode: allow ICMP ping relay on macOS + iOS platforms ( #12048 )
2 years ago
router
wgengine/router: print Docker warning when stateful filtering is enabled
2 years ago
wgcfg
tailcfg,all: add/plumb Node.IsJailed
2 years ago
wgint
wgengine{,/wgint}: add wgint.Peer wrapper type, add to wgengine.Engine
2 years ago
wglog
all: use Go 1.22 range-over-int
2 years ago
winnet
all: update copyright and license headers
3 years ago
mem_ios.go
all: update copyright and license headers
3 years ago
pendopen.go
wgengine: make pendOpen time later, after dup check
2 years ago
userspace.go
ipn/ipnlocal, all: plumb health trackers in tests
2 years ago
userspace_ext_test.go
ipn/ipnlocal, all: plumb health trackers in tests
2 years ago
userspace_test.go
ipn/ipnlocal, all: plumb health trackers in tests
2 years ago
watchdog.go
ipn/ipnlocal,net/tstun,wgengine: create and plumb jailed packet filter
2 years ago
watchdog_js.go
all: update copyright and license headers
3 years ago
watchdog_test.go
ipn/ipnlocal, all: plumb health trackers in tests
2 years ago
wgengine.go
ipn/ipnlocal,net/tstun,wgengine: create and plumb jailed packet filter
2 years ago