refactor: remove direct DNS mode

This commit is contained in:
benya
2026-07-21 20:24:25 +03:00
parent 5e4e659cae
commit 15b5b7f792
33 changed files with 24 additions and 1148 deletions

View File

@@ -3,10 +3,6 @@ config agent 'main'
option server_url 'https://rmm.example.com'
option interval_seconds '30'
option check_targets '1.1.1.1 8.8.8.8'
option direct_dns_enabled '0'
option dns_update_interval_seconds '300'
option public_ipv4_url 'https://api.ipify.org'
option public_ipv6_url 'https://api6.ipify.org'
option tunnel_identity_file '/etc/rmm-agent/tunnel_key'
option allow_insecure_http '0'
option reset_identity '0'