Skip to content

Commit

Permalink
Merge pull request #331 from akash-network/provider-dns-servers
Browse files Browse the repository at this point in the history
provider: use a mix of DNS nameservers
  • Loading branch information
andy108369 authored Aug 4, 2024
2 parents d894524 + 397bf6f commit d3e78ae
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ _**Expected/Example Output**_
```
#upstream_dns_servers:
#- 8.8.8.8
#- 8.8.4.4
#- 1.1.1.1
```

#### Update Upstream DNS Server Config
Expand All @@ -462,9 +462,12 @@ vim inventory/akash/group_vars/all/all.yml
## Upstream dns servers
upstream_dns_servers:
- 8.8.8.8
- 8.8.4.4
- 1.1.1.1
```

It is best to use two different DNS nameservers as in this example - Google DNS (8.8.8.8) and Cloudflare (1.1.1.1).


## STEP 7 - Provider Ephemeral Storage Config (OPTIONAL)

### Overview
Expand Down

0 comments on commit d3e78ae

Please sign in to comment.