summaryrefslogtreecommitdiff
path: root/shapeshifter-dispatcher/shapeshifter-dispatcher.go
AgeCommit message (Collapse)Author
2016-12-11Temporarily disabling modes other than transparent TCP with no transport ↵Brandon Wiley
arguments, during the transition to the PT 2.0 Go API
2016-12-08Fixed some minor errors in function and module names when transitioning from ↵Brandon Wiley
goptlib to shapeshifter-ipc
2016-12-08Implemented server-side transparent TCP proxy modeBrandon Wiley
2016-11-29Fixed the usage string for -stateBrandon Wiley
2016-11-22Print usage when require parameters are missingBrandon Wiley
2016-11-17Organized and commented command line flags according to PT 2.0 specBrandon Wiley
2016-11-16Added new command line flags and refactored ClientSetup to use themBrandon Wiley
2016-11-16Removed proxy_dialers, we will use the obfs4 version rather than maintaining ↵Brandon Wiley
a fork
2016-11-16Fixed import pathsBrandon Wiley
2016-11-15Renamed obfs4proxy to shapeshifter-dispatcherBrandon Wiley