mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
fix: api.rest and https.server certificates are now correctly generated with IsCA to false
This commit is contained in:
parent
070708c307
commit
8257d25ff3
23 changed files with 8876 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
package network
|
||||
|
||||
var portServices = map[string]map[int]string{
|
||||
"tcp": map[int]string{
|
||||
"tcp": {
|
||||
6566: "sane-port",
|
||||
1094: "rootd",
|
||||
4557: "fax",
|
||||
|
@ -316,7 +316,7 @@ var portServices = map[string]map[int]string{
|
|||
105: "csnet-ns",
|
||||
4600: "distmp3",
|
||||
},
|
||||
"udp": map[int]string{
|
||||
"udp": {
|
||||
2086: "gnunet",
|
||||
3493: "nut",
|
||||
4373: "remctl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue