Skip to content

Commit

Permalink
push ipv4 address
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroTochigi committed Nov 23, 2023
1 parent 477e21a commit 1c34987
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vpn/templates/serverProxy.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
port 1194
server 10.8.0.0 255.255.255.0
server-ipv6 2001:DB8:100::/64
proto udp
dev tun
ifconfig-pool-persist /var/log/openvpn/ipp.txt
Expand All @@ -8,6 +9,8 @@ ifconfig-pool-persist /var/log/openvpn/ipp.txt
;push "dhcp-option DNS 208.67.220.220"
push "redirect-gateway def1"
push "dhcp-option DNS 8.8.8.8"
push "dhcp-option DNS 2001:abde::1"
push "route-ipv6 ::/0"
keepalive 10 120
cipher AES-256-CBC
persist-key
Expand Down

0 comments on commit 1c34987

Please sign in to comment.