vernesong / OpenClash

A Clash Client For OpenWrt
MIT License
17.46k stars 3.18k forks source link

[Bug] openclash在代理onedrive所出现的问题,希望大佬能帮我分析一下 #3044

Closed jsdfhasuh closed 1 year ago

jsdfhasuh commented 1 year ago

Verify Steps

OpenClash Version

v0.45.87-beta

Bug on Environment

Official OpenWrt

Bug on Platform

Linux-armv7

To Reproduce

1.挂载onedrive 2.在控制面板能检测到设备与onedrive的通信,在选择直连之后,没办法连接上。但选择代理之后,又可以连接上 3.选择对这个设备不代理之后,这个设备就可以正常连接onedrive

Describe the Bug

是否openclash对部分onedrive流量进行了直接扔弃。 DNS方面:我选择的是adguardhome做上游服务器

OpenClash Log

2023-02-26 10:12:40 WRN [TCP] dial failed error=dial tcp4 45.114.11.25:80: i/o timeout proxy=🐟 漏网之鱼 lAddr=10.30.128.140:37270 rAddr=45.114.11.25:80 rule=DstPort rulePayload=80 2023-02-26 10:12:40 WRN [TCP] dial failed error=dial tcp4 45.114.11.25:443: i/o timeout proxy=🐟 漏网之鱼 lAddr=10.30.128.140:38736 rAddr=45.114.11.25:443 rule=DstPort rulePayload=443 2023-02-26 10:11:51 WRN [TCP] dial failed error=dial tcp4 51.11.192.50:80: i/o timeout proxy=🐟 漏网之鱼 lAddr=10.30.128.140:32812 rAddr=51.11.192.50:80 rule=DstPort rulePayload=80 2023-02-26 10:11:49 WRN [TCP] dial failed error=dial tcp4 40.70.161.102:80: i/o timeout proxy=🐟 漏网之鱼 lAddr=10.30.128.140:52528 rAddr=40.70.161.102:80 rule=DstPort rulePayload=80 2023-02-26 10:11:47 INF [TCP] connected lAddr=192.168.100.248:38258 rAddr=self.events.data.microsoft.com:443 mode=rule rule=DomainKeyword(microsoft) proxy=Ⓜ️ 微软服务[DIRECT] 2023-02-26 10:11:47 INF [TCP] connected lAddr=10.30.128.140:60298 rAddr=51.11.192.50:443 mode=rule rule=DstPort(443) proxy=🐟 漏网之鱼[DIRECT] 2023-02-26 10:11:47 WRN [TCP] dial failed error=dial tcp4 91.108.56.133:443: i/o timeout proxy=📲 电报消息 lAddr=10.30.128.140:56474 rAddr=91.108.56.133:443 rule=IPCIDR rulePayload=91.108.0.0/16 2023-02-26 10:11:45 INF [TCP] connected lAddr=10.30.128.140:34382 rAddr=40.70.161.102:443 mode=rule rule=DstPort(443) proxy=🐟 漏网之鱼[DIRECT] 2023-02-26 10:11:45 INF [TCP] connected lAddr=192.168.100.248:44218 rAddr=in.appcenter.ms:443 mode=rule rule=DstPort(443) proxy=🐟 漏网之鱼[DIRECT] 2023-02-26 10:11:43 INF [TCP] connected lAddr=192.168.100.248:38506 rAddr=jsdfhasuhhome-my.sharepoint.com:443 mode=rule rule=DomainSuffix(sharepoint.com) proxy=Ⓜ️ 微软云盘[DIRECT] 2023-02-26 10:11:43 INF [TCP] connected lAddr=192.168.100.248:38508 rAddr=jsdfhasuhhome-my.sharepoint.com:443 mode=rule rule=DomainSuffix(sharepoint.com) proxy=Ⓜ️ 微软云盘[DIRECT] 2023-02-26 10:11:41 INF [TCP] connected lAddr=192.168.100.248:46726 rAddr=config.edge.skype.com:443 mode=rule rule=DomainSuffix(skype.com) proxy=Ⓜ️ 微软服务[DIRECT]

