mirror of https://github.com/lhie1/Rules.git
Update
parent
f5d9666f00
commit
2a2d982b01
@ -1,13 +1,9 @@
|
||||
payload:
|
||||
# > HBO GO Asia
|
||||
# - USER-AGENT,HBO%20GO%20PROD*
|
||||
# - DOMAIN-KEYWORD,hboasia
|
||||
- DOMAIN-KEYWORD,hbogoasia
|
||||
- DOMAIN-SUFFIX,hboasia.com
|
||||
- DOMAIN-SUFFIX,hbogoasia.com
|
||||
- DOMAIN,hbolb.onwardsmg.com
|
||||
- DOMAIN,hbounify-prod.evergent.com
|
||||
# - DOMAIN,bcbolthboa-a.akamaihd.net
|
||||
- DOMAIN,dai3fd1oh325y.cloudfront.net
|
||||
# - DOMAIN,hboasialive.akamaized.net
|
||||
# - DOMAIN,hbogoprod-vod.akamaized.net
|
||||
# > HBO Max
|
||||
# - USER-AGENT,HBOMAX*
|
||||
- DOMAIN-SUFFIX,hbo.com
|
||||
# - DOMAIN-SUFFIX,hbogo.com
|
||||
- DOMAIN-SUFFIX,hbonow.com
|
||||
- DOMAIN-SUFFIX,hbomax.com
|
||||
- DOMAIN-SUFFIX,hbomaxcdn.com
|
||||
- DOMAIN,execute-api.ap-southeast-1.amazonaws.com
|
@ -0,0 +1,5 @@
|
||||
#!name=Network framework
|
||||
#!desc=Uses Network.framework to utilize userspace network stack, whicl scan improve throughput, reduce latency and enable cutting edge features such as Multipath TCP. (Manual restart is required) Experimental features may be unstable, and may even cause the system to become frozen.
|
||||
|
||||
[General]
|
||||
network-framework = true
|
@ -0,0 +1,38 @@
|
||||
[General]
|
||||
loglevel = notify
|
||||
|
||||
dns-server = system, 119.29.29.29, 223.5.5.5, 223.6.6.6
|
||||
skip-proxy = 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local, *.crashlytics.com, *.edu.cn, *.evernote.com, *.yinxiang.com
|
||||
tun-excluded-routes = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12
|
||||
tun-included-routes = 192.168.1.12/32
|
||||
|
||||
always-real-ip = *.srv.nintendo.net, *.stun.playstation.net, xbox.*.microsoft.com, *.xboxlive.com
|
||||
hijack-dns = 8.8.8.8:53, 8.8.4.4:53
|
||||
|
||||
http-listen = 0.0.0.0:8888
|
||||
socks5-listen = 0.0.0.0:8889
|
||||
wifi-access-http-port = 8888
|
||||
wifi-access-socks5-port = 8889
|
||||
|
||||
external-controller-access = lhie1@0.0.0.0:6170
|
||||
http-api = lhie1@0.0.0.0:6171
|
||||
http-api-web-dashboard = true
|
||||
|
||||
internet-test-url = http://wifi.vivo.com.cn/generate_204
|
||||
proxy-test-url = http://www.google.com/generate_204
|
||||
test-timeout = 5
|
||||
|
||||
allow-wifi-access = true
|
||||
exclude-simple-hostnames = true
|
||||
ipv6 = false
|
||||
network-framework = false
|
||||
show-error-page-for-reject = true
|
||||
tls-provider = default
|
||||
use-default-policy-if-wifi-not-primary = false
|
||||
// wifi-assist = true
|
||||
|
||||
[Replica]
|
||||
hide-apple-request = true
|
||||
hide-crash-reporter-request = true
|
||||
hide-udp = false
|
||||
keyword-filter-type = false
|
@ -0,0 +1,38 @@
|
||||
[General]
|
||||
loglevel = notify
|
||||
|
||||
dns-server = system, 119.29.29.29, 223.5.5.5, 223.6.6.6
|
||||
skip-proxy = 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local, *.crashlytics.com, *.edu.cn, *.evernote.com, *.yinxiang.com
|
||||
tun-excluded-routes = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12
|
||||
tun-included-routes = 192.168.1.12/32
|
||||
|
||||
always-real-ip = *.srv.nintendo.net, *.stun.playstation.net, xbox.*.microsoft.com, *.xboxlive.com
|
||||
hijack-dns = 8.8.8.8:53, 8.8.4.4:53
|
||||
|
||||
http-listen = 0.0.0.0:8888
|
||||
socks5-listen = 0.0.0.0:8889
|
||||
wifi-access-http-port = 8888
|
||||
wifi-access-socks5-port = 8889
|
||||
|
||||
external-controller-access = lhie1@0.0.0.0:6170
|
||||
http-api = lhie1@0.0.0.0:6171
|
||||
http-api-web-dashboard = true
|
||||
|
||||
internet-test-url = http://wifi.vivo.com.cn/generate_204
|
||||
proxy-test-url = http://www.google.com/generate_204
|
||||
test-timeout = 5
|
||||
|
||||
allow-wifi-access = true
|
||||
exclude-simple-hostnames = true
|
||||
ipv6 = true
|
||||
network-framework = false
|
||||
show-error-page-for-reject = true
|
||||
tls-provider = default
|
||||
use-default-policy-if-wifi-not-primary = false
|
||||
// wifi-assist = true
|
||||
|
||||
[Replica]
|
||||
hide-apple-request = true
|
||||
hide-crash-reporter-request = true
|
||||
hide-udp = false
|
||||
keyword-filter-type = false
|
Loading…
Reference in New Issue