bugfix:修改badssl编译证书过程中,因host name过长的导致的编译失败的问题

This commit is contained in:
fumingwei
2021-09-07 15:45:59 +08:00
parent 5a1d861758
commit 7bd3bf32b5
3 changed files with 127 additions and 127 deletions

View File

@@ -99,41 +99,41 @@ ssl_firewall_deny_drop_re = "ssl firewall action deny subaction drop success"
ssl_firewall_deny_rst_re = "ssl firewall action deny subaction rst success"
URLBypass = 'https://sha384.badssl.self-test.gdnt-cloud.website'
URLIntercept = 'https://sha256.badssl.self-test.gdnt-cloud.website'
URLSslExpired = 'https://expired.badssl.self-test.gdnt-cloud.website'
URLSslSelfsigned = 'https://self-signed.badssl.self-test.gdnt-cloud.website'
URLSslSuntrustedroot = 'https://untrusted-root.badssl.self-test.gdnt-cloud.website'
URLBypass = 'https://sha384.badssl.selftest.gdnt-cloud.website'
URLIntercept = 'https://sha256.badssl.selftest.gdnt-cloud.website'
URLSslExpired = 'https://expired.badssl.selftest.gdnt-cloud.website'
URLSslSelfsigned = 'https://self-signed.badssl.selftest.gdnt-cloud.website'
URLSslSuntrustedroot = 'https://untrusted-root.badssl.selftest.gdnt-cloud.website'
URLSslRedirect = 'https://web-replay.badssl.self-test.gdnt-cloud.website/resources/proxyRedirect.js'
URLSslReplace = 'https://web-replay.badssl.self-test.gdnt-cloud.website/resources/proxyReplace.js'
URLSslInsert = 'https://web-replay.badssl.self-test.gdnt-cloud.website/resources/proxyInsert'
URLSslHijack = 'https://web-replay.badssl.self-test.gdnt-cloud.website/resources/proxyHijack.js'
URLSslBlock = 'https://web-replay.badssl.self-test.gdnt-cloud.website/resources/proxyBlock.js'
URLSslRedirect = 'https://web-replay.badssl.selftest.gdnt-cloud.website/resources/proxyRedirect.js'
URLSslReplace = 'https://web-replay.badssl.selftest.gdnt-cloud.website/resources/proxyReplace.js'
URLSslInsert = 'https://web-replay.badssl.selftest.gdnt-cloud.website/resources/proxyInsert'
URLSslHijack = 'https://web-replay.badssl.selftest.gdnt-cloud.website/resources/proxyHijack.js'
URLSslBlock = 'https://web-replay.badssl.selftest.gdnt-cloud.website/resources/proxyBlock.js'
URLHttpRedirect = 'http://web-replay.badssl.self-test.gdnt-cloud.website/resources/proxyRedirect.js'
URLHttpReplace = 'http://web-replay.badssl.self-test.gdnt-cloud.website/resources/proxyReplace.js'
URLHttpInsert = 'http://web-replay.badssl.self-test.gdnt-cloud.website/resources/proxyInsert'
URLHttpHijack = 'http://web-replay.badssl.self-test.gdnt-cloud.website/resources/proxyHijack.js'
URLHttpBlock = 'http://web-replay.badssl.self-test.gdnt-cloud.website/resources/proxyBlock.js'
URLHttpRedirect = 'http://web-replay.badssl.selftest.gdnt-cloud.website/resources/proxyRedirect.js'
URLHttpReplace = 'http://web-replay.badssl.selftest.gdnt-cloud.website/resources/proxyReplace.js'
URLHttpInsert = 'http://web-replay.badssl.selftest.gdnt-cloud.website/resources/proxyInsert'
URLHttpHijack = 'http://web-replay.badssl.selftest.gdnt-cloud.website/resources/proxyHijack.js'
URLHttpBlock = 'http://web-replay.badssl.selftest.gdnt-cloud.website/resources/proxyBlock.js'
URLConTraffic_1k = "https://testing-download.badssl.self-test.gdnt-cloud.website/resources/1k"
URLConTraffic_4k = "https://testing-download.badssl.self-test.gdnt-cloud.website/resources/4k"
URLConTraffic_16k = "https://testing-download.badssl.self-test.gdnt-cloud.website/resources/16k"
URLConTraffic_64k = "https://testing-download.badssl.self-test.gdnt-cloud.website/resources/64k"
URLConTraffic_256k = "https://testing-download.badssl.self-test.gdnt-cloud.website/resources/256k"
URLConTraffic_1M = "https://testing-download.badssl.self-test.gdnt-cloud.website/resources/1M"
URLConTraffic_4M = "https://testing-download.badssl.self-test.gdnt-cloud.website/resources/4M"
URLConTraffic_16M = "https://testing-download.badssl.self-test.gdnt-cloud.website/resources/16M"
URLConTraffic_64M = "https://testing-download.badssl.self-test.gdnt-cloud.website/resources/64M"
URLConTraffic_1k = "https://testing-download.badssl.selftest.gdnt-cloud.website/resources/1k"
URLConTraffic_4k = "https://testing-download.badssl.selftest.gdnt-cloud.website/resources/4k"
URLConTraffic_16k = "https://testing-download.badssl.selftest.gdnt-cloud.website/resources/16k"
URLConTraffic_64k = "https://testing-download.badssl.selftest.gdnt-cloud.website/resources/64k"
URLConTraffic_256k = "https://testing-download.badssl.selftest.gdnt-cloud.website/resources/256k"
URLConTraffic_1M = "https://testing-download.badssl.selftest.gdnt-cloud.website/resources/1M"
URLConTraffic_4M = "https://testing-download.badssl.selftest.gdnt-cloud.website/resources/4M"
URLConTraffic_16M = "https://testing-download.badssl.selftest.gdnt-cloud.website/resources/16M"
URLConTraffic_64M = "https://testing-download.badssl.selftest.gdnt-cloud.website/resources/64M"
URLHttpFirewallAllow = "http://http.badssl.self-test.gdnt-cloud.website"
URLHttpFirewallDenyDrop = "http://http-credit-card.badssl.self-test.gdnt-cloud.website"
URLHttpFirewallDenyRst = "http://http-dynamic-login.badssl.self-test.gdnt-cloud.website"
URLHttpFirewallDenyBlock = "http://http-login.badssl.self-test.gdnt-cloud.website"
URLSslFirewallAllow = "https://sha512.badssl.self-test.gdnt-cloud.website"
URLSslFirewallDenyDrop = "https://rsa2048.badssl.self-test.gdnt-cloud.website"
URLSslFirewallDenyRst = "https://rsa4096.badssl.self-test.gdnt-cloud.website"
URLHttpFirewallAllow = "http://http.badssl.selftest.gdnt-cloud.website"
URLHttpFirewallDenyDrop = "http://http-credit-card.badssl.selftest.gdnt-cloud.website"
URLHttpFirewallDenyRst = "http://http-dynamic-login.badssl.selftest.gdnt-cloud.website"
URLHttpFirewallDenyBlock = "http://http-login.badssl.selftest.gdnt-cloud.website"
URLSslFirewallAllow = "https://sha512.badssl.selftest.gdnt-cloud.website"
URLSslFirewallDenyDrop = "https://rsa2048.badssl.selftest.gdnt-cloud.website"
URLSslFirewallDenyRst = "https://rsa4096.badssl.selftest.gdnt-cloud.website"
DNS_SERVER_ALLOW_TTL = 60
DNS_SERVER_REDIRECT_TTL = 333