II.
LibraryProcess overview
Reference · livelib-process:network-programming--transparent-proxy
specializations/network-programming/transparent-proxy overview
Transparent Proxy - Build a transparent/interception proxy using iptables/pf/WFP with SSL interception, traffic analysis, and policy enforcement.
Attributes
displayName
specializations/network-programming/transparent-proxy
description
Transparent Proxy - Build a transparent/interception proxy using iptables/pf/WFP with
SSL interception, traffic analysis, and policy enforcement.
libraryPath
library/specializations/network-programming/transparent-proxy.js
specialization
network-programming
references
- - Linux TPROXY: https://www.kernel.org/doc/Documentation/networking/tproxy.txt
- - iptables NAT: https://netfilter.org/documentation/HOWTO/NAT-HOWTO.html
example
const result = await orchestrate('specializations/network-programming/transparent-proxy', {
projectName: 'Network Interception Proxy',
language: 'C',
platform: 'linux',
features: { sslIntercept: true, tproxy: true, policyEngine: true }
});
usesAgents
- proxy-server
- network-simulation
- network-testing
Outgoing edges
lib_applies_to_domain1
- domain:networking·DomainNetworking
lib_belongs_to_specialization1
- specialization:network-programming·Specialization
lib_covers_topic1
- topic:circuit-breakers·TopicCircuit Breakers
lib_implements_workflow1
- workflow:protocol-implementation-review·WorkflowProtocol Implementation Review
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:sre·Role
lib_requires_skill_area2
- skill-area:protocol-design·SkillAreaNetwork Protocol Design
- skill-area:socket-programming·SkillAreaSocket Programming
Incoming edges
None.