refactor: remove direct DNS mode
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -2,10 +2,6 @@ SERVER_URL="https://rmm.example.com"
|
||||
ENROLLMENT_TOKEN=""
|
||||
INTERVAL_SECONDS="30"
|
||||
CHECK_TARGETS="1.1.1.1 8.8.8.8"
|
||||
DIRECT_DNS_ENABLED="false"
|
||||
DNS_UPDATE_INTERVAL_SECONDS="300"
|
||||
PUBLIC_IPV4_URL="https://api.ipify.org"
|
||||
PUBLIC_IPV6_URL="https://api6.ipify.org"
|
||||
TUNNEL_IDENTITY_FILE="/etc/rmm-agent/tunnel_key"
|
||||
DEVICE_ID=""
|
||||
DEVICE_TOKEN=""
|
||||
|
||||
Reference in New Issue
Block a user