Giter Site home page Giter Site logo

Comments (7)

aogg avatar aogg commented on June 12, 2024

远程环境配置及抓包调试系统
版本 1.5.10

from nohost.

avwo avatar avwo commented on June 12, 2024

在 nohost 上抓包看看

from nohost.

aogg avatar aogg commented on June 12, 2024

一般都是提示dns错误

from nohost.

aogg avatar aogg commented on June 12, 2024

你那不能必现吗

from nohost.

avwo avatar avwo commented on June 12, 2024

没出现过,那是你系统的dns服务不稳定

from nohost.

aogg avatar aogg commented on June 12, 2024

还要docker搭建一个自定义的dns服务器,不过不指定的时候我这样也能重现

# 下面是初始化
# network网关支持容器名称有ip地址
#server=223.5.5.5
#server=172.18.0.1
#server=127.0.0.11
mkdir -p /data/docker/dnsmasq;
touch /data/docker/dnsmasq/dnsmasq.conf;
#docker run -d --name test-dnsmasq --rm jpillora/dnsmasq;
#mkdir -p /data/docker/dnsmasq;
#docker cp test-dnsmasq:/etc/dnsmasq.conf /data/docker/dnsmasq;
#docker rm -f test-dnsmasq;
docker rm -f dnsmasq;
docker run \
--name dnsmasq --ip 172.18.0.178 \
-d \
-v /data/docker/dnsmasq/dnsmasq.conf:/etc/dnsmasq.conf \
-p 53:53/udp \
-p 5380:8080 \
--log-opt "max-size=1m" \
-e "HTTP_USER=dnsmasq" \
-e "HTTP_PASS=dnsmasq" \
--restart always \
--network common-all \
jpillora/dnsmasq 

from nohost.

aogg avatar aogg commented on June 12, 2024

确实今天似的时候无法重现了
curl -kvx localhost:8899 https://flysystem.thephpleague.com/docs/adapter/aws-s3-v3/

但当时直接dns解析是没问题,但通过whistle的时候就会出现过一段时间才能访问

from nohost.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.