index
:
shapeshifter-dispatcher.git
master
[shapeshifter-dispatcher]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shapeshifter-dispatcher
/
shapeshifter-dispatcher.go
Age
Commit message (
Collapse
)
Author
2018-01-15
Allow for the client proxy listening address to be specified on the command line
2.0.1
Dr. Brandon Wiley
2017-08-14
Removed debugging prints or converted to error logging
Brandon Wiley
2017-08-09
Use new ParsePT2ServerParameters() function for parsing server-side options
Brandon Wiley
2017-05-10
Pass in the state directory and options to the transports, as this is needed ↵
Brandon Wiley
by obfs4
2017-02-22
Removed obsolete client factories
Brandon Wiley
2017-02-22
Refactored server factory creation to allow use of transports that require ↵
Brandon Wiley
parameters
2017-02-09
Implemeneted -extorport and -authcookie flags
Brandon Wiley
2017-02-08
Added missing command line flags from the PT 2.0 specification
Brandon Wiley
2017-02-08
Ported remaining proxy modes (UDP, STUN, SOCKS) to PT 2.0 Go API
Brandon Wiley
2016-12-11
Temporarily disabling modes other than transparent TCP with no transport ↵
Brandon Wiley
arguments, during the transition to the PT 2.0 Go API
2016-12-08
Fixed some minor errors in function and module names when transitioning from ↵
Brandon Wiley
goptlib to shapeshifter-ipc
2016-12-08
Implemented server-side transparent TCP proxy mode
Brandon Wiley
2016-11-29
Fixed the usage string for -state
Brandon Wiley
2016-11-22
Print usage when require parameters are missing
Brandon Wiley
2016-11-17
Organized and commented command line flags according to PT 2.0 spec
Brandon Wiley
2016-11-16
Added new command line flags and refactored ClientSetup to use them
Brandon Wiley
2016-11-16
Removed proxy_dialers, we will use the obfs4 version rather than maintaining ↵
Brandon Wiley
a fork
2016-11-16
Fixed import paths
Brandon Wiley
2016-11-15
Renamed obfs4proxy to shapeshifter-dispatcher
Brandon Wiley