chika0801 / sing-box-examples

sing-box 配置示例
https://github.com/SagerNet/sing-box
1.8k stars 299 forks source link

wifi hotspot #39

Closed Ley-VN closed 1 year ago

Ley-VN commented 1 year ago

i'm using tun mode Can you give me an example configuration? I want to configure LAN.

chika0801 commented 1 year ago

https://github.com/chika0801/sing-box-examples/blob/main/Tun/config_client_windows.json

This is the configuration I use for myself.

Ley-VN commented 1 year ago

I tried but no network Đây là cấu hình của tôi { "log": { "level": "info", "timestamp": true }, "dns": { "servers": [ { "tag": "dns_proxy", "address": "76.76.2.38", "address_resolver": "dns_direct", "strategy": "ipv4_only", "detour": "proxy" }, { "tag": "dns_direct", "address": "8.8.8.8", "strategy": "ipv4_only", "detour": "direct" }, { "tag": "dns_block", "address": "rcode://success" } ], "rules": [ { "geosite": "category-ads-all", "server": "dns_block", "disable_cache": true }, { "outbound": "any", "server": "dns_direct" } ] }, "inbounds": [ { "type": "tun", "tag": "tun-in", "mtu": 1400, "inet4_address": "172.19.0.1/30", "auto_route": true, "stack": "gvisor", "sniff": true } ], "outbounds": [ { "type": "vless", "tag": "proxy", "server": "....", "server_port": 80, "uuid": ".....", "transport": { "type": "ws", "path": "/Ley.VN", "headers": { "Host": "dl.kgvn.garenanow.com" } } }, { "type": "direct", "tag": "direct" }, { "type": "block", "tag": "block" }, { "type": "dns", "tag": "dns-out" } ], "route": { "geoip": { "path": "geoip.db", "download_url": "https://cdn.jsdelivr.net/gh/soffchen/sing-geoip@release/geoip.db", "download_detour": "direct" }, "geosite": { "path": "geosite.db", "download_url": "https://cdn.jsdelivr.net/gh/soffchen/sing-geosite@release/geosite.db", "download_detour": "direct" }, "rules": [ { "protocol": "dns", "outbound": "dns-out" }, { "geosite": "category-ads-all", "outbound": "block" }, { "protocol": "quic", "outbound": "block" } ], "auto_detect_interface": true } }

Ley-VN commented 1 year ago

I use my android phone to share the network

chika0801 commented 1 year ago

I use my android phone to share the network

I don't use an android phone and run Sing-box on my phone. other devices, such as a computer connect in through the android phone's WIFI hotspot and then share the network. I haven't done this, I don't have the experience to help you.

Ley-VN commented 1 year ago

Thank you friend I use 172.19.0.1/30 successful connection. The wifi receiver must have sing-box installed Same configuration as above. when using ios. Failed to download geosite. Report error eof. How to solve this problem?

chika0801 commented 1 year ago

Post your sing-box configuration here and pay attention to the typographical formatting so I can analyze the logic when I see it.