mirror of
https://github.com/andrey271192/Keenetic-Split-DNS.git
synced 2026-09-20 11:55:36 +00:00
7 lines
161 B
Bash
Executable File
7 lines
161 B
Bash
Executable File
#!/bin/sh
|
|
# Keenetic-Split-DNS REST API (CGI)
|
|
|
|
export KSD_ETC="${KSD_ETC:-/opt/etc/keenetic-split-dns}"
|
|
. /opt/share/keenetic-split-dns/scripts/api.sh
|
|
api_route
|