Rod Hynes 11 лет назад
Сommit
85305b0c4c
2 измененных файлов с 28 добавлено и 0 удалено
  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.