Skip to content
Snippets Groups Projects
Commit f00e339e authored by root's avatar root
Browse files

changed DNS Domain for Gateways to gw.freifunk-stuttgart.de

parent 6a1bd5d4
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ for i in `seq 1 10`; ...@@ -29,7 +29,7 @@ for i in `seq 1 10`;
do do
GW=$(printf "gw%02d" $i) GW=$(printf "gw%02d" $i)
OLDPEER=$(uci get fastd.mesh_vpn_backbone_peer_$GW.remote) OLDPEER=$(uci get fastd.mesh_vpn_backbone_peer_$GW.remote)
NEWPEER="\"${GW}s$SEGNUM.freifunk-stuttgart.de\" port $PORT" NEWPEER="\"${GW}s$SEGNUM.gw.freifunk-stuttgart.de\" port $PORT"
if [ "$NEWPEER" != "$OLDPEER" ]; then if [ "$NEWPEER" != "$OLDPEER" ]; then
uci set fastd.mesh_vpn_backbone_peer_$GW.remote="$NEWPEER" uci set fastd.mesh_vpn_backbone_peer_$GW.remote="$NEWPEER"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment