Skip to content

Instantly share code, notes, and snippets.

View Asutorufa's full-sized avatar

Asutorufa

View GitHub Profile
package main
import (
"errors"
"flag"
"fmt"
"net"
"time"
"github.com/pion/stun"
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<!-- 关闭内嵌点阵字体 -->
<match target="font">
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>
</edit>
</match>
<!-- 打开lcd屏幕优化 -->