<feed xmlns='http://www.w3.org/2005/Atom'>
<title>obfsvpn.git/Makefile, branch main</title>
<subtitle>[obfsvpn] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/'/>
<entry>
<title>obfs4 ver check</title>
<updated>2022-07-31T06:39:41+00:00</updated>
<author>
<name>atanarjuat</name>
<email>atanarjuat@example.com</email>
</author>
<published>2022-07-31T05:47:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=8bef66da80dca4ad085122948471b9c1b1be0ac6'/>
<id>8bef66da80dca4ad085122948471b9c1b1be0ac6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add obfsvpn client dockerfile for use in integration test</title>
<updated>2022-07-28T06:03:12+00:00</updated>
<author>
<name>Anjan Nath</name>
<email>kaludios@gmail.com</email>
</author>
<published>2022-06-05T15:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=32f4b22dd1dc01c9f7d3948c058955eadbd65e5c'/>
<id>32f4b22dd1dc01c9f7d3948c058955eadbd65e5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>disable CGO for building obfsvpn client</title>
<updated>2022-07-28T06:03:12+00:00</updated>
<author>
<name>Anjan Nath</name>
<email>kaludios@gmail.com</email>
</author>
<published>2022-06-05T15:27:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=96de18df48af86b301c1323f50312e46c6802505'/>
<id>96de18df48af86b301c1323f50312e46c6802505</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add Dockerfile and scripts for containerized obfsvpn</title>
<updated>2022-07-28T06:03:09+00:00</updated>
<author>
<name>Anjan Nath</name>
<email>kaludios@gmail.com</email>
</author>
<published>2022-05-28T20:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=626c26b51724468180a8ac1b8967a3e2b700e1ef'/>
<id>626c26b51724468180a8ac1b8967a3e2b700e1ef</id>
<content type='text'>
This is based on github.com/dockovpn/docker-openvpn repository, it adds the
obfsvpn-server binary and config file to the original image

a directory can be bind mounted to /opt/Dockovpn_data to persist data
client.ovpn config file is created in /opt/Dockovpn/client/&lt;client-id&gt;/client.ovpn

it recognises the following environment variables:
  OBFS4_HOST = 0.0.0.0 (default) # This is the OBFS4 server endpoint
  OBFS4_PORT = 4430
  HOST_ADDR = localhost # openvpn gateway ip
  PORT = 5540 # openvpn GW port
  PROTO = tcp # openvpn proto
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is based on github.com/dockovpn/docker-openvpn repository, it adds the
obfsvpn-server binary and config file to the original image

a directory can be bind mounted to /opt/Dockovpn_data to persist data
client.ovpn config file is created in /opt/Dockovpn/client/&lt;client-id&gt;/client.ovpn

it recognises the following environment variables:
  OBFS4_HOST = 0.0.0.0 (default) # This is the OBFS4 server endpoint
  OBFS4_PORT = 4430
  HOST_ADDR = localhost # openvpn gateway ip
  PORT = 5540 # openvpn GW port
  PROTO = tcp # openvpn proto
</pre>
</div>
</content>
</entry>
<entry>
<title>add makefile target to check if new version of yawning/obfs4 is available</title>
<updated>2022-07-28T05:59:00+00:00</updated>
<author>
<name>Anjan Nath</name>
<email>kaludios@gmail.com</email>
</author>
<published>2022-06-19T19:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=09c20930022df8bb97ce8d813525e8ba1665f5e1'/>
<id>09c20930022df8bb97ce8d813525e8ba1665f5e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add unit test to check panic in Dial and DialContext functions</title>
<updated>2022-06-12T17:40:11+00:00</updated>
<author>
<name>Anjan Nath</name>
<email>kaludios@gmail.com</email>
</author>
<published>2022-06-11T18:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=bb56d405ba531b447efa194e26e8218ab3f4a689'/>
<id>bb56d405ba531b447efa194e26e8218ab3f4a689</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>attempt at android bindings</title>
<updated>2022-05-29T20:18:12+00:00</updated>
<author>
<name>atanarjuat</name>
<email>atanarjuat@example.com</email>
</author>
<published>2022-05-29T20:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=60eda76d073ad9c0eaef63c6eb31d47e5ca86ff7'/>
<id>60eda76d073ad9c0eaef63c6eb31d47e5ca86ff7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wip: kcp client</title>
<updated>2022-05-22T23:36:21+00:00</updated>
<author>
<name>atanarjuat</name>
<email>atanarjuat@example.com</email>
</author>
<published>2022-05-22T23:36:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=e72ad4b857b09a788c553283ecb8cda7d2b580fd'/>
<id>e72ad4b857b09a788c553283ecb8cda7d2b580fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add 'lint' target to Makefile to quickly run the linter while developing</title>
<updated>2022-05-21T07:33:37+00:00</updated>
<author>
<name>Anjan Nath</name>
<email>kaludios@gmail.com</email>
</author>
<published>2022-05-21T07:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=e307c8706fb9c6a81c00f31541420727cb5a40f2'/>
<id>e307c8706fb9c6a81c00f31541420727cb5a40f2</id>
<content type='text'>
here we assume gosec is already available in the dev machine, gofmt and govet
are part of the go-sdk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
here we assume gosec is already available in the dev machine, gofmt and govet
are part of the go-sdk
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify testing of client and server</title>
<updated>2022-05-21T03:04:09+00:00</updated>
<author>
<name>atanarjuat</name>
<email>atanarjuat@example.com</email>
</author>
<published>2022-05-20T23:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=182e3e76908f0824eac155b5e14775b50fe0aca5'/>
<id>182e3e76908f0824eac155b5e14775b50fe0aca5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
