Solved what is function when wireguard start auto adding some steps?

Dear all;
i have build a wireguard server with ipv6 address . when the wireguard service start . the wireguard will auto add below steps in below :
resolvconf -a wg0 -x # please show me what is function ?
route -q -n add -inet6 ::/1 -interface wg0 # please show me what is ::/1 ? ipv6 ::/1 mean what ?
route -q -n add -inet6 8000::/1 -interface wg0 # please show me what is 8000::/1 ? ipv6 8000::/1 mean what ?

thanks. As a new guy , so i have much more needing to study. thanks.
 
Dear all:
the answer is below . maybe can help you.
when we want to use wireguard route the package through wg0. now we will need to build a static route for this .so
we will add those routes. thanks.
 
Back
Top