-- Copyright 2017 Yousong Zhou <yszhou4tech@gmail.com>
-- Licensed to the public under the Apache License 2.0.
--
module("luci.controller.shadowsocks-libev", package.seeall)

function index()
	entry({"admin", "services", "shadowsocks-libev"},
		alias("admin", "services", "shadowsocks-libev", "instances"),
		_("Shadowsocks-libev"), 59)

	entry({"admin", "services", "shadowsocks-libev", "instances"},
		view("shadowsocks-libev/instances"),
		_("Local Instances"), 10).leaf = true

	entry({"admin", "services", "shadowsocks-libev", "servers"},
		view("shadowsocks-libev/servers"),
		_("Remote Servers"), 20).leaf = true

	entry({"admin", "services", "shadowsocks-libev", "rules"},
		view("shadowsocks-libev/rules"),
		_("Redir Rules"), 30).leaf = true
end