Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bitmask-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
bitmask-core
Merge requests
!8
Add support to specify API port + if we want to use TLS - leap namespace pipelines
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Add support to specify API port + if we want to use TLS - leap namespace pipelines
bitmask-core-support-connect-without-ssl-on-leap-namespace
into
main
Overview
1
Commits
11
Pipelines
0
Changes
12
Closed
cyberta
requested to merge
bitmask-core-support-connect-without-ssl-on-leap-namespace
into
main
1 year ago
Overview
1
Commits
11
Pipelines
0
Changes
12
Expand
Add support to specify Port of menshen (default 443)
Allow to specify if we want to use TLS to connect to menshen (default: yes)
Rewrite code: remove pkg/bootstrap/utls.go and move it to (c *Config) getAPIClient()
If we don't use TLS, then DNS over HTTP is disabled (assumption: we are in a dev env right now)
Improve logging a bit (use more deb
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
43408817
11 commits,
1 year ago
12 files
+
237
−
116
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
.vscode/launch.json
0 → 100644
+
13
−
0
Options
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"name"
:
"Launch file"
,
"type"
:
"go"
,
"request"
:
"launch"
,
"mode"
:
"debug"
,
"program"
:
"${workspaceRoot}/cmd/bitmaskcfg/main.go"
,
"args"
:
[
"locations"
,
"ls"
]
},
],
}
\ No newline at end of file
Loading