Explorar o código

Initial commit

Rod Hynes %!s(int64=11) %!d(string=hai) anos
achega
85305b0c4c
Modificáronse 2 ficheiros con 28 adicións e 0 borrados
  1. 24 0
      .gitignore
  2. 4 0
      README.md

+ 24 - 0
.gitignore

@@ -0,0 +1,24 @@
+# Compiled Object files, Static and Dynamic libs (Shared Objects)
+*.o
+*.a
+*.so
+
+# Folders
+_obj
+_test
+
+# Architecture specific extensions/prefixes
+*.[568vq]
+[568vq].out
+
+*.cgo1.go
+*.cgo2.c
+_cgo_defun.c
+_cgo_gotypes.go
+_cgo_export.*
+
+_testmain.go
+
+*.exe
+*.test
+*.prof

+ 4 - 0
README.md

@@ -0,0 +1,4 @@
+psiphon-tunnel-core
+===================
+
+A Psiphon client component implemented in Go. This component provide core tunnel functionality, handling all aspects of connecting to Psiphon servers and relaying traffic through those servers. Local proxies provide an interface for routing traffic through the tunnel.