-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
site: add ffac-ssid-changer #265
Conversation
I'd prefer to use |
e28b75c
to
c749e7e
Compare
@awlx good idea. I added a a PR to add offline.ffmuc.net. We can create our own documentation later, if we want to. |
Tested on a FritzBox 7520/7530. Unplugged the cable before boot, saw the offline SSID, plugged the cable back in and saw the correct SSID. |
Successfully created backport PR for |
Successfully created backport PR for |
Backport of #265 using the older package from https://github.com/Freifunk-Nord/gluon-ssid-changer
Backport of #265 using the older package from https://github.com/Freifunk-Nord/gluon-ssid-changer
This new feature will turn the SSID from this node (random example): https://map.ffmuc.net/#!/en/map/50d4f75974f1
from
muenchen.freifunk.net/augsburg
tooffline.ffmuc.net/ffmuc-50d4f75974f1
.While the current code will apply to other domains, like
wertingen.freifunk.net/event
tooffline.ffmuc.net/whatevernodename
, we can make the options domain-specific and respect wertingen (and ffdon).Alternatively, we can change it tooffline.freifunk.net/ffmuc-50d4f75974f1
, but the domain http://offline.freifunk.net is currently unused. Do we care?EDIT: edited domains to reflext new changes
Fixes #249.