OpenClash Config

###openclash的config
config dns_servers
    option group 'nameserver'
    option type 'udp'
    option node_resolve '0'
    option interface 'Disable'
    option specific_group 'Disable'
    option ip '114.114.114.114'
    option enabled '0'

config dns_servers
    option group 'nameserver'
    option type 'udp'
    option node_resolve '0'
    option interface 'Disable'
    option specific_group 'Disable'
    option ip '119.29.29.29'
    option enabled '0'

config dns_servers
    option group 'nameserver'
    option type 'udp'
    option ip '223.5.5.5'
    option enabled '0'
    option node_resolve '0'
    option interface 'Disable'
    option specific_group 'Disable'

config dns_servers
    option type 'https'
    option ip 'doh.pub/dns-query'
    option group 'nameserver'
    option enabled '0'
    option node_resolve '0'
    option interface 'Disable'
    option specific_group 'Disable'

config dns_servers
    option type 'https'
    option ip 'dns.alidns.com/dns-query'
    option group 'nameserver'
    option enabled '0'
    option node_resolve '0'
    option interface 'Disable'
    option specific_group 'Disable'

config dns_servers
    option type 'https'
    option group 'fallback'
    option ip 'dns.cloudflare.com/dns-query'
    option enabled '0'
    option node_resolve '0'
    option interface 'Disable'
    option specific_group 'Disable'

config dns_servers
    option group 'fallback'
    option ip 'dns.google'
    option port '853'
    option type 'tls'
    option enabled '0'
    option node_resolve '0'
    option interface 'Disable'
    option specific_group 'Disable'

config dns_servers
    option group 'fallback'
    option type 'https'
    option ip '1.1.1.1/dns-query'
    option enabled '0'
    option node_resolve '0'
    option interface 'Disable'
    option specific_group 'Disable'

config dns_servers
    option group 'fallback'
    option ip '1.1.1.1'
    option port '853'
    option type 'tls'
    option enabled '0'
    option node_resolve '0'
    option interface 'Disable'
    option specific_group 'Disable'

config dns_servers
    option enabled '0'
    option group 'fallback'
    option ip '8.8.8.8'
    option port '853'
    option type 'tls'
    option node_resolve '0'
    option interface 'Disable'
    option specific_group 'Disable'

config dns_servers
    option type 'udp'
    option group 'fallback'
    option ip '2001:4860:4860::8888'
    option port '53'
    option enabled '0'
    option node_resolve '0'
    option interface 'Disable'
    option specific_group 'Disable'

config dns_servers
    option type 'udp'
    option group 'fallback'
    option ip '2001:4860:4860::8844'
    option port '53'
    option enabled '0'
    option node_resolve '0'
    option interface 'Disable'
    option specific_group 'Disable'

config dns_servers
    option node_resolve '1'
    option group 'nameserver'
    option type 'tcp'
    option specific_group 'Disable'
    option port '5354'
    option interface 'br-lan'
    option ip '127.0.0.1'
    option enabled '1'

config dns_servers
    option group 'fallback'
    option node_resolve '1'
    option interface 'Disable'
    option specific_group '♻️ 自动选择'
    option ip '223.5.5.5'
    option type 'tcp'
    option enabled '1'

config dns_servers
    option group 'fallback'
    option node_resolve '1'
    option type 'tcp'
    option interface 'Disable'
    option specific_group '♻️ 自动选择'
    option ip '119.29.29.29'
    option enabled '1'

config dns_servers
    option group 'fallback'
    option type 'tls'
    option node_resolve '1'
    option ip '208.67.222.222'
    option port '443'
    option interface 'Disable'
    option specific_group '♻️ 自动选择'
    option enabled '1'

config dns_servers
    option group 'fallback'
    option type 'tls'
    option node_resolve '1'
    option ip 'dns.google'
    option interface 'Disable'
    option specific_group '♻️ 自动选择'
    option enabled '1'

config dns_servers
    option interface 'Disable'
    option specific_group 'Disable'
    option node_resolve '1'
    option group 'fallback'
    option ip '114.114.114.114'
    option type 'tcp'
    option enabled '1'

