This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
############################################################# | |
# AnripDdns v6.0.0 | |
# | |
# Dynamic DNS using DNSPod API | |
# | |
# Author: anrip<[email protected]>, www.anrip.com/post/872 | |
# Collaborators: ProfFan, https://github.com/ProfFan |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import os | |
import re | |
import sys | |
import time | |
import json | |
import shutil | |
import zipfile | |
import tempfile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Dnspod DDNS with BashShell | |
#Github:https://github.com/lixuy/dnspod-ddns-with-bashshell | |
#More: https://03k.org/dnspod-ddns-with-bashshell.html | |
#CONF START | |
API_ID=$1 | |
API_Token=S2 | |
domain=$3 | |
host=$4 | |
Email=$5 | |
CHECKURL="http://ip.qq.com" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From e68c35408f03a2ecd9c6868049b1edde12fb3439 Mon Sep 17 00:00:00 2001 | |
Message-Id: <e68c35408f03a2ecd9c6868049b1edde12fb3439.1539152864.git.uavana@gmail.com> | |
From: Kavana Sum <[email protected]> | |
Date: Wed, 10 Oct 2018 13:21:04 +0800 | |
Subject: [PATCH] support HC5611 | |
--- | |
.../ramips/base-files/etc/board.d/01_leds | 3 + | |
.../ramips/base-files/etc/board.d/02_network | 5 + | |
target/linux/ramips/base-files/lib/ramips.sh | 3 + |