摘要: 搭建清单: Centos7 (我这里使用腾讯云的服务器) ppp和pptpd 包 iptables (我这里使用iptables) win10客户端(连接测试使用) 1、查看是否支持 [root@VM_centos ~]# modprobe ppp-compress-18 && echo yes y 阅读全文
posted @ 2021-10-16 10:45 Msboy 阅读(1816) 评论(0) 推荐(0)
摘要: ` import socket import threading bind_ip = "0.0.0.0" bind_port = 2024 #需要监听的IP与端口 server = socket.socket(socket.AF_INET,socket.SOCK_STREAM) #创建socket赋 阅读全文
posted @ 2020-11-08 06:46 Msboy 阅读(298) 评论(0) 推荐(0)