config openclash 'config'
    option proxy_port '7892'
    option tproxy_port '7895'
    option mixed_port '7893'
    option socks_port '7891'
    option http_port '7890'
    option dns_port '7874'
    option update '0'
    option auto_update '0'
    option cn_port '9090'
    option dashboard_password '123456'
    option dashboard_forward_ssl '0'
    option ipv6_enable '0'
    option ipv6_dns '0'
    option other_rule_auto_update '0'
    option enable_redirect_dns '1'
    option dns_advanced_setting '0'
    option log_level 'silent'
    option proxy_mode 'rule'
    option filter_aaaa_dns '0'
    option small_flash_memory '0'
    option log_size '1024'
    option tolerance '0'
    option store_fakeip '1'
    option bypass_gateway_compatible '0'
    option delay_start '0'
    option release_branch 'master'
    option dashboard_type 'Official'
    option yacd_type 'Official'
    option chnr_custom_url 'https://ispip.clang.cn/all_cn.txt'
    option chnr6_custom_url 'https://ispip.clang.cn/all_cn_ipv6.txt'
    option default_resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
    option restricted_mode '0'
    option dnsmasq_resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
    option other_rule_update_week_time '1'
    option other_rule_update_day_time '0'
    option chnr_update_week_time '1'
    option chnr_update_day_time '0'
    option auto_restart '0'
    option auto_restart_week_time '1'
    option auto_restart_day_time '0'
    option enable_custom_dns '1'
    option disable_masq_cache '1'
    option create_config '0'
    option servers_update '1'
    list new_servers_group '补充节点'
    option dns_remote '1'
    option servers_if_update '0'
    option urltest_address_mod '0'
    option cndomain_custom_url 'https://testingcf.jsdelivr.net/gh/felixonmars/dnsmasq-china-list@master/accelerated-domains.china.conf'
    option fakeip_range '198.18.0.1/16'
    option intranet_allowed '0'
    option core_version 'linux-armv7'
    option append_default_dns '0'
    option disable_udp_quic '1'
    option github_address_mod '0'
    option chnr_auto_update '1'
    option append_wan_dns '0'
    option dnsmasq_noresolv '0'
    option enable_meta_core '0'
    option rule_source '0'
    option enable_custom_clash_rules '1'
    option geo_auto_update '0'
    option geo_update_week_time '1'
    option geo_update_day_time '0'
    option interface_name 'pppoe-wan'
    option enable '1'
    option router_self_proxy '1'
    option enable_rule_proxy '1'
    option stream_domains_prefetch '0'
    option stream_auto_select '0'
    option geo_custom_url 'https://testingcf.jsdelivr.net/gh/alecthw/mmdb_china_ip_list@release/lite/Country.mmdb'
    option custom_fallback_filter '0'
    option core_type 'TUN'
    option operation_mode 'redir-host'
    option en_mode 'redir-host-mix'
    option stack_type 'system'
    option common_ports '1'
    option china_ip_route '1'
    option lan_ac_mode '0'
    option config_path '/etc/openclash/config/config.dd.yaml'
    list lan_ac_black_ips '172.31.0.2'
    list lan_ac_black_macs '02:42:ac:1f:00:02'
    list lan_ac_black_macs '40:e6:4b:0c:66:93'
    list lan_ac_black_macs '7c:67:a2:06:a9:46'
    option config_reload '1'
    list dnsmasq_server '127.0.0.1#5354'
    option redirect_dns '1'
    option dnsmasq_cachesize '8000'
    option cachesize_dns '1'
####上游dns服务器的配置
bind_host: 0.0.0.0
bind_port: 3000
users:
  - name: root
    password: $2a$10$ykCm24D9dv6ky2q67LnFkeaYKJ/LHjcE/QDl0Odv9C7Prx/67KkD.
