├── README.md ├── internal-layered-architecture ├── README.md ├── explicit-proxy │ ├── SSLOLIBEXP │ ├── sslo-layering-exp-rule │ └── use-case-encrypted-traffic-through-http-service │ │ └── README.md ├── images │ ├── sslo-encrypted-traffic-to-proxy.png │ ├── sslo-internal-layered-architecture-ep-back.png │ ├── sslo-internal-layered-architecture-ep-front.png │ ├── sslo-internal-layered-architecture.png │ └── sslo-tp-to-ep-layered.png └── transparent-proxy │ ├── PIFSSLOLIB │ ├── SSLOLIB │ ├── pif-explicit-proxy-rule │ ├── pif-sslo-layering-rule │ ├── sslo-layering-rule │ ├── use-case-encrypted-traffic-through-http-service │ └── README.md │ └── use-case-transparent-to-explicit-egress │ ├── README.md │ ├── client-rule.tcl │ └── server-rule.tcl ├── misc-tools └── url-to-dg-convert.sh ├── saas-tenant-isolation ├── Readme.md └── tenant-isolation-rule ├── sni-switching ├── README.md ├── archive │ ├── in-t-rule-datagroup.tcl │ ├── in-t-rule-static.tcl │ └── library-rule.tcl ├── in-t-rule-datagroup.tcl ├── in-t-rule-static.tcl └── library-rule.tcl ├── sslo-dns-over-https-detection ├── README.md ├── sslo-doh-blocking.tcl └── sslo-doh-logging.tcl ├── sslo-dns-sinkhole ├── README.md ├── create-sinkhole-internal-config.sh └── sslo-doh-logging.tcl ├── sslo-generative-ai-categories ├── Readme.md ├── ai-category-chat ├── ai-tools-urls └── sslo-create-ai-category.sh ├── sslo-nuke-delete ├── README.md └── sslo-nuke-delete.sh └── sslofix ├── README.md └── sslofix /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/README.md -------------------------------------------------------------------------------- /internal-layered-architecture/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/README.md -------------------------------------------------------------------------------- /internal-layered-architecture/explicit-proxy/SSLOLIBEXP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/explicit-proxy/SSLOLIBEXP -------------------------------------------------------------------------------- /internal-layered-architecture/explicit-proxy/sslo-layering-exp-rule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/explicit-proxy/sslo-layering-exp-rule -------------------------------------------------------------------------------- /internal-layered-architecture/explicit-proxy/use-case-encrypted-traffic-through-http-service/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/explicit-proxy/use-case-encrypted-traffic-through-http-service/README.md -------------------------------------------------------------------------------- /internal-layered-architecture/images/sslo-encrypted-traffic-to-proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/images/sslo-encrypted-traffic-to-proxy.png -------------------------------------------------------------------------------- /internal-layered-architecture/images/sslo-internal-layered-architecture-ep-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/images/sslo-internal-layered-architecture-ep-back.png -------------------------------------------------------------------------------- /internal-layered-architecture/images/sslo-internal-layered-architecture-ep-front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/images/sslo-internal-layered-architecture-ep-front.png -------------------------------------------------------------------------------- /internal-layered-architecture/images/sslo-internal-layered-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/images/sslo-internal-layered-architecture.png -------------------------------------------------------------------------------- /internal-layered-architecture/images/sslo-tp-to-ep-layered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/images/sslo-tp-to-ep-layered.png -------------------------------------------------------------------------------- /internal-layered-architecture/transparent-proxy/PIFSSLOLIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/transparent-proxy/PIFSSLOLIB -------------------------------------------------------------------------------- /internal-layered-architecture/transparent-proxy/SSLOLIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/transparent-proxy/SSLOLIB -------------------------------------------------------------------------------- /internal-layered-architecture/transparent-proxy/pif-explicit-proxy-rule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/transparent-proxy/pif-explicit-proxy-rule -------------------------------------------------------------------------------- /internal-layered-architecture/transparent-proxy/pif-sslo-layering-rule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/transparent-proxy/pif-sslo-layering-rule -------------------------------------------------------------------------------- /internal-layered-architecture/transparent-proxy/sslo-layering-rule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/transparent-proxy/sslo-layering-rule -------------------------------------------------------------------------------- /internal-layered-architecture/transparent-proxy/use-case-encrypted-traffic-through-http-service/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/transparent-proxy/use-case-encrypted-traffic-through-http-service/README.md -------------------------------------------------------------------------------- /internal-layered-architecture/transparent-proxy/use-case-transparent-to-explicit-egress/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/transparent-proxy/use-case-transparent-to-explicit-egress/README.md -------------------------------------------------------------------------------- /internal-layered-architecture/transparent-proxy/use-case-transparent-to-explicit-egress/client-rule.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/transparent-proxy/use-case-transparent-to-explicit-egress/client-rule.tcl -------------------------------------------------------------------------------- /internal-layered-architecture/transparent-proxy/use-case-transparent-to-explicit-egress/server-rule.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/internal-layered-architecture/transparent-proxy/use-case-transparent-to-explicit-egress/server-rule.tcl -------------------------------------------------------------------------------- /misc-tools/url-to-dg-convert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/misc-tools/url-to-dg-convert.sh -------------------------------------------------------------------------------- /saas-tenant-isolation/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/saas-tenant-isolation/Readme.md -------------------------------------------------------------------------------- /saas-tenant-isolation/tenant-isolation-rule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/saas-tenant-isolation/tenant-isolation-rule -------------------------------------------------------------------------------- /sni-switching/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sni-switching/README.md -------------------------------------------------------------------------------- /sni-switching/archive/in-t-rule-datagroup.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sni-switching/archive/in-t-rule-datagroup.tcl -------------------------------------------------------------------------------- /sni-switching/archive/in-t-rule-static.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sni-switching/archive/in-t-rule-static.tcl -------------------------------------------------------------------------------- /sni-switching/archive/library-rule.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sni-switching/archive/library-rule.tcl -------------------------------------------------------------------------------- /sni-switching/in-t-rule-datagroup.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sni-switching/in-t-rule-datagroup.tcl -------------------------------------------------------------------------------- /sni-switching/in-t-rule-static.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sni-switching/in-t-rule-static.tcl -------------------------------------------------------------------------------- /sni-switching/library-rule.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sni-switching/library-rule.tcl -------------------------------------------------------------------------------- /sslo-dns-over-https-detection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sslo-dns-over-https-detection/README.md -------------------------------------------------------------------------------- /sslo-dns-over-https-detection/sslo-doh-blocking.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sslo-dns-over-https-detection/sslo-doh-blocking.tcl -------------------------------------------------------------------------------- /sslo-dns-over-https-detection/sslo-doh-logging.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sslo-dns-over-https-detection/sslo-doh-logging.tcl -------------------------------------------------------------------------------- /sslo-dns-sinkhole/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sslo-dns-sinkhole/README.md -------------------------------------------------------------------------------- /sslo-dns-sinkhole/create-sinkhole-internal-config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sslo-dns-sinkhole/create-sinkhole-internal-config.sh -------------------------------------------------------------------------------- /sslo-dns-sinkhole/sslo-doh-logging.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sslo-dns-sinkhole/sslo-doh-logging.tcl -------------------------------------------------------------------------------- /sslo-generative-ai-categories/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sslo-generative-ai-categories/Readme.md -------------------------------------------------------------------------------- /sslo-generative-ai-categories/ai-category-chat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sslo-generative-ai-categories/ai-category-chat -------------------------------------------------------------------------------- /sslo-generative-ai-categories/ai-tools-urls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sslo-generative-ai-categories/ai-tools-urls -------------------------------------------------------------------------------- /sslo-generative-ai-categories/sslo-create-ai-category.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sslo-generative-ai-categories/sslo-create-ai-category.sh -------------------------------------------------------------------------------- /sslo-nuke-delete/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sslo-nuke-delete/README.md -------------------------------------------------------------------------------- /sslo-nuke-delete/sslo-nuke-delete.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sslo-nuke-delete/sslo-nuke-delete.sh -------------------------------------------------------------------------------- /sslofix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sslofix/README.md -------------------------------------------------------------------------------- /sslofix/sslofix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/sslo-script-tools/HEAD/sslofix/sslofix --------------------------------------------------------------------------------