Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

.. #118

Open
wants to merge 44 commits into
base: freebsd-fix
Choose a base branch
from
Open

.. #118

wants to merge 44 commits into from

Conversation

Nrakron
Copy link

@Nrakron Nrakron commented Feb 7, 2021

...

ambrop72 and others added 30 commits January 10, 2016 17:33
…entries for the same file event source.

Maintain linked lists of all returned events for each event source, instead of supporting just a single event per event source.
This allows NCD to clean up orderly if the terminal it was running in is closed.
Currently needs patched NixPkgs with fixed cross-compile of NSPR+NSS.
This allows proper control over install destinations, especially
when 'bin' has a different prefix than 'share', e.g.:
* /usr/x86_64-pc-linux-gnu/bin/
* /usr/share
Fix output file name and source folders conflict
Most of the event codes may be defined in another header file not directly in linux/input.h.
Also remove _MAX and _CNT codes.
`badvpn` has been in [community] for a long time.
Visual Studio 2015 can compile the tun2socks part of the code at least as C.
Check for zero result should be done after not before inverting.
Based partially on the work by Syrone Wong with additional fixes.
Also define IPV6_FRAG_COPYHEADER to fix assertion failure in lwip on 64-bit
systems.
ambrop72 and others added 13 commits December 30, 2018 15:51
This change adds a new option, --socks5-udp.  If this option is
present, and no UDP gateway is specified, UDP packets will no
longer be dropped.  Instead, the client will use the SOCKS5
UDP ASSOCIATE command to route UDP packets through the proxy
server.

This implementation is intended for use with any UDP data, and it
includes an optimization for packets containing DNS queries.
However, this implementation is currently limited to localhost
SOCKS5 servers. SOCKS5-UDP does not perform well over actual
network links, as it requires several roundtrips to the server and
is not compatible with NAT.

This implementation is currently in use in a fork of tun2socks used
by Outline (https://getoutline.org) and Intra (https://getintra.org).

Fixes ambrop72#56
The UDP socket is bound to the same IP address as was automatically selected for the TCP socket, and the port number is set to zero to let the kernel pick it. The actual bound address with the assigned port number is sent to the SOCKS server as DST.ADDR.
This fixes build of the project on Windows
@Nrakron
Copy link
Author

Nrakron commented Feb 14, 2021

...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants