Hi, Some of my customer Apple TV device always show connected,disconneted notification message. but the VPN status show connected witch find with network preference. Is there a way to manually disable notification message?
Post
Replies
Boosts
Views
Activity
Thread 4: "*** NSExtensionPrincipalClass PacketTunnel.PacketTunnelProvider must implement at least one public protocol"
warning: Module "/Users/username/Library/Developer/Xcode/tvOS DeviceSupport/AppleTV11,1 17.0 (21J354)/Symbols/usr/lib/system/libsystem_kernel.dylib" uses triple "arm64e-apple-tvos17.0.0", which is not compatible with the target triple "arm64-apple-tvos-unknown". Enabling per-module Swift scratch context.
I can't run VPN. Same code IOS,MacOS are ok.
I wan't to use local UDP server.
when i use apple tv simulation device has no problem,but occur err ' listen udp :53: bind: address already in use. ' with real device.
Is there a way to close or change the other local DNS service?
IPv4 route : ["128.0.0.0/1","0.0.0.0/1"] is equal "0.0.0.0/0".
if i set
ipv4Settings.includedRoutes = [NEIPv4Route.default()]
every site is ok,but when i set
ipv4Settings.includedRoutes = [NEIPv4Route(destinationAddress: "128.0.0.0", subnetMask: "128.0.0.0"),NEIPv4Route(destinationAddress: "0.0.0.0", subnetMask: "128.0.0.0")]
some website not work with tunnel,like google,youtube