Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
obfs4
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
Container 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
meskio
obfs4
Commits
8a19b4fc
Commit
8a19b4fc
authored
5 years ago
by
Yawning Angel
Browse files
Options
Downloads
Patches
Plain Diff
Do the release ritual for obfs4proxy-0.0.9
parent
8abd3aa9
No related branches found
Branches containing commit
Tags
tor-0.2.2.14-alpha
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+1
-1
1 addition, 1 deletion
ChangeLog
obfs4proxy/obfs4proxy.go
+1
-1
1 addition, 1 deletion
obfs4proxy/obfs4proxy.go
with
2 additions
and
2 deletions
ChangeLog
+
1
−
1
View file @
8a19b4fc
Changes in version 0.0.9 -
UNRELEASED
:
Changes in version 0.0.9 -
2019-02-05
:
- Various meek_lite code cleanups and bug fixes.
- Bug 29077: uTLS for ClientHello camouflage (meek_lite).
- More fixes to HTTP Basic auth.
...
...
This diff is collapsed.
Click to expand it.
obfs4proxy/obfs4proxy.go
+
1
−
1
View file @
8a19b4fc
...
...
@@ -50,7 +50,7 @@ import (
)
const
(
obfs4proxyVersion
=
"0.0.9
-dev
"
obfs4proxyVersion
=
"0.0.9"
obfs4proxyLogFile
=
"obfs4proxy.log"
socksAddr
=
"127.0.0.1:0"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment