AllowedIPs = 0.0.0.0/5, 8.0.0.0/7, 10.0.4.0/22, 10.0.8.0/21, 10.0.16.0/20, 10.0.32.0/19, 10.0.64.0/18, 10.0.128.0/17, 10.1.0.0/16, 10.2.0.0/15, 10.4.0.0/14, 10.8.0.0/13, 10.16.0.0/12, 10.32.0.0/11, 10.64.0.0/10, 10.128.0.0/10, 10.192.0.0/11, 10.224.0.0/12, 10.240.0.0/13, 10.248.0.0/14, 10.252.0.0/15, 10.254.0.0/16, 10.255.0.0/17, 10.255.128.0/18, 10.255.192.0/19, 10.255.224.0/20, 10.255.240.0/21, 10.255.248.0/22, 10.255.252.0/23, 10.255.254.0/32, 10.255.254.2/31, 10.255.254.4/30, 10.255.254.8/29, 10.255.254.16/28, 10.255.254.32/27, 10.255.254.64/26, 10.255.254.128/25, 10.255.255.0/24, 11.0.0.0/8, 12.0.0.0/6, 16.0.0.0/4, 32.0.0.0/3, 64.0.0.0/2, 128.0.0.0/1, ::/0
[Interface]
Address = 10.66.66.1/24,fd42:42:42::1/64
ListenPort = 63216
PrivateKey =
PostUp = iptables -I INPUT -p udp --dport 63216 -j ACCEPT
PostUp = iptables -I FORWARD -i ens3 -o wg0 -j ACCEPT
PostUp = iptables -I FORWARD -i wg0 -j ACCEPT
PostUp = iptables -t nat -A POSTROUTING -o ens3 -j MASQUERADE
PostUp = ip6tables -I FORWARD -i wg0 -j ACCEPT
PostUp = ip6tables -t nat -A POSTROUTING -o ens3 -j MASQUERADE
PostDown = iptables -D INPUT -p udp --dport 63216 -j ACCEPT
PostDown = iptables -D FORWARD -i ens3 -o wg0 -j ACCEPT
PostDown = iptables -D FORWARD -i wg0 -j ACCEPT
PostDown = iptables -t nat -D POSTROUTING -o ens3 -j MASQUERADE
PostDown = ip6tables -D FORWARD -i wg0 -j ACCEPT
PostDown = ip6tables -t nat -D POSTROUTING -o ens3 -j MASQUERADE
### Client sc
[Peer]
PublicKey = CGwJg———————————————————————————————————————6lg=
PresharedKey =
AllowedIPs = 10.66.66.3/32,fd42:42:42::3/128,10.255.254.1/32, 10.0.0.0/22
# GPT
[Interface]
PrivateKey = ключ1_wg1
Address = address_wg1
DNS = 1.1.1.1, 1.0.0.1
[Peer]
PublicKey = ключ2_wg1
PresharedKey = ключ3_wg1
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = адрес_wg1:порт
# Work
[Interface]
PrivateKey = key1_wg2
Address = address_wg2
[Peer]
PublicKey = key2_wg2
AllowedIPs = 10.255.254.1/32, 10.0.0.0/22
Endpoint = address:port wg2
PersistentKeepalive = 10
# wg1
[Interface]
PrivateKey = ключ1_wg1
Address = address_wg1
DNS = 1.1.1.1, 1.0.0.1
[Peer]
PublicKey = ключ2_wg1
PresharedKey = ключ3_wg1
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = адрес_wg1:порт
# wg2
[Interface]
PrivateKey = key1_wg2
Address = address_wg2
[Peer]
PublicKey = key2_wg2
AllowedIPs = 10.255.254.1/32, 10.0.0.0/22
Endpoint = address:port wg2
PersistentKeepalive = 10
import useToggleStyle from './hooks/reduxHooks/useToggleStyle';
const link = document.createElement('link');
link.href = `${process.env.PUBLIC_URL}/css/theme${
isRTL ? '-rtl' : ''
}.min.css`;
link.type = 'text/css';
link.rel = 'stylesheet';
link.className = 'theme-stylesheet';
link.onload = () => {
setIsLoaded(true);
};
Compiled with warnings.
Warning
(835:3) autoprefixer: start value has mixed support, consider using flex-start instead
Warning
(24:5) autoprefixer: start value has mixed support, consider using flex-start instead
Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.
WARNING in ./src/assets/scss/user.scss (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].oneOf[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].oneOf[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[0].oneOf[7].use[3]!./node_modules/react-scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].oneOf[7].use[4]!./src/assets/scss/user.scss)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning
(835:3) autoprefixer: start value has mixed support, consider using flex-start instead
WARNING in ./src/components/Header/Header.scss (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].oneOf[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].oneOf[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[0].oneOf[7].use[3]!./node_modules/react-scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].oneOf[7].use[4]!./src/components/Header/Header.scss)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning
(24:5) autoprefixer: start value has mixed support, consider using flex-start instead
webpack compiled with 2 warnings