Commit Graph

65 Commits

Author SHA1 Message Date
Michael 86135ce282 net/wireguard: adjust naming validation (#3102) 2022-08-29 08:29:55 +02:00
Budiman Jojo 579adb0ea9 net/wireguard: fix newlines and typos (#2983) 2022-05-16 11:59:19 +02:00
Franco Fichtner 576e202b39 net/wireguard: update changelog 2022-05-16 09:23:10 +02:00
Michael b6f550e0df Update resolve-dns.bash (#2984) 2022-05-14 12:46:50 +02:00
Malware Utkonos 8f8714c769 Trim whitespace around public and private keys in config. (#2982) 2022-05-13 20:07:19 +02:00
Franco Fichtner 10aee293e8 net/wireguard: fix lint issues
755 is actually required here, .bash suffix to not break POSIX
shell lint.
2022-05-12 10:47:07 +02:00
Dr. Uwe Meyer-Gruhl f31a35b31a os-wireguard: add script to enable cron renewal of DNS for stale connections (#2956) 2022-05-12 10:42:10 +02:00
Michael 6f7127fdc6 net/wireguard: Allow 100 instances (#2760) 2022-01-21 11:41:15 +01:00
Michael 7ce6c2b7b6 net/wireguard: rename WireGuard to WireGuard (Group) in filter rules (#2650) 2021-11-15 13:11:08 +01:00
Michael ff0e665a86 net/wireguard: Make endpoint port optional (#2617) 2021-10-28 12:12:06 +02:00
James French b63964117c net/wireguard: Make tunneladdress an optional parameter (#2352) 2021-04-30 19:48:10 +02:00
Franco Fichtner 29b268413b net/wireguard: prep for new version 2021-04-20 10:54:55 +02:00
Frank Wall ab2a6353c2 Merge pull request #2099 from jeremiah-rs/patch-2
Minor update to Server.xml
2021-04-15 13:21:42 +02:00
Franco Fichtner aed72a5fec net/wireguard: small update to mimic default demo configuration 2021-03-31 11:50:38 +02:00
Franco Fichtner a4fab385be net/wireguard: make listen port optional, reformat config and header style 2021-03-31 11:41:13 +02:00
Franco Fichtner cd055ae707 net/wireguard: typo in refactor 2021-03-31 10:31:18 +02:00
Franco Fichtner 78bcfc0b1b net/wireguard: assorted simple changes 2021-03-31 10:28:47 +02:00
Ad Schellevis f557e2b09a XMLRPC / HA-Sync: add services keyword (introduced https://github.com/opnsense/core/issues/4834) in xmlrpc templates for existing plugins. 2021-03-24 16:35:09 +01:00
Franco Fichtner 75d5af5228 net/wireguard: change deps according to FreeBSD shift 2021-03-24 10:17:16 +01:00
Michael 4a437aa302 net/wireguard: Add config sync (#2282) 2021-03-16 14:00:56 +01:00
lucas12433 25ad1051b6 Update actions_wireguard.conf
Make Wireguard rebootable via cron Job
2021-03-15 21:08:45 +01:00
Franco Fichtner a9d1b8b741 net: revision bumps 2021-02-22 15:22:40 +01:00
Franco Fichtner f2012d8307 net/wireguard: keep track of current changes with revision bump 2021-01-28 22:23:27 +01:00
ElJeffe 54b26b562d net/wireguard: Make client Public Key required field (#2174)
Recent experience is that adding a client without a public key will break WireGuard and all connecting clients.  I'm not sure if this is the best place to do the check, but seems to make sense to just require the public key when creating the client.
2021-01-28 22:22:02 +01:00
Greelan 8f660333d6 Show handshake timestamp in system timezone (#2204)
This change shows each latest handshake time in the widget in the timezone of the system, rather than UTC as currently. The change is intended to implement this forum request: https://forum.opnsense.org/index.php?topic=20530.msg95463#msg95463.

As a disclaimer, I am by no means a PHP programmer, but this commit is based on my research. It works when I tested it.
2021-01-27 12:19:25 +01:00