1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00
Commit graph

671 commits

Author SHA1 Message Date
OniriCorpe
f57edf01d5 the python code to kepp the port 53 is now useless as it's now hardcoded 2023-12-27 07:19:00 +01:00
OniriCorpe
d7bfbddc2f moving the python script to a function in personal helpers 2023-12-27 07:18:17 +01:00
OniriCorpe
f0b6d46a85 adding myself as second maintainer 2023-12-27 07:06:06 +01:00
OniriCorpe
28d4679ce5 typo 2023-12-27 07:01:50 +01:00
OniriCorpe
06ed843bc5 mention that public IPs should be automatically removed 2023-12-27 07:00:43 +01:00
OniriCorpe
9bb37f2f35 process IPs and regen conf when set__open_port_53() 2023-12-27 06:54:34 +01:00
OniriCorpe
335b5d5645 add comment 2023-12-27 06:50:56 +01:00
OniriCorpe
a31a7b0ad1 add comment 2023-12-27 06:50:37 +01:00
OniriCorpe
a5f4285411 replace two 'for loops' in install & upgrade scripts by process_ips() 2023-12-27 06:49:32 +01:00
OniriCorpe
5bdc4b9203 typo 2023-12-27 06:36:59 +01:00
OniriCorpe
32d9aec887 add comment to is_public_ip() 2023-12-27 06:36:39 +01:00
OniriCorpe
e622a2193d small refactor 2023-12-27 06:33:05 +01:00
OniriCorpe
58a0d7594e typo 2023-12-27 06:29:51 +01:00
OniriCorpe
ce7daa396a add "fc" private ipv6 2023-12-27 06:28:26 +01:00
OniriCorpe
2c8322ce7c if the IP is public and the user doesn't want to expose port 53, skip it 2023-12-27 06:24:32 +01:00
OniriCorpe
77c7cedc79 better phrasing 2023-12-27 06:02:37 +01:00
OniriCorpe
8734f31e98 add docs 2023-12-27 06:01:21 +01:00
OniriCorpe
ac4223c5d6 fix grep 2023-12-27 05:01:03 +01:00
OniriCorpe
1bf819ca4b Merge branch 'DoT' of https://github.com/YunoHost-Apps/adguardhome_ynh into DoT 2023-12-27 04:58:38 +01:00
OniriCorpe
8e746e8bfb fix ynh_replace_string 2023-12-27 04:57:11 +01:00
yunohost-bot
4c21a0eaa6 Auto-update README 2023-12-27 03:36:48 +00:00
OniriCorpe
ac4a27a368 bump version and add a display warning at this upgrade 2023-12-27 04:36:43 +01:00
OniriCorpe
a951205bf7 fix name 2023-12-27 04:29:52 +01:00
OniriCorpe
0806bc5a2c typo & better phrasing 2023-12-27 04:17:35 +01:00
OniriCorpe
3718369156 better comment 2023-12-27 04:15:24 +01:00
OniriCorpe
b2e05f1dd8 fix ynh_app_setting_delete key 2023-12-27 04:04:52 +01:00
OniriCorpe
e66c485156 fixes for port_adguard 2023-12-27 03:40:28 +01:00
OniriCorpe
0c9c1b007a add comment about all those 'ynh_replace_string' 2023-12-27 03:38:12 +01:00
OniriCorpe
f65fc16f3f hardcode port 53 (mandatory but conflicting with dnsmasq and the core) 2023-12-27 03:26:04 +01:00
OniriCorpe
556b2458ef fill the 'tls:' section at upgrade 2023-12-27 02:32:52 +01:00
OniriCorpe
55a11a7275 removed unnecessary relative path 2023-12-27 01:35:02 +01:00
OniriCorpe
d5b68fded1 properly fix unbound vars 2023-12-27 01:28:11 +01:00
OniriCorpe
fced44bdb1 fix unbound var 2023-12-27 01:20:28 +01:00
OniriCorpe
f47ae33091 tell the ynh core that port 53 is mandatory for DNS 2023-12-27 01:10:26 +01:00
OniriCorpe
a1ed293caa warns about amplification attacks 2023-12-27 00:40:32 +01:00
OniriCorpe
9682d3bc41 typo 2023-12-27 00:31:05 +01:00
OniriCorpe
fa2ef95f38 asking to expose port 53 at installation 2023-12-27 00:26:18 +01:00
OniriCorpe
587cdce928 quoting 2023-12-27 00:20:42 +01:00
OniriCorpe
4e867eab91 fix 2023-12-27 00:20:29 +01:00
OniriCorpe
9175bcc07b Merge branch 'DoT' of https://github.com/YunoHost-Apps/adguardhome_ynh into DoT 2023-12-27 00:18:19 +01:00
OniriCorpe
e8f7f50369 exposing port 53 on the Internet should be a deliberate choice, see #135 2023-12-27 00:17:16 +01:00
OniriCorpe
74d16e44d3
Update scripts/config
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2023-12-27 00:08:17 +01:00
OniriCorpe
0c0266156c
Update scripts/config
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2023-12-27 00:08:06 +01:00
OniriCorpe
0c6de738af restore the bind 2023-12-26 23:48:41 +01:00
OniriCorpe
7bfab1e0b3 fix SC2086 2023-12-26 23:40:45 +01:00
OniriCorpe
f198af5425 use a custom setter in place of ynh_app_config_apply 2023-12-26 23:35:34 +01:00
OniriCorpe
8aa3f1508b handle closing unnecessary ports at restore and upgrade 2023-12-26 23:14:07 +01:00
OniriCorpe
0475073364 bump schema_version & better default config 2023-12-26 22:51:43 +01:00
OniriCorpe
516a83a9e6 asking user if DoH/DoQ is activated 2023-12-26 22:28:34 +01:00
OniriCorpe
d99bc8893d close DoH/DoQ ports if needed 2023-12-26 22:25:48 +01:00