@
shangjiyu 晕了,还是这样提示
root@OpenWrt:~# /etc/init.d/shadowsocks start
/etc/rc.common: line 12: whitelist_enabled: not found
上一个版本,我改下shadowsocks的confing里的文件,就可以运行的,现在改了也不能
改成下面这样我就可以运行,不出上面的错误
config shadowsocks 'config'
	option enabled '0'
	option remote_server 'ip'
	option remote_port '****'
	option local_port '1080'
	option cipher 'aes-256-cfb'
	option password '****'
	option blacklist_enabled '0'
	option whitelist_enabled '1'
	option redir_enabled '1'
	option redir_port '1053'