On 24/09/2017 15:01, fragmentux wrote:
> The HOWTO repeats itself following the last item:
>
> https://openvpn.net/index.php/open-source/documentation/howto.html#secnotes
>
> scroll down from there and below what is meant to be the last line:
>
>
> Try our new VPN Service https://www.privatetu
On 25/09/17 09:24, Samuli Seppänen wrote:
On 24/09/2017 15:01, fragmentux wrote:
The HOWTO repeats itself following the last item:
https://openvpn.net/index.php/open-source/documentation/howto.html#secnotes
scroll down from there and below what is meant to be the last line:
Try our new VP
Hi,
On 21-09-17 19:15, Antonio Quartulli wrote:
> On 15/09/17 05:34, Steffan Karger wrote:
>> diff --git a/src/openvpn/pf.c b/src/openvpn/pf.c
>> index 5cb002b..5fe1734 100644
>> --- a/src/openvpn/pf.c
>> +++ b/src/openvpn/pf.c
>> @@ -639,10 +639,10 @@ pf_init_context(struct context *c)
>>
Hi,
On 21-09-17 23:03, David Sommerseth wrote:
> On 15/09/17 08:39, Steffan Karger wrote:
>> close_instance() tries to remove the file in c2.pf.filename, but that only
>> works if we actually set that if we fail. So, set that filename as soon
>> as we know we've created the file.
>>
>> Signed-off