summaryrefslogtreecommitdiff
path: root/obfs4proxy/obfs4proxy.go
diff options
context:
space:
mode:
Diffstat (limited to 'obfs4proxy/obfs4proxy.go')
-rw-r--r--obfs4proxy/obfs4proxy.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index 92a34c0..10fb013 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -40,8 +40,8 @@ import (
"git.torproject.org/pluggable-transports/goptlib.git"
"github.com/OperatorFoundation/obfs4/common/log"
- "github.com/OperatorFoundation/obfs4/common/termmon"
"github.com/OperatorFoundation/obfs4/common/pt_extras"
+ "github.com/OperatorFoundation/obfs4/common/termmon"
"github.com/OperatorFoundation/obfs4/transports"
"github.com/OperatorFoundation/obfs4/proxies/proxy_socks5"
@@ -109,7 +109,7 @@ func main() {
log.Noticef("%s - launched", getVersion())
- if *transparent {
+ if *transparent {
// Do the transparent proxy configuration.
log.Infof("%s - initializing transparent proxy", execName)
if *udp {