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.
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.