I hereby claim:
- I am jesserockz on github.
- I am jessehills (https://keybase.io/jessehills) on keybase.
- I have a public key whose fingerprint is 412F 652C 7C61 1CE2 09E9 DBBE 48A8 AE89 BF6A 6B3A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| substitutions: | |
| devicename: play_kitchen | |
| friendly_name: Play Kitchen | |
| ip: '10.5.5.222' | |
| wifi_reboot_timeout: 0s | |
| ########### PINS ######### | |
| # 3.3V 5V | |
| # GPIO15 GROUND | |
| # dht # GPIO13 GPIO2 LED / buzzer |
| .image-common: &image-common | |
| action: none | |
| hold_action: | |
| action: none | |
| tap_action: | |
| action: none | |
| type: image | |
| .image-style: &image-style | |
| top: 50% |
| #!/usr/bin/env python3 | |
| import sys | |
| ALPHABET = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" | |
| def base35encode(number: int) -> str: | |
| base35 = "" |
This script allows you to toggle tailscale settings using the physical side switch on the GL-iNet Beryl AX.
To install:
/etc/gl-switch.d/tailscale.sh and replace the exit_node_ip value with your exit node ip address.chmod +x /etc/gl-switch.d/tailscale.sh