-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest spoof.source.ip branch
- Loading branch information
1 parent
af53e23
commit 69d6657
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ziti-tunnel-sdk-c
updated
10 files
+1 −1 | CMakeLists.txt | |
+18 −0 | include/ziti/ziti_tunnel.h | |
+1 −1 | lib/CMakeLists.txt | |
+11 −2 | lib/dns.c | |
+229 −0 | lib/internal_dns_manager.c | |
+52 −0 | lib/ziti_tunnel.c | |
+1 −0 | lib/ziti_tunnel_priv.h | |
+102 −6 | programs/ziti-edge-tunnel/netif_driver/linux/tun.c | |
+1 −1 | programs/ziti-edge-tunnel/netif_driver/linux/tun.h | |
+20 −12 | programs/ziti-edge-tunnel/ziti-edge-tunnel.c |