Really didn't think it would work, but my hotel offers free wifi for 30 minutes.
So I'm now running this command every 30 minutes then reconnecting:
```
sudo ifconfig en0 ether $(openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//')
```
Really didn't think it would work, but my hotel offers free wifi for 30 minutes.
So I'm now running this command every 30 minutes then reconnecting:
```
sudo ifconfig en0 ether $(openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//')
```