diff options
author | Manuel Munz <manu@somakoma.de> | 2015-03-05 00:54:21 +0100 |
---|---|---|
committer | Manuel Munz <manu@somakoma.de> | 2015-03-05 00:54:21 +0100 |
commit | b9e3aae13a6c606660609346a3401d2fc5d086d7 (patch) | |
tree | 7632920eccc394c5fb24bd3763872a12bb2b1e42 | |
parent | de5ec52b8784cc44d9f7d391916b8d466ee8f5f6 (diff) | |
parent | abef3ba248320955191781242402e936530d8609 (diff) |
Merge pull request #344 from melle/fix-dns-community-potsdam
Fixed default DNS settings for community Potsdam
-rw-r--r-- | contrib/package/community-profiles/files/etc/config/profile_potsdam | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/package/community-profiles/files/etc/config/profile_potsdam b/contrib/package/community-profiles/files/etc/config/profile_potsdam index bde824f357..c15624a9fd 100644 --- a/contrib/package/community-profiles/files/etc/config/profile_potsdam +++ b/contrib/package/community-profiles/files/etc/config/profile_potsdam @@ -13,3 +13,7 @@ config 'defaults' 'wifi_device' config 'defaults' 'bssidscheme' option '5' '02:CA:FF:EE:BA:BE' + +config 'defaults' 'interface' + option 'dns' '85.214.20.141 213.73.91.35 194.150.168.168' + |