auth_attempts: 5
block_auth_min: 15
http_proxy: ""
language: ""
theme: auto
debug_pprof: false
web_session_ttl: 720
dns:
  bind_hosts:
    - 0.0.0.0
  port: 5354
  anonymize_client_ip: false
  protection_enabled: true
  blocking_mode: default
  blocking_ipv4: ""
  blocking_ipv6: ""
  blocked_response_ttl: 10
  parental_block_host: family-block.dns.adguard.com
  safebrowsing_block_host: standard-block.dns.adguard.com
  ratelimit: 0
  ratelimit_whitelist: []
  refuse_any: true
  upstream_dns:
    - 101.226.4.6
    - 223.5.5.5
    - 119.29.29.29
    - '#114.114.114.114'
    - 103.61.37.108
    - 202.96.128.86
    - 180.76.76.76
    - 119.29.29.29
    - 8.8.8.8
    - 202.96.134.133
    - 202.96.128.86
    - 101.226.4.6
    - 1.1.1.1
  upstream_dns_file: ""
  bootstrap_dns:
    - 119.29.29.29
    - 119.28.28.28
    - 223.5.5.5
    - 223.6.6.6
  all_servers: false
  fastest_addr: true
  fastest_timeout: 1s
  allowed_clients: []
  disallowed_clients: []
  blocked_hosts:
    - version.bind
    - id.server
    - hostname.bind
  trusted_proxies:
    - 127.0.0.0/8
    - ::1/128
  cache_size: 0
  cache_ttl_min: 0
  cache_ttl_max: 0
  cache_optimistic: false
  bogus_nxdomain: []
  aaaa_disabled: false
  enable_dnssec: false
  edns_client_subnet: false
  max_goroutines: 300
  handle_ddr: true
  ipset: []
  ipset_file: ""
  filtering_enabled: false
  filters_update_interval: 24
  parental_enabled: false
  safesearch_enabled: false
  safebrowsing_enabled: false
  safebrowsing_cache_size: 1048576
  safesearch_cache_size: 1048576
  parental_cache_size: 1048576
  cache_time: 30
  rewrites:
    - domain: api.onedrive.com
      answer: 204.79.197.213
    - domain: api.onedrive.live.com
      answer: 23.76.75.24
    - domain: onedrive.live.com
      answer: 131.253.33.217
    - domain: webedgegeo.skyprod.akadns.net
      answer: 131.253.33.217
    - domain: skyapi.onedrive.live.com
      answer: 131.253.14.230
    - domain: skyweb.skyprod.akadns.net
      answer: 134.170.104.157
  blocked_services: []
  upstream_timeout: 10s
  private_networks: []
  use_private_ptr_resolvers: false
  local_ptr_upstreams: []
  use_dns64: false
  dns64_prefixes: []
  serve_http3: false
  use_http3_upstreams: false
tls:
  enabled: false
  server_name: ""
  force_https: false
  port_https: 443
  port_dns_over_tls: 853
  port_dns_over_quic: 784
  port_dnscrypt: 0
  dnscrypt_config_file: ""
  allow_unencrypted_doh: false
  certificate_chain: ""
  private_key: ""
  certificate_path: ""
  private_key_path: ""
  strict_sni_check: false
querylog:
  enabled: true
  file_enabled: true
  interval: 2160h
  size_memory: 1000
  ignored: []
statistics:
  enabled: true
  interval: 1
  ignored: []
filters:
  - enabled: false
    url: https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
    name: AdGuard DNS filter
    id: 1
  - enabled: false
    url: https://adaway.org/hosts.txt
    name: AdAway Default Blocklist
    id: 2
whitelist_filters: []
user_rules: []
dhcp:
  enabled: false
  interface_name: ""
  local_domain_name: lan
  dhcpv4:
    gateway_ip: ""
    subnet_mask: ""
    range_start: ""
    range_end: ""
    lease_duration: 86400
    icmp_timeout_msec: 1000
    options: []
  dhcpv6:
    range_start: ""
    lease_duration: 86400
    ra_slaac_only: false
    ra_allow_slaac: false
clients:
  runtime_sources:
    whois: true
    arp: true
    rdns: false
    dhcp: true
    hosts: true
  persistent: []
