tunnelkit/.jazzy.yaml

62 lines
1.4 KiB
YAML
Raw Normal View History

2018-08-23 08:19:25 +00:00
clean:
module: "TunnelKit"
author: "Davide De Rosa"
2019-05-19 10:11:26 +00:00
author_url: "https://github.com/passepartoutvpn/tunnelkit"
2018-08-23 08:19:25 +00:00
theme: fullwidth
custom_categories:
- name: Core
children:
2018-09-09 12:55:14 +00:00
- BidirectionalState
- ConfigurationError
2021-01-22 09:18:31 +00:00
- DNSProtocol
2019-05-23 19:54:34 +00:00
- DNSResolver
2020-06-13 15:15:27 +00:00
- DNSRecord
2019-05-19 10:11:26 +00:00
- EndpointProtocol
- IOInterface
- IPv4Settings
- IPv6Settings
2019-05-19 10:11:26 +00:00
- LinkInterface
- Proxy
- Session
2018-11-10 10:24:23 +00:00
- SocketType
- TunnelInterface
2020-06-13 15:15:27 +00:00
- IPHeader
2019-05-23 19:54:34 +00:00
- name: AppExtension
children:
- GenericSocket
- GenericSocketDelegate
- InterfaceObserver
- Keychain
- KeychainError
- LinkProducer
- MemoryDestination
- NETCPSocket
- NETunnelInterface
- NEUDPSocket
- name: Manager
children:
- VPN
- VPNConfiguration
2021-08-26 17:58:39 +00:00
- VPNProvider
- VPNProviderIPC
- VPNStatus
2021-08-26 17:58:39 +00:00
- NetworkExtensionLocator
- NetworkExtensionNativeLocator
- NetworkExtensionTunnelLocator
- NetworkExtensionVPNConfiguration
- NetworkExtensionVPNProvider
- MockVPNProvider
- name: Protocols/Native
children:
- NativeProvider
2019-05-23 19:54:34 +00:00
- name: Protocols/OpenVPN
2019-05-19 10:11:26 +00:00
children:
- OpenVPN
- OpenVPNError
- OpenVPNProvider
- OpenVPNSession
- OpenVPNSessionDelegate
- OpenVPNTunnelProvider