Commit Graph

3349 Commits

Author SHA1 Message Date
Franco Fichtner 698d816434 dns/ddclient: changelog updates 2022-03-01 10:11:20 +01:00
Franco Fichtner 8c253fee03 security/stunnel: bump version 2022-03-01 10:04:56 +01:00
Johan Lilja 5cc6f76eab dns/ddclient add Loopia (#2858) 2022-03-01 10:04:01 +01:00
Rene Schuster 6a6882e051 dns/ddclient add DNS Made Easy 2022-03-01 10:03:37 +01:00
Ad Schellevis 1407b4be48 dns/ddclient - allow root zones and wildcards. closes https://github.com/opnsense/plugins/issues/2849 2022-03-01 09:58:39 +01:00
Michael 1c701ed5b9 dns/bind: fix sed usage with FBSD13 (#2857) 2022-02-21 15:11:12 +01:00
Johnny S. Lee 510d55c006 security/stunnel: Fix connect format for IPv6 addresses (#2852)
The current code generates conf line:
```
connect = [::1]:53
```

will end up producing the following:
```
Error resolving "[::1]": Neither nodename nor servname known (EAI_NONAME)
```

stunnel(8) states that an address parameter of an option may be either:
> ...
> A colon-separated pair of IP address (either IPv4, IPv6, or domain name)
  and port number.
> ...

which means there should not be special treatment on IPv6 addresses.
2022-02-21 08:55:21 +01:00
Franco Fichtner c526550c15 dns/ddclient: style sweep 2022-02-18 09:37:16 +01:00
Franco Fichtner a07e93d85f dns/ddclient: next iteration 2022-02-18 09:27:54 +01:00
Rene Schuster 73b1443e18 dns/ddclient add FreeDNS (#2837)
* dns/ddclient add FreeDNS

Co-authored-by: Ad Schellevis <AdSchellevis@users.noreply.github.com>
2022-02-16 20:28:55 +01:00
Rene Schuster 9caf5b7267 dns/ddclient add dynu (#2838) 2022-02-16 11:48:30 +01:00
Michael acabf82813 Update sites-enabled-inner-tunnel (#2835) 2022-02-15 21:15:29 +01:00
Michael 18225b7a4a net/freeradius: Allow LDAP in inner-tunnel (#2626) 2022-02-15 10:00:21 +01:00
Franco Fichtner bc37630cdf dns/ddclient: update pkg-descr 2022-02-15 08:50:53 +01:00
Franco Fichtner 8924d3b010 sysutils/nextcloud-backup: adjust version 2022-02-15 08:33:03 +01:00
Franco Fichtner 0cd0919f3b net/frr: fix notes and version 2022-02-15 08:29:36 +01:00
Franco Fichtner 6620212d7f dns/dnscrypt-proxy: do not break line 2022-02-15 08:24:11 +01:00
Franco Fichtner cb54991aca LICENSE: sync 2022-02-15 08:22:56 +01:00
Rene Schuster b1636198a6 dns/ddclient add spdyn (#2827) 2022-02-10 08:54:03 +01:00
Rene Schuster 18428e1f5c dns/ddclient add inwx (#2828) 2022-02-10 08:53:30 +01:00
Rene Schuster d40c3f8331 dns/ddclient add dns-o-matic (#2829) 2022-02-10 08:51:00 +01:00
lfirewall1243 a4ba4d9bc0 make multimap Whitelist work (#2822) 2022-02-08 18:37:02 +01:00
Robin Müller 12e7dd89b1 dsn/ddclient option to force ssl (#2823)
* dsn/ddclient option to force ssl
* dns/ddclient default ssl
2022-02-08 17:07:45 +01:00
Ad Schellevis bd375036de dns/ddclient - make sure there's a new version number before we're ready to release 2022-02-05 15:54:53 +01:00
Ad Schellevis 8c1759abbc dns/ddclient: Use interface as ip source + custom service (#2813)
* dns/ddclient add interface as ip source

* dns/ddclient - use interface ip per account

* dns/ddclient - cleanups and visual changes for https://github.com/opnsense/plugins/pull/2791

* dns/ddclient merge custom service from https://github.com/opnsense/plugins/pull/2808

Co-authored-by: Robin Müller <robin.mueller@outlook.de>
2022-02-05 15:52:07 +01:00