log_file: ""
log_max_backups: 0
log_max_size: 100
log_max_age: 3
log_compress: false
log_localtime: false
verbose: false
os:
  group: ""
  user: ""
  rlimit_nofile: 0
schema_version: 16
###防火墙规则
Chain PREROUTING (policy ACCEPT)
num  target     prot opt source               destination         
1    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            /* OpenClash TCP DNS Hijack */ tcp dpt:53
2    REDIRECT   tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:53 /* OpenClash DNS Hijack */ redir ports 53
3    REDIRECT   udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:53 /* OpenClash DNS Hijack */ redir ports 53
4    DOCKER     all  --  0.0.0.0/0            0.0.0.0/0            ADDRTYPE match dst-type LOCAL
5    prerouting_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom prerouting rule chain */
6    prerouting_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom prerouting rule chain */
7    zone_lan_prerouting  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3 */
8    zone_wan_prerouting  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3 */
9    zone_Wireguard_prerouting  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3 */
10   zone_docker_prerouting  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3 */
11   openclash  tcp  --  0.0.0.0/0            0.0.0.0/0           

Chain INPUT (policy ACCEPT)
num  target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
num  target     prot opt source               destination         
1    DOCKER     all  --  0.0.0.0/0           !127.0.0.0/8          ADDRTYPE match dst-type LOCAL
2    openclash_output  all  --  0.0.0.0/0            0.0.0.0/0           

Chain POSTROUTING (policy ACCEPT)
num  target     prot opt source               destination         
1    MASQUERADE  all  --  172.31.0.0/24        0.0.0.0/0           
2    postrouting_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom postrouting rule chain */
3    postrouting_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom postrouting rule chain */
4    zone_lan_postrouting  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3 */
5    zone_wan_postrouting  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3 */
6    zone_Wireguard_postrouting  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3 */
7    zone_docker_postrouting  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3 */
8    MASQUERADE  tcp  --  172.31.0.2           172.31.0.2           tcp dpt:5244

Chain DOCKER (2 references)
num  target     prot opt source               destination         
1    RETURN     all  --  0.0.0.0/0            0.0.0.0/0           
2    DNAT       tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:5244 to:172.31.0.2:5244

Chain MINIUPNPD (2 references)
num  target     prot opt source               destination         

Chain MINIUPNPD-POSTROUTING (2 references)
num  target     prot opt source               destination         

Chain openclash (1 references)
num  target     prot opt source               destination         
1    RETURN     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp spt:51416
2    RETURN     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp spt:52000
3    RETURN     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp spt:23456
4    RETURN     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp spt:1688
5    RETURN     all  --  0.0.0.0/0            0.0.0.0/0            match-set localnetwork dst
6    RETURN     all  --  0.0.0.0/0            0.0.0.0/0            match-set lan_ac_black_ips src
7    RETURN     all  --  0.0.0.0/0            0.0.0.0/0            match-set lan_ac_black_macs src
8    RETURN     all  --  0.0.0.0/0            0.0.0.0/0            ! match-set common_ports dst
9    RETURN     all  --  0.0.0.0/0            0.0.0.0/0            match-set china_ip_route dst ! match-set china_ip_route_pass dst
10   REDIRECT   tcp  --  0.0.0.0/0            0.0.0.0/0            redir ports 7892

Chain openclash_output (1 references)
num  target     prot opt source               destination         
1    RETURN     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp spt:51416
2    RETURN     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp spt:52000
3    RETURN     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp spt:23456
4    RETURN     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp spt:1688
5    RETURN     all  --  0.0.0.0/0            0.0.0.0/0            match-set localnetwork dst
6    RETURN     all  --  0.0.0.0/0            0.0.0.0/0            ! owner UID match 65534 ! match-set common_ports dst
7    RETURN     all  --  0.0.0.0/0            0.0.0.0/0            ! owner UID match 65534 match-set china_ip_route dst ! match-set china_ip_route_pass dst
8    REDIRECT   tcp  --  0.0.0.0/0            0.0.0.0/0            ! owner UID match 65534 redir ports 7892

