User Details
- User Since
- Mar 29 2023, 2:49 AM (89 w, 7 h)
Sun, Dec 8
Fri, Dec 6
I create drafted PR https://github.com/vyos/vyos-1x/pull/4224
Tue, Dec 3
Sun, Dec 1
I came up with a possible solution:
Here are all config commands I used with my ubnt plugin
Sat, Nov 30
Code committed.
Thu, Nov 28
Here is how to get the latest-handshakes in seconds:
Mon, Nov 25
Tue, Nov 19
5 endpoints using domain, limit retry to 5 times, total start costs around 5 * 10 = 50 seconds.
I thought dns look up causes the block. So I made some changes like:
@Viacheslav I made is based on T6490, PR here: https://github.com/vyos/vyos-1x/pull/4194
This PR makes peers no longer required, so WireGuard interfaces will be created on boot, with or without Internet connection, with or without DNS resolution.
Mon, Nov 18
Code commit here: https://github.com/sskaje/vyos-1x/tree/T4930
Fri, Nov 15
I simply added hostname/fqdn to address and here is my test result:
I'm migrating my EdgeRouter to VyOS, its module 'https://github.com/WireGuard/wireguard-vyatta-ubnt/releases' supports endpoint as domain:port, which is same as wg set or wg-quick.
I created a PR https://github.com/vyos/vyos-1x/pull/4194
Apr 10 2023
My fault, the double quotes were mis-removed in the PR when cleaning code.
Mar 29 2023
I've made some changes but not sure if the logic is what VyOS team accept.
Code changed, to override all settings in build_config instead of args from cli only.