| http2 |
| ��command������--protocol http2 ���ɣ���ʱǿ��ָ��Э��Ϊhttp2��ʹ�õ���TCP�������Ͳ��ᱻ��Ӫ������ˡ� ��Ȼ��Ҳ��������Ϊ--protocol auto �������Զ��л���Ĭ����Ȼ��quic������ʧ�ܺ���Զ��л���http2�� |
| version: '3.8' services: cloudflared: container_name: cloudflared restart: unless-stopped network_mode: bridge environment: - TZ=Asia/Shanghai command: tunnel --no-autoupdate --protocol http2 run --token <youtoken> image: 'cloudflare/cloudflared:latest' |
| ����IPv6֧�� Ĭ�������, Cloudflared Tunnelֻ֧��IPv4��ַջ������IPv6��ַջҲ��������, �ܿؽ�Ϊ����, ��·��ͬ�� ��IPv6��ַջ: ����--edge-ip-version 6����, ��IPv6��ַջΪ��������Cloudflare��Ե ����IPv6��ַջ֧��: ����--edge-ip-version auto����, ͬʱ֧��IPv4��IPv6��ַջ������Cloudflared Tunnel�Զ�ѡ�� |
| ExecStart=/usr/bin/cloudflared --no-autoupdate tunnel --protocol
http2 --edge-ip-version auto run --token aaXX123 �� |