Results 4 issues of kery

The subscription doesn't work because of below code. The subscription update will be discarded because the table_equal returns true. Don't quite understand what the purpose of below code. Can you...

m3u文件里可以通过`catchup-source`属性指定节目的回放地址。回放地址有两种模式:`default`和`append`,通过`catchup`属性指定。其中,`default`表示使用`catchup-source`里指定的完整URL来回放;`append`表示将`catchup-source`里的值追加到当前播放源的URL后面再播放。可参考链接:https://github.com/kodi-pvr/pvr.iptvsimple#supported-m3u-and-xmltv-elements 请问目前该APP支持这个功能吗?

enhancement

**CMD** (not working) **Terminal** (working) **Code** ```rust let stdout_layer = fmt::layer() .with_writer(std::io::stdout) .with_ansi(true) .with_target(false); tracing_subscriber::registry().with(stdout_layer).init(); ``` ***Version*** ``` tracing = { version = "0.1.41", default-features = false } tracing-subscriber =...

Support for port configuration in ACL files is a useful and powerful feature. Is it possible to implement this feature? For example, ``` [outbound_allow_list] 1.1.1.1/32:123 2.2.2.0/24:234,456 3.3.3.3:456-500 ```