This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| interface "eth1" { | |
| # 发送终端名,这个抓盒子发的包直接送出去就好了,是个32字节的字符串 | |
| send host-name "00109199************************"; | |
| # 发送机顶盒的MAC地址,我的华为的盒子是54:93:59开头的 | |
| send dhcp-client-identifier "\054:93:59:**:**:**"; | |
| # 电信用了Option60验证终端是否为盒子,按照抓包出来的字符串原样发送 | |
| send vendor-class-identifier "SCITV"; | |
| request subnet-mask, rfc3442-classless-static-routes, static-routes, | |
| routers, domain-name-servers, host-name, domain-name, | |
| interface-mtu, broadcast-address, ntp-servers, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #EXTM3U name="四川电信IPTV" | |
| #EXTINF:-1,CCTV-1高清 | |
| http://192.168.2.2/rtp/239.93.0.184:5140 | |
| #EXTINF:-1,CCTV-2高清 | |
| http://192.168.2.2/rtp/239.93.1.23:6000 | |
| #EXTINF:-1,CCTV-3高清 | |
| http://192.168.2.2/rtp/239.93.1.11:2223 | |
| #EXTINF:-1,CCTV-5高清 | |
| http://192.168.2.2/rtp/239.93.1.12:2224 | |
| #EXTINF:-1,CCTV-6高清 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <rss version="2.0" | |
| xmlns:content="http://purl.org/rss/1.0/modules/content/" | |
| xmlns:dsq="http://www.disqus.com/" | |
| xmlns:dc="http://purl.org/dc/elements/1.1/" | |
| xmlns:wp="http://wordpress.org/export/1.0/" | |
| > | |
| <channel> | |
| <item> | |
| <!-- title of article --> |
NewerOlder