mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-03 20:21:47 +02:00
burpsuite: can't handle sni
This commit is contained in:
parent
e82dbd1269
commit
0cec9d2311
1 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,6 @@ src_install() {
|
|||
insinto /opt/"${PN}"
|
||||
doins "${MY_P}"
|
||||
|
||||
echo -e "#!/bin/sh\njava -jar /opt/${PN}/${MY_P} >/dev/null 2>&1 &\n" > "${PN}"
|
||||
echo -e "#!/bin/sh\njava -Djsse.enableSNIExtension=false -jar /opt/${PN}/${MY_P} >/dev/null 2>&1 &\n" > "${PN}"
|
||||
dobin ${PN}
|
||||
}
|
||||
Loading…
Reference in a new issue