您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
 
Tanner Collin 278d30c421 Store strong references to async tasks 1 年前
client idk 2 年前
server Store strong references to async tasks 1 年前
README.md Add README 2 年前

README.md

Server Setup

sudo apt install dnsmasq

Edit /etc/dnsmasq.conf:

no-resolv  # for offline / isolated networks only
address=/.apsystemsema.com/192.168.69.100
address=/.apsema.com/192.168.69.100
listen-address=192.168.69.100

Replace 192.168.69.100 with the server's IP address.

Edit router's DHCP DNS settings to use 192.168.69.100 as the name server.