Created
December 20, 2017 22:02
-
-
Save emilstahl/dc8f50f40114f54657f186d9e3bb5146 to your computer and use it in GitHub Desktop.
config.gateway.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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