machinist
Occasional Visitor
@eibgrad Absolutely incredible work, and what a writeup. Very detailed. This looks to be exactly what I've been searching for.
Couple of questions:
1)
I've loaded in the script in the router and added my own domains to the list. Does it still work with the VPN Director? I'm currently passing all traffic from a local IP/device thru OVPN1 - is that still going to work properly when I'm also entering that IP into:
?
Or would the VPN need to be enabled "globally"?
2)
The way I understand the use of IPSET is that I enter the top level domain, e.g. netflix.com and it also graps all subdomain IP's? Is that right?
I ask because s1.netflix.com may be actually serving the content and not "netflix.com", which may have different IP's -- so do I need to input both of these, or will netflix.com suffice? How does it know about the unlimited possibilities of available content-serving subdomains?
3)
How do you find the content serving domains -- is it still fine to use @Xentrk 's "getdomainnames.sh" or is there a more appropriate way for what we're trying to do? Mainly asking because the domains I've tested with still doesn't pass the "your IP is foreign" test.
Thank you man, I really appreciate your time.
Couple of questions:
1)
I've loaded in the script in the router and added my own domains to the list. Does it still work with the VPN Director? I'm currently passing all traffic from a local IP/device thru OVPN1 - is that still going to work properly when I'm also entering that IP into:
Code:
# source ip(s)/network(s) to be routed to destination domains
SOURCES='
{my_device}
'
Or would the VPN need to be enabled "globally"?
2)
The way I understand the use of IPSET is that I enter the top level domain, e.g. netflix.com and it also graps all subdomain IP's? Is that right?
I ask because s1.netflix.com may be actually serving the content and not "netflix.com", which may have different IP's -- so do I need to input both of these, or will netflix.com suffice? How does it know about the unlimited possibilities of available content-serving subdomains?
3)
How do you find the content serving domains -- is it still fine to use @Xentrk 's "getdomainnames.sh" or is there a more appropriate way for what we're trying to do? Mainly asking because the domains I've tested with still doesn't pass the "your IP is foreign" test.
Thank you man, I really appreciate your time.