Skip to content

Instantly share code, notes, and snippets.

@emilstahl
Created December 20, 2017 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emilstahl/dc8f50f40114f54657f186d9e3bb5146 to your computer and use it in GitHub Desktop.
Save emilstahl/dc8f50f40114f54657f186d9e3bb5146 to your computer and use it in GitHub Desktop.
config.gateway.json
{
"system":{
"static-host-mapping":{
"host-name":{
"usw.local":{
"alias":[
"usw"
],
"inet":[
"10.0.0.2"
]
},
"ap-ac-lite.local":{
"alias":[
"ap-ac-lite",
"lite"
],
"inet":[
"10.0.0.3"
]
},
"ap-nanohd.local":{
"alias":[
"ap-nanohd",
"nano"
],
"inet":[
"10.0.0.4"
]
}
}
},
"package":{
"repository":{
"wheezy":{
"components":"main contrib non-free",
"distribution":"wheezy",
"password":"",
"url":"http://mirror.one.com/debian/",
"username":""
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment