Quentin McGaw
|
f96448947f
|
fix(publicip): rework run loop and fix restarts
- Clearing IP data on VPN disconnection clears file
- More efficient partial updates
- Fix loop exit
- Validate settings before updating
|
2023-09-24 14:55:51 +00:00 |
|
Quentin McGaw
|
aa6dc786a4
|
chore(provider): use type assertion for port forwarders
|
2023-09-23 13:02:09 +00:00 |
|
Quentin McGaw
|
71201411f4
|
fix(portforward): rework run loop and fix deadlocks (#1874)
|
2023-09-23 12:57:12 +02:00 |
|
Quentin McGaw
|
40cdb4f662
|
fix(netlink): RouteList list routes from all tables
- Do not filter by link anymore
- IPv6 detection simplified
|
2023-06-08 09:12:46 +00:00 |
|
Quentin McGaw
|
38ddcfa756
|
chore(netlink): define own types with minimal fields
- Allow to swap `github.com/vishvananda/netlink`
- Allow to add build tags for each platform
- One step closer to development on non-Linux platforms
|
2023-05-29 06:44:58 +00:00 |
|
Quentin McGaw
|
9d1a0b60a2
|
fix(netlink): use AddrReplace instead of AddrAdd
|
2023-05-28 10:22:51 +00:00 |
|
Quentin McGaw
|
0a29337c3b
|
chore(all): replace net.IP with netip.Addr
|
2023-05-20 20:06:12 +00:00 |
|
Quentin McGaw
|
aa53436e56
|
chore(lint): upgrade golangci-lint to v1.49.0
- Add linter `interfacebloat` and fix code issues
- Add linter `reassign`
- Remove deprecated linter `nosnakecase`
|
2022-08-24 21:48:24 +00:00 |
|
Quentin McGaw
|
a182e3503b
|
feat: add VPNsecure.me support (#848)
- `OPENVPN_ENCRYPTED_KEY` environment variable
- `OPENVPN_ENCRYPTED_KEY_SECRETFILE` environment variable
- `OPENVPN_KEY_PASSPHRASE` environment variable
- `OPENVPN_KEY_PASSPHRASE_SECRETFILE` environment variable
- `PREMIUM_ONLY` environment variable
- OpenVPN user and password not required for vpnsecure provider
|
2022-08-15 16:54:58 -07:00 |
|
Quentin McGaw
|
037f19e852
|
hotfix(publicip): revert back JSON to public_ip
|
2022-06-26 18:08:11 +00:00 |
|
Quentin McGaw
|
bda6707685
|
chore(all): remove unexported interfaces
|
2022-06-12 01:15:14 +00:00 |
|
Quentin McGaw
|
89277828ac
|
chore(publicip): internal/publicip/ipinfo package
|
2022-06-12 01:11:22 +00:00 |
|
Quentin McGaw
|
578ef768ab
|
chore(all): return concrete types, accept interfaces
- Remove exported interfaces unused locally
- Define interfaces to accept arguments
- Return concrete types, not interfaces
|
2022-06-11 01:34:30 +00:00 |
|