All Projects → honwen → Luci App Aliddns

honwen / Luci App Aliddns

Licence: mit
OpenWrt/LEDE LuCI for AliDDNS

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Luci App Aliddns

Openwrt Kcptun
kcptun for OpenWrt
Stars: ✭ 80 (-34.96%)
Mutual labels:  openwrt
Openwrt Packages
Onion Packages Feed for OpenWRT
Stars: ✭ 91 (-26.02%)
Mutual labels:  openwrt
Xunleikuainiaoinshell
[ 迅雷快鸟 Shell 版 ] A Shell Implementation of Kuainiao, Xunlei
Stars: ✭ 102 (-17.07%)
Mutual labels:  openwrt
Openwrt Simple Obfs
Simple-obfs for OpenWrt/LEDE
Stars: ✭ 81 (-34.15%)
Mutual labels:  openwrt
K3c
K3C OPENWRT A1/B1/B1G/B2/C1/S1
Stars: ✭ 88 (-28.46%)
Mutual labels:  openwrt
Awalwm2m
Awa LWM2M is an implementation of the OMA Lightweight M2M protocol in C.
Stars: ✭ 93 (-24.39%)
Mutual labels:  openwrt
Zapret
Обход DPI в linux
Stars: ✭ 1,148 (+833.33%)
Mutual labels:  openwrt
Openwrt Examples
Examples for creating OpenWrt programs&packages.
Stars: ✭ 120 (-2.44%)
Mutual labels:  openwrt
Qosdocs
Linux TC Qos 智能流控等相关资料,多年来的心血
Stars: ✭ 89 (-27.64%)
Mutual labels:  openwrt
Openwrt V2ray
V2Ray for OpenWrt
Stars: ✭ 1,358 (+1004.07%)
Mutual labels:  openwrt
Openwrt Extra
Some extra packages for OpenWrt
Stars: ✭ 84 (-31.71%)
Mutual labels:  openwrt
Openwisp Firmware
A OpenWRT based firmware to be used with OpenWISP Manager
Stars: ✭ 86 (-30.08%)
Mutual labels:  openwrt
Luci App Xlnetacc
OpenWrt/LEDE LuCI for XLNetAcc (迅雷快鸟)
Stars: ✭ 95 (-22.76%)
Mutual labels:  openwrt
Ac2100 Openwrt Guide
Install OpenWrt on the AC2100 (black cylinder)
Stars: ✭ 80 (-34.96%)
Mutual labels:  openwrt
Postinstall
💻 Bash Script to automate post-installation steps
Stars: ✭ 104 (-15.45%)
Mutual labels:  openwrt
Openwrt Nanopi R2s
OpenWrt support for FriendlyElec NanoPi R2S RK3328 SoC board with 2x1000Mbps ports. This repository is not a fork of friendlywrt but a fork of upstream/openwrt.
Stars: ✭ 73 (-40.65%)
Mutual labels:  openwrt
Vrouter
一个基于 VirtualBox 和 openwrt 构建的项目, 旨在实现 macOS / Windows 平台的透明代理.
Stars: ✭ 1,307 (+962.6%)
Mutual labels:  openwrt
Ansible Openwisp2 Imagegenerator
Automatically build several openwisp2 firmware images for different organizations while keeping track of their differences
Stars: ✭ 122 (-0.81%)
Mutual labels:  openwrt
Docker Openwrt
OpenWrt running in Docker
Stars: ✭ 107 (-13.01%)
Mutual labels:  openwrt
Fast Path Lede Openwrt
PLEASE GO TO NEW OPENWRT TRUNK BASED SFE FIRMWARE ->
Stars: ✭ 96 (-21.95%)
Mutual labels:  openwrt

luci-app-aliddns

LEDE/OpenWrt LuCI for AliDDNS

简介

本软件包是 AliDDNS 的 LuCI 控制界面,

软件包文件结构:

/
├── etc/
│   ├── config/
│   │   └── aliddns                            // UCI 配置文件
│   │── init.d/
│   │   └── aliddns                            // init 脚本
│   └── uci-defaults/
│       └── luci-aliddns                        // uci-defaults 脚本
└── usr/
    ├── sbin/
    │   └── aliddns                             // 主程序
    └── lib/
        └── lua/
            └── luci/                            // LuCI 部分
                ├── controller/
                │   └── aliddns.lua             // LuCI 菜单配置
                ├── i18n/                        // LuCI 语言文件目录
                │   └── aliddns.zh-cn.lmo
                └── model/
                    └── cbi/
                        └── aliddns.lua          // LuCI 基本设置

依赖

软件包的正常使用需要依赖 openssl-utilcurl.

配置

软件包的配置文件路径: /etc/config/aliddns
此文件为 UCI 配置文件, 配置方式可参考 Wiki

编译

从 LEDE 的 SDK 编译

# 解压下载好的 SDK
tar axvf lede-sdk-17.01.*-ar71xx-generic_gcc-5.4.0_musl-1.1.16.Linux-x86_64.tar.xz
cd lede-sdk-17.01.*-ar71xx-*
# Clone 项目
mkdir -p package/feeds
git clone https://github.com/chenhw2/luci-app-aliddns.git package/feeds/luci-app-aliddns
# 编译 po2lmo (如果有po2lmo可跳过)
pushd package/feeds/luci-app-aliddns/tools/po2lmo
make && sudo make install
popd
# 选择要编译的包 LuCI -> 3. Applications
make menuconfig
# 开始编译
make package/feeds/luci-app-aliddns/compile V=s
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].