Skip to content

Instantly share code, notes, and snippets.

View KekukhDmytro's full-sized avatar

Dmytro Kekukh KekukhDmytro

View GitHub Profile
@korzhyk
korzhyk / 30-netassist
Last active August 7, 2024 18:23
NetAssist :: IPv6 Tunnel Broker auto update client IPv4 on OpenWRT
#!/bin/sh
update_tunnel_broker() {
local wan_ip
local username
local password
local proto
local tunnelid
config_get proto $1 proto
config_get tunnelid $1 tunnelid