mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-27 16:18:51 +00:00
34 lines
724 B
ReStructuredText
34 lines
724 B
ReStructuredText
:orphan:
|
|
|
|
.. include:: /_includes/snippets/__ANNOUNCEMENTS__.rst
|
|
|
|
.. _howto_add_custom_dns_server_on_mac:
|
|
|
|
******************************
|
|
Add custom DNS server on MacOS
|
|
******************************
|
|
|
|
**Table of Contents**
|
|
|
|
.. contents:: :local:
|
|
|
|
|
|
Assumption
|
|
==========
|
|
|
|
This tutorial is using ``127.0.0.1`` as the DNS server IP address, as it is the method to setup
|
|
Auto DNS for your local Devilbox.
|
|
|
|
|
|
Network preferences
|
|
===================
|
|
|
|
1. Open System Preferences
|
|
2. Go to **Network**
|
|
3. Select your **active** connected interface
|
|
4. Click on **DNS** tab
|
|
5. Add new DNS server by clicking the **+** sign
|
|
6. Add ``127.0.0.1`` as the first entry
|
|
|
|
.. include:: /_includes/figures/dns-server/mac/mac-network-settings.rst
|