Angel0726
Angel0726
> If Appflowy has an API or a easy to access DB, then a simple API bridge should suffice as MVP. > > Is Appflowy designed to be 100% API...
> What does that mean? I have deployed naiveproxy and websites on the server. Now, I not only hope to proxy naiveproxy according to the domain name of port 443,...
i see https://github.com/klzgrad/naiveproxy/issues/602 it different from my issue. the below config works, but upsite doesn't work ``` aaa.com :443 tls sfddsf.com route { forward_proxy { basic_auth admin password hide_ip hide_via...
这个可以用 ``` aaa.com :443 tls sfddsf.com route { forward_proxy { basic_auth admin password hide_ip hide_via probe_resistance upstream socks5://127.0.0.1:1008 } file_server { root /srv } } ``` 但是,下面的不可以用 ``` { order...
我测试了下面的配置不可以 ``` { order forward_proxy before reverse_proxy order forward_proxy before file_server } aaa.com :443 { tls [email protected] route { forward_proxy { basic_auth admin password hide_ip hide_via probe_resistance upstream socks5://127.0.0.1:1008 }...
> 你的配置存在问题。 > > > ``` > > { > > order forward_proxy before reverse_proxy > > order forward_proxy before file_server > > } > > aaa.com :443 { >...
一样的问题,请问你们解决了吗?我的现象如下 - 使用站长之间 ping naive代理的域名可以通,且没有dns劫持。本地ping 代理域名也正常,且没有dns劫持。 - 使用 https://ping.pe/ 对naive代理的端口进行检测,发现国内、国外的端口都正常。本地使用 nc -zv hh.vabc.eu.org 443 进行检测,虽然端口正常、ip也正常,但是执行以后需要等待很长时间。 - 在国内本地的笔记本使用 curl 访问naive代理域名,无法返回结果。 - 在国外的naive服务器使用 curl 访问naive代理域名,可以返回结果。 目前可以知道naive被侦测到了(前几天被dns劫持,但是通过host解决了);但是不清楚这次侦测是怎么做到的不是劫持 也不是封端口、封IP。
看下我的配置有问题吗 ```shell # 开启混杂模式,网卡按实际情况指定 $ ip link set eth0 promisc on # 启用IPv6内核模块 $ modprobe ip6table_filter #命令报错,只用ipv4是不是不用管 # 网络配置按实际情况指定 docker network create -d macvlan \ --subnet=192.168.124.0/24 --gateway=192.168.124.1 \ -o parent=eth0...
```yaml asset: update: cron: "0 5 6 * * *" proxy: "socks5://127.0.0.1:1080" # 通过代理下载 Github 文件 url: geoip.dat: "https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat" geosite.dat: "https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat" network: dev: eth0 dns: - 192.168.124.1 ipv4: gateway: 192.168.124.1...