Skip to content

Commit

Permalink
Update dnsmasq configuration file
Browse files Browse the repository at this point in the history
- Part of issue #305.
- See also moodlebox/moodle-tool_moodlebox#117.
  • Loading branch information
martignoni committed Aug 20, 2023
1 parent 0d3f4e5 commit 02901d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ domain={{ moodlebox_tld }}
local=/{{ moodlebox_tld }}/
address=/{{ moodlebox_tld }}/{{ moodlebox_ip_address | ansible.utils.ipaddr('address') }}
expand-hosts
dhcp-range=wifi,{{ moodlebox_dhcp_range_begin }},{{ moodlebox_dhcp_range_end }},{{ moodlebox_ip_address | ansible.utils.ipaddr('netmask') }},{{ moodlebox_wifi_ap_dhcp_lease_duration }}
dhcp-option=wifi,6,{{ moodlebox_ip_address | ansible.utils.ipaddr('address') }}
dhcp-option=6,{{ moodlebox_ip_address | ansible.utils.ipaddr('address') }}
cache-size=100
txt-record={{ moodlebox_hostname }}.{{ moodlebox_tld }},"MoodleBox version {{ moodlebox_version }}, by Nicolas Martignoni"
log-facility=/var/log/dnsmasq.log

0 comments on commit 02901d7

Please sign in to comment.