wnark

Results 30 comments of wnark

It seems that the usb capture card is correctly identified ![image](https://user-images.githubusercontent.com/24355466/111809111-98712a00-890f-11eb-91a6-286833c01037.png)

![image](https://user-images.githubusercontent.com/24355466/111823394-df671b80-891f-11eb-9282-8f9bacb0f6c8.png) It seems that there is a general problem with the production, this file is garbled `/opt/vc/bin/vcgencmd` ![image](https://user-images.githubusercontent.com/24355466/111823545-0b829c80-8920-11eb-8e16-6bba661fa1ec.png)

请问这个命令: `gost -L sni://:443?whitelist=tcp:*.baidu.com,*.qq.com:443` 怎么写成json呢? 我写的: ``` { "Debug": true, "Retries": 0, "ServeNodes": [ "sni://:443" ], "whitelist": [ "*.baidu.com", "*.qq.com" ] } ``` 不太清楚whitelist的TCP和443端口怎么加进去

> > 请问这个命令: > > `gost -L sni://:443?whitelist=tcp:*.baidu.com,*.qq.com:443` > > 怎么写成json呢? > > 我写的: > > ``` > > { > > "Debug": true, > > "Retries": 0, > >...

Because I store files in a directory structure similar to a mirror station, it is not convenient to package them into folders.

![image](https://user-images.githubusercontent.com/24355466/145921444-80aa89d6-c3ff-4ee9-b194-d4053893ab67.png) Does the --include parameter here provide this function, but your demo here seems to be wrong

`torrenttools create /var/filebrowser/srv --include "/var/filebrowser/srv/corona_3.09A.zst.md5" -a "https://tracker.tamersunion.org/announce" "udp://opentor.org:2710/announce" -w http://192.168.149.133:7000/ -d "router.utorrent.com:6881" "router.bittorrent.com:6881" "dht.transmissionbt.com:6881" "router.bitcomet.com:6881" "dht.aelitis.com:6881" -o "/var/filebrowser/srv/corona_3.09A.zst.torrent"` Understood, "--include" matches the path, not the file name, so you need...

` torrenttools create /var/filebrowser/srv --include "/var/filebrowser/srv/corona_3.09A.zst$" "/var/filebrowser/srv/corona_3.09A.zst.md5$" -a "https://tracker.tamersunion.org/announce" "udp://opentor.org:2710/announce" -w http://192.168.149.133:7000/ -d "router.utorrent.com:6881" "router.bittorrent.com:6881" "dht.transmissionbt.com:6881" "router.bitcomet.com:6881" "dht.aelitis.com:6881" -o "/var/filebrowser/srv/corona_3.09A.zst.torrent"` If you need to match a file exactly, you need...

Your matching here is to traverse the directory, record the paths of all files, and then perform regular matching?