Chain postrouting_Wireguard_rule (2 references)
num  target     prot opt source               destination         

Chain postrouting_docker_rule (2 references)
num  target     prot opt source               destination         

Chain postrouting_lan_rule (2 references)
num  target     prot opt source               destination         

Chain postrouting_rule (2 references)
num  target     prot opt source               destination         

Chain postrouting_wan_rule (2 references)
num  target     prot opt source               destination         

Chain prerouting_Wireguard_rule (2 references)
num  target     prot opt source               destination         

Chain prerouting_docker_rule (2 references)
num  target     prot opt source               destination         

Chain prerouting_lan_rule (2 references)
num  target     prot opt source               destination         

Chain prerouting_rule (2 references)
num  target     prot opt source               destination         

Chain prerouting_wan_rule (2 references)
num  target     prot opt source               destination         

Chain zone_Wireguard_postrouting (1 references)
num  target     prot opt source               destination         
1    postrouting_Wireguard_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom Wireguard postrouting rule chain */
2    postrouting_Wireguard_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom Wireguard postrouting rule chain */

Chain zone_Wireguard_prerouting (1 references)
num  target     prot opt source               destination         
1    prerouting_Wireguard_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom Wireguard prerouting rule chain */
2    prerouting_Wireguard_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom Wireguard prerouting rule chain */

Chain zone_docker_postrouting (1 references)
num  target     prot opt source               destination         
1    postrouting_docker_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom docker postrouting rule chain */
2    MASQUERADE  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3 */ mode: fullcone
3    postrouting_docker_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom docker postrouting rule chain */
4    MASQUERADE  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3 */ mode: fullcone

Chain zone_docker_prerouting (1 references)
num  target     prot opt source               destination         
1    prerouting_docker_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom docker prerouting rule chain */
2    prerouting_docker_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom docker prerouting rule chain */

Chain zone_lan_postrouting (1 references)
num  target     prot opt source               destination         
1    postrouting_lan_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom lan postrouting rule chain */
2    MASQUERADE  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3 */ mode: fullcone
3    postrouting_lan_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom lan postrouting rule chain */
4    MASQUERADE  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3 */ mode: fullcone

Chain zone_lan_prerouting (1 references)
num  target     prot opt source               destination         
1    prerouting_lan_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom lan prerouting rule chain */
2    prerouting_lan_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom lan prerouting rule chain */

Chain zone_wan_postrouting (1 references)
num  target     prot opt source               destination         
1    MINIUPNPD-POSTROUTING  all  --  0.0.0.0/0            0.0.0.0/0           
2    MINIUPNPD-POSTROUTING  all  --  0.0.0.0/0            0.0.0.0/0           
3    postrouting_wan_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom wan postrouting rule chain */
4    MASQUERADE  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3 */ mode: fullcone
5    postrouting_wan_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom wan postrouting rule chain */
6    MASQUERADE  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3 */ mode: fullcone

Chain zone_wan_prerouting (1 references)
num  target     prot opt source               destination         
1    MINIUPNPD  all  --  0.0.0.0/0            0.0.0.0/0           
2    MINIUPNPD  all  --  0.0.0.0/0            0.0.0.0/0           
3    prerouting_wan_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom wan prerouting rule chain */
4    prerouting_wan_rule  all  --  0.0.0.0/0            0.0.0.0/0            /* !fw3: Custom wan prerouting rule chain */

Expected Behavior

尝试过更改过dns服务器,尝试过改模式,但都没有起作用。只有当关闭openclash或者选用绕过代理时才正常。

Screenshots

image image image

vernesong commented 1 year ago

你日志没看到云盘连接的报错啊

jsdfhasuh commented 1 year ago

你日志没看到云盘连接的报错啊

但是完全连接不上

vernesong commented 1 year ago

我这里直连代理都没问题,你尝试不用meta内核,dns只留一个,取消绑定接口

DockerCS commented 1 year ago

你日志没看到云盘连接的报错啊

但是完全连接不上

你试一试让它一直链接,能不能连上,我用meta内核也是这样,需要过四五分钟onedrive才能登陆上去

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days