Commit graph

1058 commits

Author SHA1 Message Date
Mark Puha
1a1e21e808
Merge pull request #2 from marko1777/awg-2-alpha
Adding lua encode integration
2025-02-11 10:20:11 +01:00
Mark Puha
c486c2eb5d relocate adapter to internal structure 2025-02-11 08:40:08 +01:00
Mark Puha
02462a0e2f always assign lua_codec in postConfig 2025-02-11 08:08:22 +01:00
Mark Puha
d03bddd7c7 add luajit tag for lua codec 2025-02-10 10:43:18 +01:00
Mark Puha
ae81fcbd7a delete adapter makefile 2025-02-10 10:40:34 +01:00
Mark Puha
0dcd528694 rename vars and complete testing 2025-02-10 10:05:42 +01:00
Mark Puha
068e146538 working codec 2025-02-09 18:37:07 +01:00
Mark Puha
1e532c1e71 awg-2 working with identity generator 2025-02-09 18:26:57 +01:00
Mark Puha
f4bc11733d add lua codec parsing 2025-02-09 09:50:24 +01:00
Mark Puha
6b0bbcc75c migrate awg specific code to struct 2025-02-09 09:36:53 +01:00
Mark Puha
e08105f85b migrate counter 2025-02-09 09:36:41 +01:00
Mark Puha
553060f804 Send msg type to code & add default msg types 2025-02-09 09:21:25 +01:00
Mark Puha
32470fa04e add codec generation/parsing 2025-02-08 19:00:00 +01:00
Mark Puha
3015f3ea20 change function initials 2025-02-08 14:35:20 +01:00
Mark Puha
55f4715a50 create lua adapter and test 2025-02-08 14:17:00 +01:00
Mark Puha
44217caa0d successfully call lua function from Go 2025-02-08 13:37:52 +01:00
Mark Puha
6ecee31764 update go version in docker 2025-02-02 05:38:53 +01:00
Mark Puha
65215f0ed3
Merge pull request #1 from marko1777/wg-2.0
Wg 2.0
2025-02-01 16:54:07 +01:00
Mark Puha
971144c9fb AWG-2 create&integrate junk_creator 2025-02-01 16:52:20 +01:00
Mark Puha
9a56c052cc AWG-2 update go version 2025-02-01 16:45:59 +01:00
Mark Puha
339134bc25 AWG-2: delete obsolate junk impl 2025-02-01 16:45:30 +01:00
Iurii Egorov
2e3f7d122c Update Go version in Dockerfile 2024-07-01 13:47:44 +03:00
Iurii Egorov
2e7780471a
Remove GetOffloadInfo() (#32)
* Remove GetOffloadInfo()
* Remove GetOffloadInfo() from bind_windows as well
* Allow lightweight tags to be used in the version
2024-05-24 16:18:23 +01:00
albexk
87d8c00f86 Up go to 1.22.3, up crypto to 0.21.0 2024-05-21 08:09:58 -07:00
albexk
c00bda9200 Fix output of the version command 2024-05-14 03:51:01 -07:00
albexk
d2b0fc9789 Add resetting of message types when closing the device 2024-05-14 03:51:01 -07:00
albexk
77d39ff3b9 Minor naming changes 2024-05-14 03:51:01 -07:00
albexk
e433d13df6 Add disabling UDP GSO when an error occurs due to inconsistent peer mtu 2024-05-14 03:51:01 -07:00
RomikB
3ddf952973 unsafe rebranding: change pipe name 2024-05-13 11:10:42 -07:00
albexk
3f0a3bcfa0 Fix wg reconnection problem after awg connection 2024-03-16 14:16:13 +00:00
AlexanderGalkov
4dddf62e57 Update Dockerfile
add wg and wg-quick symlinks

Signed-off-by: AlexanderGalkov <143902290+AlexanderGalkov@users.noreply.github.com>
2024-02-20 20:32:38 +07:00
tiaga
827ec6e14b
Merge pull request #21 from amnezia-vpn/fix-dockerfile
Fix Dockerfile
2024-02-13 21:47:55 +07:00
tiaga
92e28a0d14 Fix Dockerfile
Fix AmneziaWG tools installation.
2024-02-13 21:44:41 +07:00
tiaga
52fed4d362
Merge pull request #20 from amnezia-vpn/update_dockerfile
Update Dockerfile
2024-02-13 21:28:17 +07:00
tiaga
9c6b3ff332 Update Dockerfile
- rename `wg` and `wg-quick` to `awg` and `awg-quick` accordingly
- add iptables
- update AmneziaWG tools version
2024-02-13 21:27:34 +07:00
pokamest
7de7a9a754
Merge pull request #19 from amnezia-vpn/fix/go_sum
Fix go.sum
2024-02-12 05:31:57 -08:00
albexk
0c347529b8 Fix go.sum 2024-02-12 16:27:56 +03:00
albexk
6705978fc8 Add debug udp offload info 2024-02-12 04:40:23 -08:00
albexk
032e33f577 Fix Android UDP GRO check 2024-02-12 04:40:23 -08:00
albexk
59101fd202 Bump crypto, net, sys modules to the latest versions 2024-02-12 04:40:23 -08:00
tiaga
8bcfbac230
Merge pull request #17 from amnezia-vpn/fix-pipeline
Fix pipeline
2024-02-07 19:19:11 +07:00
tiaga
f0dfb5eacc Fix pipeline
Fix path to GitHub Actions workflow.
2024-02-07 18:53:55 +07:00
tiaga
9195025d8f
Merge pull request #16 from amnezia-vpn/pipeline
Add pipeline
2024-02-07 18:48:12 +07:00
tiaga
cbd414dfec Add pipeline
Build and push Docker image on a tag push.
2024-02-07 18:44:59 +07:00
tiaga
7155d20913
Merge pull request #14 from amnezia-vpn/docker
Update Dockerfile
2024-02-02 23:40:39 +07:00
tiaga
bfeb3954f6 Update Dockerfile
- update Alpine version
- improve `Dockerfile` to use pre-built AmneziaWG tools
2024-02-02 22:56:00 +07:00
Iurii Egorov
e3c9ec8012 Naming unify 2024-01-20 23:18:10 +03:00
pokamest
ce9d3866a3
Merge pull request #10 from amnezia-vpn/upstream-merge
Merge upstream changes
2024-01-14 13:37:00 -05:00
Iurii Egorov
e5f355e843 Fix incorrect configuration handling for zero-valued Jc 2024-01-14 18:22:02 +03:00
Iurii Egorov
c05b2ee2a3 Merge remote-tracking branch 'upstream/master' into upstream-merge 2024-01-09 21:34:30 +03:00